- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: where can I find libdb.sl?
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
03-12-2006 10:03 PM
03-12-2006 10:03 PM
I installed an HP-UX 11.11 (September 2005) Enterprise edition.
I now want to load some opensource software (which I download from http://hpux.connect.org.uk/). However, some packages seem to complain that they cannot find a library called 'libdb.sl'.
I did a 'find / -name *libdb*' and indeed, the library is not on the system.
Can somebody tell me where I can find this library for HP-UX11.11 (PA-RISC)?
With kind regards,
KRis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:13 PM
03-12-2006 10:13 PM
Re: where can I find libdb.sl?
are you sure you have installed all the required modules for your software successfully?
Normally all required libs would be part of the package. What are you trying to install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:16 PM
03-12-2006 10:16 PM
Re: where can I find libdb.sl?
Check this link,
https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=707153
reagrds,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:19 PM
03-12-2006 10:19 PM
SolutionYes, You need to install Berkeley DB for this library. You can download from,
http://hpux.connect.org.uk/hppd/hpux/Development/Tools/db-4.3.29/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:23 PM
03-12-2006 10:23 PM
Re: where can I find libdb.sl?
Read Procura's reply.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:33 PM
03-12-2006 10:33 PM
Re: where can I find libdb.sl?
Something to add, When you download any Software from http://hpux.connect.org.uk/, you may also need to download Run time dependencies as well for that partivular software.
Say for example, if you have downloaded "ethereal", you have to download
Run-time dependencies: atk bison db expat flex fontconfig freetype libgcc gettext glib glib2 gtk+ heimdal libXft libXrender libiconv libpcap m4 openssl pango pcre readline zlib
Since Ethereal is compiled dynamically, it requires other shared libraries to be present before your application starts.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:34 PM
03-12-2006 10:34 PM
Re: where can I find libdb.sl?
Something to add, When you download any Software from http://hpux.connect.org.uk/, you may also need to download Run time dependencies as well for that partivular software.
Say for example, if you have downloaded "ethereal", you have to download
Run-time dependencies: atk bison db expat flex fontconfig freetype libgcc gettext glib glib2 gtk+ heimdal libXft libXrender libiconv libpcap m4 openssl pango pcre readline zlib
Since Ethereal is compiled dynamically, it requires other shared libraries to be present before you start.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 03:29 AM
03-13-2006 03:29 AM
Re: where can I find libdb.sl?
libdld.sl is usually in /usr/lib, and carried on the system by HPUXBase64.OS-Core.CORE-SHLIBS.
Don't you have CORE-SHLIBS installed?
=> swlist HPUXBase64.OS-Core.CORE-SHLIBS
Maybe can you try to install ld cumulative patch http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHSS_33033
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 03:31 AM
03-13-2006 03:31 AM