From owner-freebsd-questions@FreeBSD.ORG Sat Aug 6 16:57:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1D516A41F for ; Sat, 6 Aug 2005 16:57:14 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf21.cluster1.charter.net (mxsf21.cluster1.charter.net [209.225.28.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id D838C43D45 for ; Sat, 6 Aug 2005 16:57:13 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip13a.cluster1.charter.net (mxip13a.cluster1.charter.net [209.225.28.143]) by mxsf21.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j76GvD5F009365 for ; Sat, 6 Aug 2005 12:57:13 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (24.177.225.234) by mxip13a.cluster1.charter.net with ESMTP; 06 Aug 2005 12:57:13 -0400 X-IronPort-AV: i="3.95,172,1120449600"; d="scan'208"; a="1390131923:sNHT14603808" Message-ID: <42F4EBE4.7050206@charter.net> Date: Sat, 06 Aug 2005 12:57:08 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= References: <42F4CCB7.10008@charter.net> <42F4E152.7020008@cs.tu-berlin.de> In-Reply-To: <42F4E152.7020008@cs.tu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Larry , freebsd-questions@freebsd.org Subject: Re: libreadline.so.5 not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 16:57:14 -0000 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