One thing that I've ran into that causes this is you didn't 'make clean',
and/or stop apache. I've found that often i have to actually delete
libphp4.so from the libexec dir in apache for it to fully work.

heres the steps i usually do:

1. stop apache
2. delete libphp4.so
3. make clean the php src dir
4. ./configure with the options
5. make
6. make install
7. start apache


----- Original Message -----
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 21, 2002 5:02 AM
Subject: [PHP-INST] Re: [PHP] Old config options still showing after
updating PHP


> Peter,
>
> There are two possibilites I can think of. One is that you have two
> php's, one will be a cgi and the other not. Your check would then be on
> the old one, not the new one.
>
> The other is that you had php actually compiled into apache, not as a
> module, but the php recompile is as a module (or cgi?). If this is the
> case then apache needs to be recompiled.
>
> I can't think of any other possibilites, but I have been known to be
> wrong...
>
> Hope this helps
>
> Chris
> PS Please don't cross-post.
>
> Peter Janett wrote:
>
> >I have been compiling some extra configure options into PHP (4.1.2), such
> >as --enable-xslt --with-xslt-sablot, and have had no problem getting PHP
to
> >configure, then make, then make install.
> >
> >Even after recompiling PHP, and then restarting (stopping, then starting)
> >apache, phpinfo still shows the old configuration options.  (I tried
> >deleting config.cache and re compiling, but that didn't help.)
> >
> >I remember having this issue last time I upgraded, and when I figured it
out
> >it was kind of a dumb thing I was forgetting to do, but I can't seem to
> >remember what it was.
> >
> >Any help appreciated.
> >
> >Thanks,
> >
> >Peter Janett
> >
> >New Media One Web Services
> >http://www.newmediaone.net
> >[EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


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

Reply via email to