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



Reply via email to