PDA

View Full Version : Problem of FreeBSD and nod32 for mail server


pongier
August 16th, 2008, 03:07 AM
Dear Sri/Madam

I install ESETS for mail server on FreeBSD 6.3

When I use about esets command I get error:

# esets_lic
/libexec/ld-elf.so.1: Shared object "libintl.so.6" not found, required by "esets_lic"

and more

# /usr/local/etc/rc.d/esets_daemon.sh start
Starting ESET Security for FreeBSD: esets_daemon/libexec/ld-elf.so.1: Shared object "libesets.so.3" not found, required by "esets_daemon"

How I solve about this problem?

---Addition Information---
/usr/local/lib/libintl.so.8
/usr/local/lib/libintl.so
/usr/local/lib/libintl.so.6
/usr/local/gettext013/lib/libintl.so.6
/usr/local/gettext013/lib/libintl.so

*** I install gettext0.1.3 for get libintl.so.6 but the problem does not appear.

Thank You very much
Pongier

andrec28
September 2nd, 2008, 01:07 PM
Hi there,

I encountered the the same problem as you... the below command fix my issue

ln -s libintl.so.8 /usr/local/lib/libintl.so.6

Cheers
Andre