On Tue, 28 Dec 1999 20:03:40 -0800  Alex Krohn wrote:
>  
> > 2) For debugging, did you try adding the normal perl dynamic library
> >    location to /etc/ld.so.config and do a ldconfig?   Something like
> >    a line:
> > 
> > /usr/libdata/perl5/i386-bsdos/5.00402/CORE
> > 
> > I believe the error message you mentioned will be generated when any
> > function in libperl.so or any function *referenced* by a function in
> > libperl.so fails to load.
> 
> I added this and it worked perfectly! Do I need to keep this in, or
> should I expect any suprises with mod_perl later? =)

Well, I don't think it should be necessary and adding it in is a hack.

Having said that, I must admit that we run in production in this
manner...  I never took the time to figure out the proper
configuration magic.

regards,
fletcher

Reply via email to