- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shared library problems (missing bpd files)
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
08-29-2007 10:08 AM
08-29-2007 10:08 AM
Shared library problems (missing bpd files)
This is a recurring problem with various applications (including ours :-) ).
Dynamically linked libraries fail to load due to missing *.bpd files. The shared lib*.so file itself exists, "just the *.bpd file.
This time, Oracle 10gR2 cannot find /usr/lib/hpux32/dpd/libnjni10.so.bpd.
The time before, we could not compile our own shared library so that it is loadable -- due to a similar problem of missing this mysterious *.bpd file.
Any insight is appreciated.
Thanks
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 11:09 AM
08-29-2007 11:09 AM
Re: Shared library problems (missing bpd files)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 07:22 PM
08-29-2007 07:22 PM
Re: Shared library problems (missing bpd files)
1) Check whether any errors occur during a 'relink all' (and resolve them)
2). Collect tusc output by running the following command (or similar):
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 12:26 AM
08-30-2007 12:26 AM
Re: Shared library problems (missing bpd files)
It was using "tusc" that I discovered that the loading problem was actually due to missing *.bpd files.
Thanks
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 02:01 PM
08-30-2007 02:01 PM
Re: Shared library problems (missing bpd files)
tusc may always show a stat on those files. If it is there, it does something special.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 07:40 PM
08-30-2007 07:40 PM
Re: Shared library problems (missing bpd files)
Interesting... The *.bpd file is still not there. So probably it is not a required part of a shared library.
The reason I am insisting on this (despite the solved Oracle upgrade problem) that we have our own shared library, which we could create and use on other operating systems (Windows, Linux, Solaris, Mac OS X), but with which we have no luck on HP-UX: we can build the library, but cannot use due to an unresolved reference problem. Using tusc, I determined that the last problematic operation involved in reference resolution was the lack of existence of a *.bpd file name similarly to our shared library.
Has anyone an idea what those *.bpd files are good for -- or why the loader is looking for them?
Thanks
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 08:20 PM
08-30-2007 08:20 PM
Re: Shared library problems (missing bpd files)
Right. If you have one, you have a "bad" shlib. ;-)
>but with which we have no luck on HP-UX: we can build the library, but cannot use due to an unresolved reference problem.
This seems like your real problem.
What's the symbol? Where is it defined?
>Has anyone an idea what those *.bpd files are good for
I'm not sure if this is for public consumption.
(These aren't the droids you're looking for. ;-)