In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> Well I have install the second version from the end :) .. in a slack box
> with the latest apache server..
> 
> I tried to use the mail() function and it says that:
> 
>  Warning: mail() is not supported in this PHP build in . . . . .
> 
> Well I notice that I haven't got sendmail installed, and so I installed it.
> 
> I also configures the php.ini file to use sendmail.
> 
> DO I NEED 2:
> 
> 1. reinstall php with any special flag to use mail() function ??
> 2. or do I need to do anything else.??
> 
> 
> Thanks in advance..

If you didn't have sendmail or equivalent installed when you compiled php, 
you'll have to reconfigure and recompile php after the mail package is 
installed. The configure process goes looking for sendmail and if it 
doesn't find it, no mail functionality is included.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to