Help - Search - Members - Calendar
Full Version: can you fix?
The Planet Forums > Operating Systems > Red Hat Linux
zero0ne
anybody know how to fix this error?

"top: error while loading shared libraries: libncurses.so.4: cannot open shared object file: No such file or directory"

it would be geatly appreciated....

Thanks


CJ
crodenberg
You'll need to create a link called libncurses.so.4 to your current libncurses library.

Search for your currently installed libncurses library. This is usually in /usr/lib

Note the version of your libncurses.so library (example: libncurses.so.5.1)

Then create the link with this command (as root):

(Assuming you have libncurses.so.5.1)

# cd /usr/lib
# ln -s libncurses.so.5.1 libncurses.so.4

That's it. Your dependancy should be resolved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.