- To: "Rick Welykochy" <rick@xxxxxxxxxxxxx>
- Subject: Re: [SLUG] DOWNGRADING Redhat9 and RedhatEL3 from "httpd 2" to"Apache 1.3" to install freeside
- From: "The Salisburys" <rojee@xxxxxxxxxxxxxx>
- Date: Tue, 15 Jun 2004 12:35:39 +1000
- Cc: slug@xxxxxxxxxxx
I experienced some very bizarre and unexpected behaviour with Apache
> and mod_perl when I loaded mod_perl dynamically as above. Then I
discovered
> that the httpd I was using had mod_perl linked statically. Everything
> cleared up when I removed the dynamic load.
Good point
how does one know whats in a RPM package :apache-1.3.27-4.i386.rpm
is mod_perl built in the one below
[root@localhost root]# rpm -qvvvvi apache-1.3.27-4
D: opening db environment /var/lib/rpm/Packages create:mpool
D: opening db index /var/lib/rpm/Packages rdonly mode=0x0
D: locked db index /var/lib/rpm/Packages
D: opening db index /var/lib/rpm/Name rdonly mode=0x0
Name : apache Relocations: (not relocateable)
Version : 1.3.27 Vendor: Red Hat, Inc.
Release : 4 Build Date: Wed 10 Dec 2003
09:05:21 PM EST
Install date: Tue 15 Jun 2004 08:32:39 AM EST Build Host:
bugs.devel.redhat.com
Group : System Environment/Daemons Source RPM:
apache-1.3.27-4.src.rpm
Size : 1231168 License: Apache Software
License
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary : The most widely used Web server on the Internet.
Description :
Apache is a powerful, full-featured, efficient, and freely-available
Web server. Apache is also the most popular Web server on the
Internet.
D: closed db index /var/lib/rpm/Name
D: closed db index /var/lib/rpm/Packages
D: closed db environment /var/lib/rpm/Packages
D: removed db environment /var/lib/rpm/Packages
[root@localhost root]#
-----