You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/06/15 01:23:22 UTC

Re: Build problem (lperl)

On Sun, 15 Apr 2001, Sean LeBlanc wrote:

> I'm trying to have mod_perl build apache during its own build,
> but I'm getting an error that I can't dig any answers up on. I have
> the libperl.so.5.6.0 in /usr/lib, but I'm uncertain how to get
> compiler to recognize that it is there. I ran ldconfig, but still
> no luck. 

% ln -s libperl.so.5.6.0 libperl.so

but you shouldn't need todo that and your libperl should not be in
/usr/lib

> -L/usr/lib/perl/5.6.0/CORE

this looks broken, there should be an architecture component to the path.
your perl -V might shed some light.