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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: security dot is dot privacy at videotron dot ca
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC