run 'make clean'

find out where your current PHP stuff is *now*.

use that directory as --prefix=[dir] for the configure script.

make; make test; make install;

then, restart apache.  always do this whenever you make
any changes to anything even remotely apache-related.

> -----Original Message-----
> From: Matthew Loff [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 1:30 AM
> To: 'Kyle'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Re: Warning: mail() is not supported in this PHP
> build
> 
> 
> 
> The build date in phpinfo() is the date that configure was run from
> scratch on the build...
> 
> Try deleting config.cache in the PHP directory, then rerun configure.
> 
> 
> -----Original Message-----
> From: Kyle [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, July 11, 2001 10:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Warning: mail() is not supported in this PHP build
> 
> 
> Somebody mentioned that PHP checks to see if sendmail was installed when
> it was installing.
> 
> Just I have another question, does anyone know where PHP puts everything
> when it installs? I keep recompiling PHP and Apache, and every time I
> run
> phpinfo() it still has the original build date. I tried deleting:
> 
> /usr/local/lib/php
> 
> /usr/local/include/php
> 
> <apache src>/src/modules/php4/
> 
> - Kyle
> 
> "Kyle" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Warning: mail() is not supported in this PHP build in testmail.php on 
> > line
> 1
> >
> > I don't remember disabling it when I compiled, and I can't find 
> > anything
> to
> > specifically enable it when compiling.  I'm running PHP 4.0.6.  My 
> > sendmail_path is correct in my php.ini.
> >
> > I tried recompiling php4 and apache but it seems that it isn't 
> > overwriting the php modules.  What files are used? I tried deleting 
> > the <apache 1.3.20
> > src>/src/modules/php4 folder.
> >
> > Any help would be greatly appreciated.
> >
> >
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED] To
> contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to