1828225 Members
2145 Online
109975 Solutions
New Discussion

Suse 8 Error on ls

 
ecorban
Frequent Advisor

Suse 8 Error on ls

I get the following while doind ls etc on Suse 8 SLES linux server :
ls: /lib/libattr.so.1: no version information available (required by /lib/libacl.so.1)

how can i fix it ? its pretty annoying !
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Suse 8 Error on ls

On face value it would appear an important portion of the OS was force uninstalled or removed with the rm command.

I can think of two ways to fix:

1) Copy the missing components from a working system.
2) Makes ure the directory in question is on the PATH
3) Reinstall the OS.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vitaly Karasik_1
Honored Contributor

Re: Suse 8 Error on ls

Do you run "original" (out of the box) system or your hacked your system?

Anyway - I suggest to start from "rpm -Va" in order to detect missed files; after that you can re-install/upgrade appropriate package[s].