Sponsored Content
Full Discussion: libncurses.so.5
Operating Systems Solaris libncurses.so.5 Post 80033 by chrs0302 on Tuesday 2nd of August 2005 03:37:51 PM
Old 08-02-2005
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 variables are as follows:

# echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/ssl/bin:/usr/local/mysql/bin:/usr/ccs/bin
#
# echo $LD_LIBRARY_PATH
/usr/lib:/usr/local/lib:/usr/local/ssl/lib:/usr/local/bin

When I try to run this script (/usr/local/bin/dict), the following error is returned.

# /usr/local/bin/dict
ld.so.1: lynx: fatal: libncurses.so.5: open failed: No such file or directory

In fact I have downloaded and installed libncurses.so.5 from http://www.autistici.org/bolic1/tools/packets/

Your help is appreciated and thanks in advance.
 

2 More Discussions You Might Find Interesting

1. HP-UX

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... (3 Replies)
Discussion started by: jim97gst
3 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
svscanboot(8)						      System Manager's Manual						     svscanboot(8)

NAME
svscanboot - starts svscan(8) in the /service directory, with output and error messages logged through readproctitle(8). svscanboot is available in daemontools 0.75 and above. SYNOPSIS
svscanboot DESCRIPTION
svscanboot runs the pipeline svscan /service 2>&1 | readproctitle service errors: ..... with 400 dots. The last 400 bytes of error messages from svscan(8) will be visible to ps(1) through readproctitle(8). svscanboot sets $PATH to /command:/usr/local/bin:/usr/local/sbin: /bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin (all in one line, no space) and clears all other environment variables. Program writers are encouraged to use globally allocated names in /command. SEE ALSO
supervise(8), svc(8), svok(8), svstat(8), svscan(8), readproctitle(8), fghack(8), pgrphack(8), multilog(8), tai64n(8), tai64nlocal(8), setuidgid(8), envuidgid(8), envdir(8), softlimit(8), setlock(8), ps(1) http://cr.yp.to/daemontools.html http://cr.yp.to/slashcommand.html svscanboot(8)
All times are GMT -4. The time now is 08:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy