On 26/04/2010 3.40, Tech Color printer wrote:
> I got the following message from rpm when installing clamav:
> 
> /sbin/ldconfig: /lib/libnss_winbind.so is not a symbolic link
> /sbin/ldconfig: /lib/libnss_wins.so is not a symbolic link
> 
> checking these files, I see:
> /home/wlist]# ls -la /lib/libnss_winbind.so
> -rwxr-xr-x    1 root     root        17956 May  7  2004 /lib/libnss_winbind.so
> /home/wlist]# ls -la /lib/libnss_wins.so
> -rwxr-xr-x    1 root     root       745528 May  7  2004 /lib/libnss_wins.so
> 
> rpm -q clamav returns "clamav-0.95.2-4.rh9.rf"
> but doing 
> service clamd start gives an error message of "clamd: unrecognized service"
> 
> Did the clamav install or was the rpm faked out?
> -rp

Nothing to do with clamav,
you'll have this warning each time you run ldconfig

clamav package runs ldconfig like all packages containing libraries

the warn it's really not a problem, anyway it means
that .so files should be always a link to .so.x.y

because they are used for linking executables when compiling

these files are not used to link, so probabily the wrong
is the path how they are placed

to see the package they belong:

rpm -qf /lib/libnss_winbind.so
rpm -qf /lib/libnss_wins.so

it should be something like samba-nss

Regards



-- 
Gianluigi Tiesi <sher...@netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to