HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/lib/dld.sl error
Operating System - HP-UX
1833315
Members
2838
Online
110051
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
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
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
08-06-2006 06:34 PM
08-06-2006 06:34 PM
/usr/lib/dld.sl error
Dear All,
I have 9000 series HP-UX 11.11i workstation, I have installed Oracle 9.2.0.7 with database say XYZ. We I try to start my PLM tool, the application will first test the connection between application and oracle, and during test connection is unsuccessfull and I am getting error as enclosed with this request.
Please find the attachment. Any solutions for this error, please let me know. I trying hard from last two days, still not able to sort this.
Thanks in advance.
I have 9000 series HP-UX 11.11i workstation, I have installed Oracle 9.2.0.7 with database say XYZ. We I try to start my PLM tool, the application will first test the connection between application and oracle, and during test connection is unsuccessfull and I am getting error as enclosed with this request.
Please find the attachment. Any solutions for this error, please let me know. I trying hard from last two days, still not able to sort this.
Thanks in advance.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2006 07:00 PM
08-06-2006 07:00 PM
Re: /usr/lib/dld.sl error
please check at metalink about that. i saw some error related with your error
Problem Description
-------------------
On HP/UX 11 with Oracle Server 7.x or 8.x when you run
% ctxload -user datvrv/datvrv -name prospect -file new.txt
You immediately receive the error:
/usr/lib/dld.sl: Invalid version for shared library:
/oracle/app/oracle/product/
8.0.4/lib/libclntsh.sl
/usr/lib/dld.sl: Exec format error
Abort(coredump)
Solution Description
--------------------
There may be a problem with the version of /usr/lib/dld.sl included
into the client shared library LIBCLNTSH.SL.
First verify that the executable is including the correct LIBCLNTSH.SL,
wish should be from $ORACLE_HOME/lib. This can be confirmed by setting
environment variable SHLIB_PATH = $ORACLE_HOME/lib.
For Bourne or Korn Shell:
=========================
$ SHLIB_PATH = /$ORACLE_HOME/lib
$ export SHLIB_PATH
For C shell:
============
% setenv SHLIB_PATH $ORACLE_HOME/lib
You must run genclntsh to create a clean copy of the client shared
library LIBCLNTSH.SL. As the owner of the Oracle software:
% cd $ORACLE_HOME/bin
% genclntsh
After generating LIBCLNTSH.SL the new version of LIBCLNTSH.SL
must be included into the executables for CONTEXT.
% cd $ORACLE_HOME/ctx/lib
% make -f ins_ctx.mk install
Explanation
-----------
The problems is with the version of /usr/lib/dld.sl included
into the client shared library LIBCLNTSH.SL then relinked into
the Context executables.
thanks
freddy
Problem Description
-------------------
On HP/UX 11 with Oracle Server 7.x or 8.x when you run
% ctxload -user datvrv/datvrv -name prospect -file new.txt
You immediately receive the error:
/usr/lib/dld.sl: Invalid version for shared library:
/oracle/app/oracle/product/
8.0.4/lib/libclntsh.sl
/usr/lib/dld.sl: Exec format error
Abort(coredump)
Solution Description
--------------------
There may be a problem with the version of /usr/lib/dld.sl included
into the client shared library LIBCLNTSH.SL.
First verify that the executable is including the correct LIBCLNTSH.SL,
wish should be from $ORACLE_HOME/lib. This can be confirmed by setting
environment variable SHLIB_PATH = $ORACLE_HOME/lib.
For Bourne or Korn Shell:
=========================
$ SHLIB_PATH = /$ORACLE_HOME/lib
$ export SHLIB_PATH
For C shell:
============
% setenv SHLIB_PATH $ORACLE_HOME/lib
You must run genclntsh to create a clean copy of the client shared
library LIBCLNTSH.SL. As the owner of the Oracle software:
% cd $ORACLE_HOME/bin
% genclntsh
After generating LIBCLNTSH.SL the new version of LIBCLNTSH.SL
must be included into the executables for CONTEXT.
% cd $ORACLE_HOME/ctx/lib
% make -f ins_ctx.mk install
Explanation
-----------
The problems is with the version of /usr/lib/dld.sl included
into the client shared library LIBCLNTSH.SL then relinked into
the Context executables.
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2006 08:58 PM
08-06-2006 08:58 PM
Re: /usr/lib/dld.sl error
hi,
verify that you environment variables are as such:
$LD_LIBRARY_PATH - includes $ORACLE_HOME/lib, but not $ORACLE_HOME/lib32
$SHLIB_PATH - includes $ORACLE_HOME/lib32, but not $ORACLE_HOME/lib
hope this helps too!
kind regards
yogeeraj
verify that you environment variables are as such:
$LD_LIBRARY_PATH - includes $ORACLE_HOME/lib, but not $ORACLE_HOME/lib32
$SHLIB_PATH - includes $ORACLE_HOME/lib32, but not $ORACLE_HOME/lib
hope this helps too!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP