peter pilsl wrote:
Ok - I finally solved the mystery.
I had only one single libperl.so on my system in /usr/local/lib and even
this one was too much.
Using ldd I discovered that my new failing mod_perl.so was linked
against this libperl.so while my old working mod_perl.so wasnt linked
against a
Stas Bekman wrote:
that normally means that you have libperl.so in /usr/lib and it's not the
one used by the perl you've built mod_perl with. Please post the output of
ldd /usr/local/apache2/modules/mod_perl.so
and if you have libperl.so in /usr/local/lib and /usr/lib. if you have
both, that's