[NBLUG/talk] rpm question
Todd Cary
todd at aristesoftware.com
Sun Jul 6 08:12:01 PDT 2003
Todd Cary wrote:
> In trying to use the php configure, I am getting the error that my
> php-4.3.2 version is made for Apache 1.3.27 (apxs). If I want to
> install it with Apache - now called httpd - I need to specify apxs2.
> Of course, apxs2 is not present. So, I need to uninstall the current
> Apache (httpd), however I would like to find out what is installed.
>
> rpm -q httpd* does not give me that information. Is this the correct
> way to get what is installed?
>
> Todd
There is a long list of dependencies if I try to uninstall httpd! This
brings up three questions:
1) How do I "pipe" the errors from "rpm -e httpd" to a file? "rpm -e
httpd >/home/todd/rpm_uninstall.txt" does not give the errors.
2) If I use "rpm -e --nodeps httpd" will all of those dependencies be
satisfied when I install apache-1.3.27? Hate to take my http server
down forever :-) !!
3) How do I find out where Apache (httpd) is currently installed? I
think it may be at /home/httpd/www_default/.
Todd
--
More information about the talk
mailing list