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?
thank you for your help,
-Charles
On Mon, 12 Jul 2004 12:12:58 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote:
Charles A. Monteiro wrote:Hi. Totally new to modperl2, we are using it in the context of RequestTracker, running on the latest version of perl i.e. 5.8.4 which was obtained from perl.org, also got the modperl from perl.apache.org, using the latest RHEL, etc
We get the following error which occurs when we attempt to start Apache. The error is:
Syntax error on line 10 of /etc/httpd/conf.d/perl.conf:
Cannot load /etc/httpd/modules/mod_perl.so into server: /etc/httpd/modules/mod_perl.so: undefined symbol: Perl_Ipatchlevel_ptr
If there any other diagnostics that I can run please let me know. The help is greatly appreciated.
Most likely this is the case where you have more than one perl installed on your system and one of them has libperl.so in /usr/lib, which is a bad idea. If that'a case move it away and everything should work just fine.
If not, please file a proper bug report as explained here: http://perl.apache.org/bugs/
-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
-- 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