Actually we do:
file:/home/oracle/OraHome1/Apache/Apache/libexec/libperl.so file:/root/downloads/perl-5.8.4/libperl.so file:/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.so file:/usr/local/lib/perl5/5.8.4/i686-linux/CORE/libperl.so
so does:
file:/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.so
count as being under /usr/lib/ i.e. is the issue with being directly under or along its path?
Am I to maintain only one location for libperl.so? I believe that my admin will feel uncomfortable messing with the Oracle install.
By your advise of "move it away" , should I simply delete:
file:/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.so and for that matter the entire 5.8.0 distribution since I assume that we should be using 5.8.4?
No, no, I meant a real /usr/lib/libperl.so. Your looks fine.
Next complete a proper bug report (as you should always do in the future):http://perl.apache.org/bugs/
and in addition send us the output of
% ldd /etc/httpd/modules/mod_perl.so
next look at which libperl.so does it point. And do:
% nm that/path/to/libperl.so | grep patchlevel_ptr
and send it here too
Thanks.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html