You are not logged in.
Pages: 1
I reboot my system after running "sudo pacman -S gnome".
but seems something wrong...
==
/bin/bash: error while loading shared libraries: libncurses.so.5 :cannot open shared object file :No such file or directory.
INIT: Entering runlevel: 3
/bin/bash: error while loading shared libraries: libncurses.so.5 :cannot open shared object file : No such file or directory.
==
is anyone ever deal with this problem?
Offline
is your entire system up to date?
Offline
I'm guessing you just installed, updated and then installed gnome correct?
This is the second time I have seen this in a few days. The "solution" is to initially do a "pacman -Sy bash ncurses readline" before the full update.
But I would like to know what installer you are using to get this problem so I can try replicating this and figure out what is happening. There should not be a ncurses package floating around without that library in it...
Offline
yes, I am just installed update and ...and how is installed gnome correct?
what does that installer meaning? archlinux-2008.06-core-x86_64.iso ?
Offline
you should install ncurses
///////
@uair : dont ask me how to install ncurses on already broken system. i dont know how this sort of error could go through testing
Last edited by szymon_g (2008-12-06 15:11:00)
Offline
What about:
* boot from the install cd and get a root shell
* mount /dev/sdXX /mnt # mount your Arch / and /var underneath /mnt
* mount --bind /dev /mnt/dev
* mount --bind /proc /mnt/proc
* mount --bind /sys /mnt/sys
* chroot /mnt
* pacman -Sy bash ncurses readline
* reboot
Offline
Thanks Profjim!
I had the same problem with libncurses.so.5 today. Your solution worked for me.
Kobussie
Offline
I did as profjim did.
It didnt work for me, when doing the chroot i't said the bash missed libncurses.so.5.
But while using his mount method i just copied the libraries from the cd to the
system mount under /mnt
Now however while upgrading it complains about libncurses.so.5
not being a symlink (i just used cp).
Now I deleted /lib/libncurses.so.5
and updated again, no complaints for now.
seems to work.
Offline
Pages: 1