Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [RedRum] mod_perl

Quote Reply
Re: [RedRum] mod_perl In reply to
Ah, that makes sense now.

When you installed Apache::DBI, you installed it using perl -MCPAN -e 'shell' right? Well this installed it using Perl 5.6.1.

However, mod_perl was built using perl 5.6.0, so it's using a different set of libraries and does not have access to the module you installed.

You want to do:

perl5.6.0 -MCPAN -e 'install Apache::DBI'

to install it for the same version mod_perl is using.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread mod_perl Paul 4422 Feb 14, 2002, 4:05 AM
Thread Re: [RedRum] mod_perl
Paul 4274 Feb 14, 2002, 4:59 AM
Post Re: [RedRum] mod_perl
paulj 4315 Feb 14, 2002, 6:52 AM
Thread Re: [RedRum] mod_perl
Alex 4244 Feb 15, 2002, 12:46 PM
Post Re: [Alex] mod_perl
Paul 4281 Feb 15, 2002, 1:03 PM
Thread Re: [Alex] mod_perl
Paul 4227 Feb 15, 2002, 1:06 PM
Thread Re: [RedRum] mod_perl
Alex 4246 Feb 15, 2002, 1:09 PM
Thread Re: [Alex] mod_perl
Paul 4225 Feb 15, 2002, 1:14 PM
Thread Re: [RedRum] mod_perl
Alex 4253 Feb 15, 2002, 1:16 PM
Thread Re: [Alex] mod_perl
Paul 4232 Feb 15, 2002, 1:20 PM
Thread Re: [RedRum] mod_perl
Alex 4230 Feb 15, 2002, 1:21 PM
Thread Re: [Alex] mod_perl
Paul 4228 Feb 15, 2002, 1:28 PM
Post Re: [RedRum] mod_perl
Alex 4243 Feb 15, 2002, 1:45 PM
Thread Re: [RedRum] mod_perl
Alex 4232 Feb 15, 2002, 1:46 PM
Post Re: [Alex] mod_perl
Paul 4224 Feb 15, 2002, 1:53 PM
Post Re: [RedRum] mod_perl
Paul 4253 Feb 15, 2002, 10:38 AM