Gossamer Forum
Home : General : Perl Programming :

mod_perl version conflicts

Quote Reply
mod_perl version conflicts
Hi all,

Hope this topic still part of perl Programming:)


I'd installed both mod_perl 1.29 and mod_perl 2.0 in my linux box and now turns out that linksql 2.2.1 can't find out the right mod_perl version.


use mod_perl;
print "mod_perl version is: $mod_perl::VERSION \n";
above scripts print out the version is 1.29. and Linksql also turns out to use 1.29


Is there any way to resolve this problem? to remove mod_perl 1.29 or to tell linksql to use mod_perl 2.0 instead?

And I have all following various mod_perl handlers:

/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/ModPerl/Registry.pm
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache/Registry.pm
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/ModPerl/Registry.pm

TIA,

C