Alton Yu wrote:


bash-2.05# freshclam
ClamAV update process started at Thu Oct 28 23:26:13 2004
ld.so.1: freshclam: fatal: relocation error: file freshclam: symbol cl_retver: referenced symbol not found
Killed



Check you are running an older install of freshclam: 'freshclam --version' and 'which freshclam' might be enlightening.


Check if you have an old copy of libclamav somewhere around.

See what libraries it loads by running 'ldd `which freshclam`'

LD_LIBRARY_PATH=/opt/sfw/lib:/opt/csw/lib


Try it without LD_LIBRARY_PATH set, and complain to the author/packager/compiler about stupid things needing LD_LIBRARY_PATH. Software on Solaris should be compiled with -R ld flag if you want the shared library somewhere nonstandard.

--
James Lick -- éåæ -- [EMAIL PROTECTED] -- http://jameslick.com/
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to