From: Török Edwin On 2009-02-28 17:56, McDonald, Dan wrote: >> From: Török Edwin >> >> >> dlopen does look for .so files, if the .la are not found, but it is not >> finding it, >> since the code is looking for /usr/lib/libclamunrar_iface.so instead of >> /usr/lib/libclamunrar_iface.so.6 >> >> when libclamav.so is opened, it is referenced as ...so.6 >> >> previous packages called the iface library so.5, so I would assume the .6 is >> required. >> >> Do you want me to open a bug on this? >>
>/usr/lib/libclamunrar_iface.so should be a symlink to >/usr/lib/libclamunrar_iface.so.6 after you've run ldconfig, isn't it? Nope: $ sudo ldconfig $ sudo ls -l /usr/lib/ | grep libclam lrwxrwxrwx 1 root root 18 2009-02-27 17:02 libclamav.so.6 -> libclamav.so.6.0.0 -rwxr-xr-x 1 root root 854496 2009-02-27 16:58 libclamav.so.6.0.0 lrwxrwxrwx 1 root root 27 2009-02-28 09:09 libclamunrar_iface.so.6 -> libclamunrar_iface.so.6.0.0 -rwxr-xr-x 1 root root 7736 2009-02-28 09:07 libclamunrar_iface.so.6.0.0 lrwxrwxrwx 1 root root 21 2009-02-28 09:09 libclamunrar.so.6 -> libclamunrar.so.6.0.0 -rwxr-xr-x 1 root root 48616 2009-02-28 09:07 libclamunrar.so.6.0.0 And libclamunrar_iface.so doesn't exist on my other box still running 0.94.2: lrwxrwxrwx 1 root root 27 2008-04-16 16:12 libclamunrar_iface.so.3 -> libclamunrar_iface.so.3.0.4 -rwxr-xr-x 1 root root 7636 2008-03-26 07:17 libclamunrar_iface.so.3.0.4 lrwxrwxrwx 1 root root 27 2008-08-13 10:28 libclamunrar_iface.so.4 -> libclamunrar_iface.so.4.0.4 -rwxr-xr-x 1 root root 7728 2008-08-11 12:17 libclamunrar_iface.so.4.0.4 lrwxrwxrwx 1 root root 27 2009-02-11 07:44 libclamunrar_iface.so.5 -> libclamunrar_iface.so.5.0.4 -rwxr-xr-x 1 root root 7476 2009-02-03 11:54 libclamunrar_iface.so.5.0.4
_______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml