On Thu, 8 Feb 2001, Aaron Schlesinger wrote:

> Hi there. I am having a HELL of a time trying to get
> mod_perl compiled into apache 1_3.17.
> 
> I built it using APXS and I really have tried
> everything I can think of.
> 
> It makes, and builds without a problem. When I try to
> do a configtest (after installing the new LoadModule
> and such into the httpd.conf file) I get this:
> 
> % apachectl configtest
> Syntax error on line 207 of
> /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/libperl.so into
> server: File not found

the problem is likely that the dynamic linker cannot find a shared library
that was linked against modperl's libperl.so.  you can find out by using
bsdi's equivalent of strace or truss (to trace system calls) and look for
failed calls of open() for .so files.


Reply via email to