Operating System - HP-UX
1855408 Members
2854 Online
104110 Solutions
New Discussion

screen utility on hp-ux 11.23

 
SOLVED
Go to solution
claudio_22
Regular Advisor

screen utility on hp-ux 11.23

Hi,

I've installed last version of screen ( 4.2.0 ) but when I run I've following error

/usr/lib/hpux32/dld.so: Unable to find library 'libncurses.so'.
Killed

So, where can find that library ?
I've done some research without success

Thx
4 REPLIES 4
Michael Selvesteen_2
Trusted Contributor

Re: screen utility on hp-ux 11.23

Hello,

Check that the directory where libncureses.so located added to your $LD_LIBRARY_PATH

--
M
Eric Antunes
Honored Contributor

Re: screen utility on hp-ux 11.23

Hi,

Maybe your issue is like this one:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=565256

or:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=601707

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Florian Heigl (new acc)
Honored Contributor
Solution

Re: screen utility on hp-ux 11.23

ncurses is available here
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/ncurses-5.4/ , but please first check for curses.h or ncurses.h on Your system - it might already be around (it wasn't on the 11.11 system I'm working on right now.)

yesterday I stood at the edge. Today I'm one step ahead.
claudio_22
Regular Advisor

Re: screen utility on hp-ux 11.23

Hello,

Just to inform ..

finally i was able run screen on hp-ux 11.23

Just have installed the version 4.0.2 for hp-ux 11.11 with

swinstall -x allow_incompatible=true -s ..

All works fine .