You are not logged in.

#1 2007-09-21 21:01:52

RobK
Member
Registered: 2005-12-07
Posts: 121

"ldconfig -v" Problem After Upgrade

I just did a "pacman -Syu" and upgraded to the latest version of current (or core) in the repos.  But when I run "ldconfig -v", I get the following warning message:

"ldconfig: cannot stat /usr/lib/libhistory.so : no such file or directory"

It looks like my libhistory.so has disappeared.  Are others having this problem?  Is there a way to fix the problem?

Rob

Offline

#2 2007-09-21 21:16:30

RobK
Member
Registered: 2005-12-07
Posts: 121

Re: "ldconfig -v" Problem After Upgrade

I did a quick look for libhistory.so.  It exists on my system in /usr/lib.  Why does ldconfig think it is missing?

Rob

Offline

#3 2007-09-21 21:39:48

RobK
Member
Registered: 2005-12-07
Posts: 121

Re: "ldconfig -v" Problem After Upgrade

I think I tracked down the source of the bug.  One of the packages that was upgraded on my system was readline.  Readline is the package that installs the libhistory library.   but during the last upgrade the readline package broke important symlinks.

/usr/lib/libhistory.so  is a symlink pointing to libhistory.so.5 

libhistory.so.5 does not exist anymore in /usr/lib.  It is now in /lib.

(  FYI -- libhistory.so.5 is also a symlink point to libhistory.so.5.2 (which does exisit in /lib))

It looks like there is a bug in the readline package.  Any thoughts?

Rob

Offline

#4 2007-09-21 21:59:52

RobK
Member
Registered: 2005-12-07
Posts: 121

Re: "ldconfig -v" Problem After Upgrade

I see there is a bug report for this problem...  See http://bugs.archlinux.org/task/8064

Offline

Board footer

Powered by FluxBB