Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Aug 2005 18:12:02 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        Larry <lmccourry@charter.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: libreadline.so.5 not found
Message-ID:  <42F4E152.7020008@cs.tu-berlin.de>
In-Reply-To: <42F4CCB7.10008@charter.net>
References:  <42F4CCB7.10008@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Larry wrote:
> I just upgraded to 4.11-STABLE and upgraded a lot of ports after that. 
> Now I get the following message sometimes:
> 
> Shared object "libreadline.so.5" not found, required by "bash".

How did you build bash? The packages of 4.11-RELEASE and 4-STABLE don't 
require libreadline. Show the output of the following commands

    ls -l /lib/libread*

    file `which bash`

    ldd `which bash`


Consider reinstallation of bash.

Regards Björn


-- 
Björn König (bkoenig@cs.tu-berlin.de)
student at the Technische Universität Berlin
http://bkoenig.alpha-tierchen.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F4E152.7020008>