Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 1998 11:32:50 -0500 (EST)
From:      "Joe \"Marcus\" Clarke" <marcus@miami.edu>
To:        Dave Hummel <hummel@stern.buffalostate.edu>
Cc:        questions@FreeBSD.ORG
Subject:   Re: ld.so failed: Can't find shared library "libwrap.so.7.6"
Message-ID:  <Pine.OSF.3.96.980218113116.3565A-100000@jaguar.ir.miami.edu>
In-Reply-To: <Pine.LNX.3.96.980218104000.25533A-100000@stern.buffalostate.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
After you install tcp_wrappers, you need to do a ldconfig -m
/usr/local/lib to have ldconfig rehash on the new libraries.  Also, make
sure /usr/local/lib is searched at startup.  ldconfig -r will show you
all the libraries you can link with if you need to know which are
loading.

Joe Clarke

On Wed, 18 Feb 1998, Dave Hummel wrote:

> After a make world on stable I'm getting:
> ld.so failed: Can't find shared library "libwrap.so.7.6"
> this has not happened before.
> 
> I tried reinstalling tcp_wrappers, but it doesn't make a
> difference. Now I'm wondering what I screwed up.
> 
> I'm guessing that my solution lies in ldconfig but the
> man pages haven't been much help. Can anyone shed some
> light or point me in the right direction? 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.980218113116.3565A-100000>