removing php from the system Solaris 9?

Jonathan Hutchins hutchins at tarcanfel.org
Sun Feb 16 16:16:23 CST 2003


Quoting Joe-Cho <joecho at everestkc.net>:

> I have checked the system:
 
> I have php.ini is located /usr/local/lib/php.ini
 
> and php executable file are in the /usr/local/bin/php
> I have added this php module on the httpd.conf file.
 
I've found that on a RedHat system, the 'locate' command does a pretty 
good job of tracking things down.  Very few linux programs seem to have 
any provision for uninstalling unless they come in a binary package 
like RPMs.

> But I have a stong feeling that apache2.0.44 has its own php
> library
> even though I renamed those php files that I installed before.

That is correct.  You would need to either tell Apache not to load it's 
PHP modules or not to use them.  I believe the Apache docs say how to 
use the external PHP instead, which it -looks- like you've done, above.
 
> I guess my main concern is that how I can reinstall this php with a
> clean install.

I think that's your issue.  Maybe try a different source for the PHP 
package?  Find a different version and see if it installs?

You can look through the 'make' file to get some clue about what 
acctually happens when you do 'make install', then un-do it manually, 
but I don't think your problem is uninstalling, it's that hang on 
installation.

Having installed from RPM's, I don't really know what your options are, 
but can you try the Apache internal PHP handler and see if you get the 
same error?  If so, can you try re-compiling the Apache PHP modules?  
(I belive the directions are on the Apache web site.)

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/




More information about the Kclug mailing list