- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lynx doesn't work
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 11:01 PM
09-08-2002 11:01 PM
lynx 2.8.4 lynx downloaded from http://hpux.connect.org.uk/
but when i try to run it I get this error:
gemini# /usr/local/bin/lynx
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libncurses.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
I've installed also
ncurses 5.2 ncurses
Do You know why?
How could I solve my this problem?
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 11:32 PM
09-08-2002 11:32 PM
Re: lynx doesn't work
which version of HP-UX you are using? And which precompiled versions of lynx and ncurses you have downloaded?
regards
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:06 AM
09-09-2002 12:06 AM
Re: lynx doesn't work
please check the following:
in ncurses 5.2 for HP-UX 10.20 the lbncurses shared library is named libncurses.so and stays afaik in directory /opt/ncurses/lib/.
In the version for HP-UX 11.0 it's called libncurses.sl in directory /usr/local/lib/libncurses.sl
regards
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:20 AM
09-09-2002 12:20 AM
Re: lynx doesn't work
and I've installed precompilated packages for HP-UX 11.00 PA-RISC Binary Depot (gzipped)
gemini# ls /usr/local/lib/libncurses.sl
/usr/local/lib/libncurses.sl not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:24 AM
09-09-2002 12:24 AM
Re: lynx doesn't work
First make sure you have libncurses.sl in /usr/local/lib. If the library exist Then type this:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export LIBRARY_PATH=/usr/local/lib:$LIBRARY_PATH
Let me know if that doesn't fix the problem.
Thanks
__Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:28 AM
09-09-2002 12:28 AM
Re: lynx doesn't work
Try:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/ncurses-5.2
Good luck
__Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:48 AM
09-09-2002 12:48 AM
Re: lynx doesn't work
I've already installed ncurses 5.2.
I've yet removed and re-installed ncurses without any changes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 01:29 AM
09-09-2002 01:29 AM
SolutionI 've just removed and re-installed nucurses on my system and the libraries are in /usr/local/lib.
When did you download the depot file?
Where did you get ncurses? did you use depot file from HPUX Archive Center (hpux.connect.org.uk)?
What do you get when you type "swlist | grep ncurses"?
Did you get any error from swinstall during the installation?
Is there any header file in /usr/local/include/ncurses ?
Answer to the above questions will help me to establish where the problem comes from.
__Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 01:40 AM
09-09-2002 01:40 AM
Re: lynx doesn't work
okay, i've just downloaded ncurses 5.2 as 11.0 binary and installed it on a HP-UX 11.0 system.
/usr/local/lib/libncurses.sl exists.
I suggest you should download the ncurses binary once more and perform a new installation with the new depot. If problem persists check your swinstall-logs.
regards
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:26 PM
09-09-2002 10:26 PM
Re: lynx doesn't work
I've RE-removed ncurses, and RE-reinstalled it and this time the file previous missing was in correct place!
Thank You