You are not logged in.

#1 2008-07-12 23:12:58

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

libattr.so.1 cannot open shared object file [solved]

Updating my system and was getting lots of file conflicts; I believe I deleted something during that process that gives me this error.  System will not list any files, and pacman seems nonfunctional.

What, if anything, can I do to restore what I messed up?

Last edited by timm (2008-07-13 00:00:49)

Offline

#2 2008-07-13 00:00:20

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

Re: libattr.so.1 cannot open shared object file [solved]

I think I figured it out.  I appear to have deleted libattr.so.1 and libattr.so.1.1.0

I went onto my other server and used scp to copy those files to the server with the problem.  It now seems to be working.  I am still getting an error that /lib/libattr.so.1 is not a symbolic link, and will look to see how it is set up on the working server to fix it.

Offline

#3 2008-07-13 00:06:16

ghostHack
Member
From: Bristol UK
Registered: 2008-02-29
Posts: 261

Re: libattr.so.1 cannot open shared object file [solved]

libattr.so.1 should be a symlink to libattr.so.1.1.0

cd /lib
rm libattr.so.1
ln -s libattr.so.1.1.0 libattr.so.1

Offline

Board footer

Powered by FluxBB