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.


Reply via email to