Keith Tingle wrote:
I have tried using the source distros of Apache 2.0.49 & ModPerl 1.99.13. I
have also tried pulling the latest dev releases of Apache & ModPerl from
CVS. In both instances I get the following error attempting to start Apache:

$ make test
Syntax error on line 12 of ~/httpd.conf:
Cannot load ~/mod_perl.so into server: ~/mod_perl.so: undefined symbol:
PL_localizing"

$ nm mod_perl.so | grep PL_localizing
U PL_localizing

ldd mod_perl.so

and nm libperl.so that mod_perl.so links to. Most likely you have more than one version of libperl.so on your system, and the wrong one is found. But see below.

Ideally I would like to use Apache 2.0.49 with ModPerl v2 (or 1.99.x as it
stands).

Is there something simple that I am doing wrong? Is there a general rule as
to which versions of ModPerl we should be using with 2.0.49?

Thanks for in advance for any assistance.

Please submit a proper bug report: 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