need libncurses.so


 
Thread Tools Search this Thread
Operating Systems HP-UX need libncurses.so
# 1  
Old 09-06-2005
need libncurses.so

I'm trying to run a program called screen. When I try to execute it, I get this message:

(root@megas)/home/root# screen
/usr/lib/hpux32/dld.so: Unable to find library 'libncurses.so'.
Killed

This is an Itanium machine running 11.23.

I've done some hunting around, but can't seem to find this file for HP-UX.
# 2  
Old 09-06-2005
not sure about HP-UX, but.... if 'screen' lives under /usr/local/bin, see if there's /usr/local/lib/libncurses.so

If there's one, make sure that your LD_LIBRARY_PATH includes /usr/local/lib
# 3  
Old 09-06-2005
It may be a little more complicated than that:
PA-RISC: man dld.sl(5)
Itanium: man dld.so(5)
# 4  
Old 09-07-2005
You probably need the ncurses-devel package,check at a HP-UX repository like http://hpux.cs.utah.edu/
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. HP-UX

Unable to find library libncurses.so.

I'm trying to run a file name remote build which is to build a package on a target server. My target server is HP-UX-itanium 64 bit. When I run the remote build, somehow it cannot find `libncurses.so` or maybe it looks for the `libncurses.so` at some other location. This only happens on HP-UX... (3 Replies)
Discussion started by: fikriemuthafa
3 Replies

2. Solaris

libncurses.so.5

I have a small sctipt called dict under my /usr/local/bin. # cat dict #!/usr/bin/ksh -f set word=$1 # lynx is a text-based browser # available free on the web/net. lynx -cfg=/dev/null -dump " http://www.dictionary.com/cgi-bin/dict.pl?term=${word}" | more The PATH and LD_LIBRARY_PATH... (4 Replies)
Discussion started by: chrs0302
4 Replies
Login or Register to Ask a Question