* Thus wrote Matthias Wulkow ([EMAIL PROTECTED]):
> 
> Hi php-general,
> 
> I have followig error reported:
> 
> Fatal error: Call to undefined function: mail() in /usr/local/www/login.php on line 
> 235
> 
> What is the trouble here?  If I would have trouble because of
> delivery, normally mail would return false. But here...

mail() wasn't compiled into php.

> 
> I have php4.3.1 running on linux. I just installed postfix to have the
> sendmail binary at the right place.

You'll have to recompile php. the first time you compiled it php it
couldnt find sendmail, so it left it out in the binary.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to