- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems with "less"
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
05-17-2006 02:05 AM
05-17-2006 02:05 AM
Problems with "less"
# less list
/usr/lib/dld.sl: Can't find path for shared library: libncurses.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 02:09 AM
05-17-2006 02:09 AM
Re: Problems with "less"
Do a chatr for "less" and see what it requires.
Also, have you downloaded less from HP-UX porting center ? If yes, you have to download and install the following run time depedanciies.
Run-time dependencies: bison flex libgcc gettext libiconv m4 termcap
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 03:04 AM
05-17-2006 03:04 AM
Re: Problems with "less"
I have currently installed the package less from a depot less-385-sd-11.11.depot , downloaded from the HP porting center.
It uses the shared library
/usr/local/lib/libintl.sl
which is found in the product less.less-RUN .
This product I installed via the depot gettext-0.14.1-sd-11.00.depot found at the same place.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 04:46 AM
05-17-2006 04:46 AM
Re: Problems with "less"
# ldd -v
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 07:03 AM
05-17-2006 07:03 AM
Re: Problems with "less"
find library=/usr/lib/libc.2; required by /usr/local/bin/less
/usr/lib/libc.2 => /usr/lib/libc.2
find library=/usr/lib/libdld.2; required by /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
find library=/usr/lib/libc.2; required by implicit load
/usr/lib/libc.2 => /usr/lib/libc.2
find library=/usr/local/lib/libncurses.sl; required by /usr/local/bin/less
/usr/lib/dld.sl: Can't find path for shared library: libncurses.sl
/usr/lib/dld.sl: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 09:13 AM
05-17-2006 09:13 AM
Re: Problems with "less"
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/ncurses-5.5/
The run-time dependencies for less look a bit strange to me. The libgcc, gettext, libiconv and termcap would make sense. It should also mention ncurses, the error message makes that obvious.
But bison, flex and m4 (parser generator tools and macro pre-processor, all programming tools) as _run-time_ dependencies for a text viewer like less??? Looks like a typical Porting Archive dependency documentation mistake.