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     [EMAIL PROTECTED]:/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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to