From owner-freebsd-questions Sat Mar 27 0:32:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 6CAC114BC9 for ; Sat, 27 Mar 1999 00:32:20 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.56.79]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA5953; Sat, 27 Mar 1999 09:31:59 +0100 Received: from daemon.ninth-circle.org (abaddon@daemon [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id JAA71782; Sat, 27 Mar 1999 09:32:58 +0100 (CET) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 27 Mar 1999 09:32:58 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: Eric Ken Lin Subject: RE: Problem with PINE 4.10 Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 26-Mar-99 Eric Ken Lin wrote: > Today, I found out that ld-elf.so.1 could be downloaded from > http://www.freebsd.org/java, so I decided to attempt to install the PINE > 4.10 mailreader package onto my FreeBSD 2.2.5 system, replacing PINE 4.01 > which was on my system & had worked perfectly fine. Heh, guess the new features and bugfixes of Pine were worth it? > Then I attempted to execute PINE 4.10 & received the following error > message: > > /usr/libexec/ld-elf.so.1: Shared object "libtermcap.so.2" not found > > So I made soft links to /usr/lib/libtermcap.so.2.1 under the names of > /usr/libexec/libtermcap.so.2 & /usr/local/lib/libtermcap.so.2, attempted > to re-run PINE, & still received the above error message. Not surprisingly. ld-elf.so will most likely be an ELF library and expects ELF libraries to interoperate with. Your 2.2.5 system is pure aout, basically a no-go. Upgrade to 3.1-R or STABLE and get up to par again... --- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The idea does not replace the work... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message