Jerome Whelan wrote on Wed, Sep 11, 2002 at 12:12:26AM -0400 :
>
> That cured the "libperl.so" cannot be located at start time error, but now I
> still have an error which prevents innd from starting:
> [root@whelanjh etc]# /usr/bin/innd -d -f
> /usr/bin/innd: relocation error: /usr/bin/innd: und
"Jerome Whelan" <[EMAIL PROTECTED]> writes:
> Todd - Thanks for the assist recommending a link in /usr/lib pointing to the
> actual location of libperl.so.
> I created a link in /usr/lib which points to the actual libperl.so file.
This was a bad suggestion; most of the times (99%), if the
librar
"Jerome Whelan" <[EMAIL PROTECTED]> writes:
> A response to one of my earlier posts stated that this problem was scheduled
> to be fixed in RC2 but it is still here. I lack the knowlege yet to fix it,
> but if the libperl.so is really out of place or not properly included in
> library search path
Todd - Thanks for the assist recommending a link in /usr/lib pointing to the
actual location of libperl.so.
I created a link in /usr/lib which points to the actual libperl.so file.
That cured the "libperl.so" cannot be located at start time error, but now I
still have an error which prevents innd
Todd Lyons wrote on Tue, Sep 10, 2002 at 08:32:07PM -0700 :
> You have one of two choices, #1 is preferred:
> 1) cd /usr/lib
>ln -s perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.so libperl.so
ooops, you will also need to run ldconfig after doing that.
> 2) Add /usr/lib/perl5/5.8.0/i386-l
Jerome Whelan wrote on Tue, Sep 10, 2002 at 11:02:32PM -0400 :
> URGENT - (That means I couldn't figure it out and I'm hoping someone else
> can assist... :)
> INND cannot be started as installed because a shared library cannot be
> located.
[todd@fiji ~]$ urpmf libperl.so
perl-base:/usr/lib/perl
URGENT - (That means I couldn't figure it out and I'm hoping someone else
can assist... :)
Sorry for the excitement, but I have experienced this on two betas and two
Release Candidates and I have raised the question several times on cooker
mailing list
INND cannot be started as installed bec