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

next in thread | previous in thread | raw e-mail | index | archive | help
Björn König wrote:

> 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
>
>
I uninstalled bash"

    pkg_deinstall bash

I then reinstalled bash:
    portupgrade -vN bash

    portupgrade wanted to know if I also wanted to install bash2, so I 
said yes, but that failed for bash2. But bash did reinstall. Now I get:

ldd `which bash` :

/usr/local/bin/bash:
    libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280e4000)
    libc.so.4 => /usr/lib/libc.so.4 (0x28125000)

So that got rid of some problems, but what about these two?

thanks





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