- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /use/lib/dld.sl: can't find path for shared li...
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-30-2004 01:17 AM
09-30-2004 01:17 AM
I have HPUX11, and I have installed samba 3.0.5. (as binary, with swinstall)
also installed (on the same way)
- openldap 2.2.15
- libiconv 1.9.2
- openssl 0.9.7d
When I start 'samba' (/sbin/init.d/samba start)
I get the message:
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
/sbin/init.d/samba[49]: 19819 Abort(coredump)
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
/sbin/init.d/samba[54]: 19820 Abort(coredump)
I found libk5cripto.sl (/usr/lib/ & /usr/lib/pa20_64/) but when I link libcrypto.sl to this (in same directory), it will not help.
What is going wrong ?
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 01:33 AM
09-30-2004 01:33 AM
Re: /use/lib/dld.sl: can't find path for shared library: libcripto.sl
export SHLIB_PATH=/usr/lib/dld.sl
and try to start samba now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 01:41 AM
09-30-2004 01:41 AM
Solutionexport SHLIB_PATH=/usr/lib/
and execute samba.
More is samba having own set of libraries there. If so export that with SHLIB_PATH.
It is as like ldap-ux client. We have to export /opt/ldapux/lib on SHLIB_PATH else it will make the same problem here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 01:43 AM
09-30-2004 01:43 AM
Re: /use/lib/dld.sl: can't find path for shared library: libcripto.sl
# export SHLIB_PATH=/usr/lib
# /sbin/init.d/samba start
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
/sbin/init.d/samba[49]: 11968 Abort(coredump)
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
/sbin/init.d/samba[54]: 11984 Abort(coredump)
# export SHLIB_PATH=/usr/lib/dld.sl
# /sbin/init.d/samba start
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
/sbin/init.d/samba[49]: 13006 Abort(coredump)
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
/sbin/init.d/samba[54]: 13007 Abort(coredump)
no solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 02:01 AM
09-30-2004 02:01 AM
Re: /use/lib/dld.sl: can't find path for shared library: libcripto.sl
find / -name "libcrypto.sl"
Is samba having own libraries there. Try to go to the samba directory and check there is lib directory available, if so
export SHLIB_PATH=
can you able to solve now ?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 02:13 AM
09-30-2004 02:13 AM
Re: /use/lib/dld.sl: can't find path for shared library: libcripto.sl
un0002:/root # export SHLIB_PATH=/usr/lib
un0002:/root # /home/ettemap/samba start
SHLIB_PATH=/usr/lib
/usr/lib/dld.sl: Can't find path for shared library: libssl.sl
/usr/lib/dld.sl: No such file or directory
/home/ettemap/samba[50]: 1470 Abort(coredump)
/usr/lib/dld.sl: Can't find path for shared library: libssl.sl
/usr/lib/dld.sl: No such file or directory
/home/ettemap/samba[55]: 1484 Abort(coredump)
we have something going.
so for a while thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 02:19 AM
09-30-2004 02:19 AM
Re: /use/lib/dld.sl: can't find path for shared library: libcripto.sl
find / -follow -name "*ssl.sl*"
/OEM/javavm/admin/libjox9oracle_security_ssl.sl
/OEM/javavm/admin/libjox9javax_net_ssl.sl
I'm missing libssl.sl where can I find that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 02:30 AM
09-30-2004 02:30 AM
Re: /use/lib/dld.sl: can't find path for shared library: libcripto.sl
Closing this & Thanks for fast reply.
Paul.