Okay, this is driving me crazy.
I compiled and installed Apache and PHP on July 14th. this was withOUT qmail installed.
I tried running the mail() function only to get the error: mail() is not supported in this PHP build...
So I downloaded, compiled,and installed qmail. Tested it by doing an "echo to:" command from the terminal. I set the sendmail_path in the php.ini file to /var/qmail/bin/sendmail
restarted apache, still got the same "mail() is not supported..." error.
So then I did some research and created a symbolic link to the /var/qmail/bin/sendmail at /sbin/sendmail
I deleted the tarred php-4.0.6 directory and recompiled and installed php (today). I STILL get the error. So I do the following:
phpinfo();
And the build date still shows up as July 14th... so right now I have no clue how to update this build date info AND solve the mail() is not supported stuff...
Any help would be MUCH appreciated. Thanks!
-Surojit