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/


-- __________________________________________________________________ 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



Reply via email to