php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16333 mail() is not supported in this PHP build
Submitted: 2002-03-28 15:48 UTC Modified: 2002-04-29 15:24 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: security dot is dot privacy at videotron dot ca Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.1.2 OS: Linux Debian 3.0 i386
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 - 29 = ?
Subscribe to this entry?

 
 [2002-03-28 15:48 UTC] security dot is dot privacy at videotron dot ca
Here's what I did
cd /tmp
tar zxvf php-4.1.2.tar.gz
cd php-4.1.2
./configure --with-mysql --enable-ftp --with-imap=/tmp/imap-2000a --prefix=/usr/local/php;
make ; make install

Then I try it with my script...
/usr/local/php/bin/./php /tmp/test.php
Then I get
mail() is  not supported in this PHP build 
What's wrong damnit, this is pretty stupid... I installed the debian package before and it worked fine, but this time I need to compile it with the sources... is there a way I can use my mail() function without getting this error and actually get the result I'm looking for?

Hope someone can help me out with this :)
BWoTHa
security.is.privacy@videotron.ca

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-28 16:31 UTC] derick@php.net
Was sendmail in your path while doing configure?

Derick
 [2002-04-29 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2002-04-29 15:24 UTC] sniper@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC