Sponsored Content
Full Discussion: need libncurses.so
Operating Systems HP-UX need libncurses.so Post 82773 by jim97gst on Tuesday 6th of September 2005 02:07:16 PM
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 More Discussions You Might Find Interesting

1. 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

2. 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
atexit(3)						     Library Functions Manual							 atexit(3)

NAME
atexit - register a function to be called at program termination SYNOPSIS
DESCRIPTION
registers the function func to be called, without arguments, at normal program termination. Functions registered by are called in reverse order of registration. An call during exit processing is always unsuccessful. The number of registered functions should not exceed as specified in When necessary, or (see crt0(3) and dld.sl(5) for PA-RISC systems or dld.so(5) for Itanium-based systems) registers one or more functions with to allow some processing at normal program termination. This registration occurs before any other. RETURN VALUE
returns zero if the registration is successful; non-zero if unsuccessful. SEE ALSO
exit(2), crt0(3), dld.sl(5) for PA-RISC systems. dld.so(5) for Itanium-based systems. STANDARDS CONFORMANCE
atexit(3)
All times are GMT -4. The time now is 10:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy