- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ldd command result
Operating System - HP-UX
1822158
Members
3464
Online
109640
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО04-16-2007 10:19 PM
тАО04-16-2007 10:19 PM
ldd command result
Hi All,
My shared library is the following result like 'Can't open shared library'
bash-2.04# ldd mod_rsawa_apache.sl
/usr/lib/libCsup_v2.2 => /usr/lib/libCsup_v2.2
/usr/lib/libstd_v2.2 => /usr/lib/libstd_v2.2
/usr/lib/librwtool_v2.2 => /usr/lib/librwtool_v2.2
/usr/lib/libnsl.1 => /usr/lib/libnsl.1
/usr/lib/libxti.2 => /usr/lib/libxti.2
/usr/lib/dld.sl: Can't open shared library: /tmp/lib/libapr-0.sl.9
/usr/lib/dld.sl: No such file or directory
===========
Also I run ldd for dld.sl
bash-2.04# ldd /usr/lib/dld.sl
/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl
/usr/lib/dld.sl: Not enough space
bash-2.04#
If someone knows how to fix, please let us know.
Thanks,
My shared library is the following result like 'Can't open shared library'
bash-2.04# ldd mod_rsawa_apache.sl
/usr/lib/libCsup_v2.2 => /usr/lib/libCsup_v2.2
/usr/lib/libstd_v2.2 => /usr/lib/libstd_v2.2
/usr/lib/librwtool_v2.2 => /usr/lib/librwtool_v2.2
/usr/lib/libnsl.1 => /usr/lib/libnsl.1
/usr/lib/libxti.2 => /usr/lib/libxti.2
/usr/lib/dld.sl: Can't open shared library: /tmp/lib/libapr-0.sl.9
/usr/lib/dld.sl: No such file or directory
===========
Also I run ldd for dld.sl
bash-2.04# ldd /usr/lib/dld.sl
/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl
/usr/lib/dld.sl: Not enough space
bash-2.04#
If someone knows how to fix, please let us know.
Thanks,
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2007 11:32 PM
тАО04-16-2007 11:32 PM
Re: ldd command result
Hi,
ldd is nothing but a toll to List Dymamic Depend.s for a giben executable/library
see
# man ldd
Also from ur message, u have to install a package having shared library
/tmp/lib/libapr-0.sl.9
(This /tmp dir can also make trouble, It is a bad
practice to keep shared libraries in /tmp
)
U can do this also,
# find / -name libapr-0.sl.9
if u get libapr-0.sl.9 in some other path
make a symbolic link from this path to
/tmp/lib/libapr-0.sl.9
Try it.
-Santosh
ldd is nothing but a toll to List Dymamic Depend.s for a giben executable/library
see
# man ldd
Also from ur message, u have to install a package having shared library
/tmp/lib/libapr-0.sl.9
(This /tmp dir can also make trouble, It is a bad
practice to keep shared libraries in /tmp
)
U can do this also,
# find / -name libapr-0.sl.9
if u get libapr-0.sl.9 in some other path
make a symbolic link from this path to
/tmp/lib/libapr-0.sl.9
Try it.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2007 12:29 AM
тАО04-17-2007 12:29 AM
Re: ldd command result
You might want to use chatr(1) on your shlib, it won't stop on errors. It also works on dld.
There were existing threads already that mentioned you can't use ldd on dld.sl:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1114562
After you have found libapr-0.sl.9, you could export SHLIB_PATH to that directory:
$ SHLIB_PATH=found-dir ldd mod_rsawa_apache.sl
There were existing threads already that mentioned you can't use ldd on dld.sl:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1114562
After you have found libapr-0.sl.9, you could export SHLIB_PATH to that directory:
$ SHLIB_PATH=found-dir ldd mod_rsawa_apache.sl
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP