[rt-users] Installation - mod_perl version

Scott Courtney scott at 4th.com
Fri Dec 16 11:42:05 EST 2005


On Thursday 15 December 2005 03:44, Jean-Michel Bonnefond wrote:
> Ok, but my problem is that I've mod_perl 2.0 installed !!
> 
> jeanmi at xpgremaudc1:~> rpm -qa | grep apache
> apache2-prefork-2.0.53-9
> apache2-2.0.53-9
> apache2-mod_perl-2.0.0-4

Was this an upgrade via RPM, or was apache2-mod_perl-2.0.0-4 the original
version installed on your system? Take a look into your Apache modules
directory to see what version of mod_perl is actually there. Try this:

$ strings /usr/local/httpd/modules/mod_perl.so  | grep mod_perl/

(Adjust the directory path as needed for your system -- I install my
Apache from source, and I don't recall where RPM versions put their
modules.)

Also, if you did the mod_perl as an upgrade, did you remember to restart
Apache afterward?

Scott

-- 
------------------------------------------------------------------------------
Scott Courtney         | "I don't mind Microsoft making money. I mind them
scott at 4th.com          | having a bad operating system."    -- Linus Torvalds
http://4th.com/        | ("The Rebel Code," NY Times, 21 February 1999)
                       | PGP Public Key at http://4th.com/keys/scott.pubkey



More information about the rt-users mailing list