FS#2189 - Bug after upgrade

Attached to Project: Arch Linux
Opened by BlackFenix (BlackFenix) - Friday, 11 February 2005, 23:42 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

After a pacman -Syu my arch system upgrade to bash3.0-5 and readline (i don't remember pkg version).
After install bash this error message is printed:

sh: error while loading shared libraries: libreadline.so.5: cannot open shared object file: no such file or directory

then package readline is installed.
This task depends upon

Closed by  Judd Vinet (judd)
Saturday, 12 February 2005, 07:14 GMT
Reason for closing:  Fixed
Comment by Eric Belanger (Snowman) - Saturday, 12 February 2005, 02:25 GMT
This error makes your system UNBOOTABLE.

When I try to reboot, I get this message with some error about kdm not being able to start.
I also tried to boot to a bash shell and it doesn`t work: I get this error with a kernel panic.
Comment by Milind Kamble (mbkamble) - Saturday, 12 February 2005, 04:49 GMT
The error is that libreadline.so.5 and libhistory.so.5 are present in /usr/lib instead of /lib. I temporarily copied these into /lib so that the boot process completes successfully.
Comment by Judd Vinet (judd) - Saturday, 12 February 2005, 07:14 GMT
I've moved the libraries to /lib in 5.0-3.

You can ignore the "error while loading shared libraries" error during the upgrade though. It is not fatal and only occurs when readline or ncurses is updated.

Loading...