Date: Tue, 12 Sep 2006 21:23:46 -0500 From: Jonathan Horne <freebsd@dfwlp.com> To: freebsd-questions@freebsd.org Subject: Re: libm.so.3 on FreeBSD 6.1-RELEASE Message-ID: <200609122123.46794.freebsd@dfwlp.com> In-Reply-To: <20060913020109.D20FF1F50B1@ws1-2.us4.outblaze.com> References: <20060913020109.D20FF1F50B1@ws1-2.us4.outblaze.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 12 September 2006 21:01, Ahmad Arafat Abdullah wrote: > Hye everyone.. > > For my customer i need to install Kaspersky antivirus for mailserver > and for this case I'm using pkg build for version 5x.. ( no pkg for 6x yet > ) > > the problem is, installation seems like successfull but when i want to key > in the key ( for antivirus verification ), then this msg appears.. > > > 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" > > > > I've checked with google and also this link: > http://lists.freebsd.org/pipermail/freebsd-ports/2005-August/025330.html > > > > freebsdmail# uname -a > FreeBSD freebsdmail.mine.nu 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 > 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP > i386 > > > > my plan is to cvsup to -p6 and see if the problem already solved or not.. > but during this time, can anyone give me clue what am i missing here? > > > TQ > Arafat > System Engineer 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. hth, jonathan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609122123.46794.freebsd>