From owner-freebsd-questions@FreeBSD.ORG Wed Sep 13 03:42:08 2006 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 E4AF016A403 for ; Wed, 13 Sep 2006 03:42:08 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BF843D45 for ; Wed, 13 Sep 2006 03:42:08 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k8D3g7c1055926; Tue, 12 Sep 2006 22:42:07 -0500 (CDT) (envelope-from dan) Date: Tue, 12 Sep 2006 22:42:07 -0500 From: Dan Nelson To: Ahmad Arafat Abdullah Message-ID: <20060913034206.GB66844@dan.emsphone.com> References: <20060913032035.8F0741BF287@ws1-1.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060913032035.8F0741BF287@ws1-1.us4.outblaze.com> X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: libm.so.3 on FreeBSD 6.1-RELEASE 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: Wed, 13 Sep 2006 03:42:09 -0000 In the last episode (Sep 12), Ahmad Arafat Abdullah said: > From: "Jonathan Horne" > > On Tuesday 12 September 2006 21:01, Ahmad Arafat Abdullah wrote: > > > freebsdmail# /usr/local/share/kav/5.5/kav4mailservers/bin/licensemanager > > > /usr/libexec/ld-elf.so.1: Shared object "libm.so.3" not found, required by > > > "licensemanager" > > > > cvsuping to -p6 wil not fix the problem. i had the exact same > > issue (except it was a list of 6 different .so files) getting the > > NetBackup 5.1 agent for UNIX to run on freebsd. my solution was as > > simple as: > > > > ln -s /lib/libm.so.4 /lib/libm.so.2 > > > > (NetBackup agent was looking for so.2) > > > > so in your case, just symlink the existing .4 to a .3, and you > > should be good to go. backwards compatibility should not be an > > issue. > > TQ so much Jonathan.. > I've do link the libm.so and libc.so. You don't want to do this. Install the misc/compat5x port instead (and install the misc/compat4x port if you need libm.so.2). -- Dan Nelson dnelson@allantgroup.com