Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Martín Marqués

On Mar 26 Feb 2002 09:46, you wrote:
 Hi there,

 I did build  php4.1.1 on RH7.2 with a different configuration command.

 After restarting the server, the phpinfo shows still the same version and
 the old configure command.

 Do I have to point to the new installation? This suprises me, because
 everything went ok during compile.

locate mod_php

or, if updatedb hasn't been runned yet

find /usr -name mod_php* -print

Check the output of those commands to see where the old php module is, and 
where the new one was installed. Then, just copy the new one over the old one.

Saludos... :-0

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-

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




Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Joffrey van Wageningen

  I did build  php4.1.1 on RH7.2 with a different configuration command.
 
  After restarting the server, the phpinfo shows still the same version
and
  the old configure command.
 
  Do I have to point to the new installation? This suprises me, because
  everything went ok during compile.

 locate mod_php
 or, if updatedb hasn't been runned yet
 find /usr -name mod_php* -print

please note: if you run php compiled into apache you should recompile apache
after a make install in the php dir... run a make and a make install in your
apache sourcetree and restart apache using apachectl

with kind regards,
Joffrey van Wageningen

--
.-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED] ]--
| Networking Event 2000 - www.ne2000.nl - IRCnet:#ne2000, Undernet:#clue
| PGP:1024D/C6BA5863 - 3B93 52D3 CB91 9CB7 C50D FA79 865F 628A C6BA 5863
| * We demand guaranteed rigidly defined areas of doubt and uncertainty.
|   -- Douglas Adams


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