I cant find a libperl.so on my system at all.

% find / -name "libperl.so"
%


any other thoughts??


At 01:21 p.m. 1/02/2006, Philippe M. Chiasson wrote:
Derek Robson wrote:
> looking for help with a setting up mod_perl
>
> openbsd-3.1 on x86
> [...]
> this is the error I get in the apache error_log.
> _____________________________________________________________________________________________________
>
> [Sun Jan 29 16:08:20 2006] [notice] Apache/2.0.55 (Unix)
> mod_perl/2.0.2 Perl/v5.8.7 configured -- resuming normal operations
> /usr/libexec/ld.so: Undefined symbol "_perl_get_sv" called from
> httpd:/usr/local/lib/perl5/5.8.7/auto/Apache2/Response/Response.so at
> 0x403d40d4
> _______________________________________________________________________________________________________

Most likely means that the Perl you compiled mod_perl changed and you need to
rebuild mod_perl against it. (It's also possible that your mod_perl is picking
up a wrong/old libperl.so from somewhere)


Reply via email to