You are not logged in.

#1 2008-11-18 12:12:29

ning
Member
Registered: 2008-11-15
Posts: 27

libncurses.so.5 crash my system!

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

#2 2008-11-18 12:18:11

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: libncurses.so.5 crash my system!

is your entire system up to date?

Offline

#3 2008-11-18 12:19:48

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: libncurses.so.5 crash my system!

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

#4 2008-11-18 13:33:27

ning
Member
Registered: 2008-11-15
Posts: 27

Re: libncurses.so.5 crash my system!

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

#5 2008-12-06 15:09:37

szymon_g
Member
Registered: 2008-11-24
Posts: 36

Re: libncurses.so.5 crash my system!

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 yikes

Last edited by szymon_g (2008-12-06 15:11:00)

Offline

#6 2008-12-21 16:01:17

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: libncurses.so.5 crash my system!

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

#7 2009-01-20 10:33:59

Kobussie
Member
From: NL - Groningen
Registered: 2007-04-06
Posts: 43
Website

Re: libncurses.so.5 crash my system!

Thanks Profjim!

I had the same problem with libncurses.so.5 today. Your solution worked for me.

Kobussie

Offline

#8 2009-01-29 14:55:43

cognacc
Member
From: Denmark
Registered: 2008-09-28
Posts: 14

Re: libncurses.so.5 crash my system!

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

Board footer

Powered by FluxBB