- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/lib/dld.sl problem
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-05-2005 04:44 AM
05-05-2005 04:44 AM
/usr/lib/dld.sl problem
I'm facing problem with my applicaiton. let me try to explain the scenario -
we using HP-UX 11.0 oracle 8.1.7.4
now here we applied some pathces for oracle upgrade to 9.2.0.4
still Oracle 9.2.0.4 exes has not been deployed.
now so the current env is HPUX 11.0 oracle 8.1.7.4 with some Patches- 64 bit.
now there are two problem scenarios
1. we have one exe of which s-bit is set.
its envoked by external user. the problem is exe is not completing its execution. when I traced stderr it said
"/usr/lib/dld.sl: Can't open shared Library: /opt/tuxedo/lib/libengine.sl"
"/usr/lib/dld.sl: No such file or directory"
2. we hae one more exe of which s-bit is set envoked by external user.
here also it doesn't completes the the execution and comes out in between stating
"/usr/lib/dld.sl: Can't Open /neeraj/lib/libutil.sl"
"/usr/lib/dld.sl: No such file or directory"
there two thing need to know for you all -
in case 1 the tuxedo path exists where is in second case it doesn't exists, basically it /neeraj/lib exists in dev environment.the libutil.sl in test machine is actually located in /app/lib directory.
the workaround I did was created /neeraj/lib directory and created link for /app/lib/libutil.sl
the common is /usr/lib/dld.sl so I call this "/usr/lib/dld.sl" problem. surely patches has spolied the game coz it was going on fine before.
Can any one tell me or give an idea how to fix this problem. what is causing /usr/lib/dld.sl to not finding the correct path of desired libs in between of execution.
I hope my question is clear.
Quick Response is expected
Neeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 05:14 AM
05-05-2005 05:14 AM
Re: /usr/lib/dld.sl problem
Try the following:
$export SHLIB_PATH=$SHLIB_PATH:/usr/lib
-Bob
Was this helpful? Like this post by giving me a thumbs up below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 05:16 AM
05-05-2005 05:16 AM
Re: /usr/lib/dld.sl problem
# PHSS_30969 ld(1) and linker tools cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 05:22 AM
05-05-2005 05:22 AM
Re: /usr/lib/dld.sl problem
We had the same problem with the patch I posted above. Theres an 11.11 equiv patch too. I opened a ticket with HP a week or two back.
Basically what I found was no matter what my SHLIB_PATH was set to I would get these types of errors. (on older type applications PVCS and an Oracle Web server related bin).
To explain on how we came up with this, is if we chatr -s enable
Hopefully this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 09:36 PM
05-15-2005 09:36 PM
Re: /usr/lib/dld.sl problem
Sorry to get back to you at this late.
As I mentioned above as pathces were applied in order to upgrade oracle.from 8i to 9i.
We removed PHSS_30969 and saw that application is behaving fine with 8i. but how is the behaviour with 9i after this. Any idea??
waiting for quick response.
Neeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 08:46 PM
05-18-2005 08:46 PM