"checking for sendmail... no"
I've browsed the configure's help and I can't find an option to specify the path to sendmail (which is not at a regular place as we run qmail). Is the a "--with-sendmail-path" option or something like that?
Thanks a lot!
Carl
Rick Widmer wrote:
At 10:11 AM 12/31/02 -0500, Carl Bélanger wrote:I just upgraded to php 4.3.0 and all by bulletin board are now returning error about the mail function:
Fatal error: Call to undefined function: mail() in /var/wwwx/htdocs/forum/private.php on line 687
What could be missing?
./configure looks for sendmail if it is not found the mail function is not compiled in, resulting in the undefined function call. Mine is in /usr/sbin/sendmail. Grep the results of ./configure for 'sendmail' to see what happened.
./configure ... > tempfile
grep sendmail tempfile
Rick
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php