Click to See Complete Forum and Search --> : updating the BUILD date


niyogi
07-20-2001, 11:59 PM
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

vincente
07-21-2001, 10:14 AM
Did you build PHP as a module for apache or as a DSO?
If you built it into apache , you must also re-build and install apache to get the new PHP working.