- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: libjave.sl error after upgrading to Oracle 8.1...
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
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
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-04-2003 03:52 AM
тАО03-04-2003 03:52 AM
libjave.sl error after upgrading to Oracle 8.1.7
Although the Oracle does appear to be running ok i.e. sqlplus is able to access the data, the accounting application that I am running is falling over with the following message,
/usr/lib/dld.sl: cannot open shared library:
It then draws attention to the libjava.sl file and then outputs the following message,
/usr/lib/dld.sl: No such file or directory.
Any information would be appreciated!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2003 04:12 AM
тАО03-04-2003 04:12 AM
Re: libjave.sl error after upgrading to Oracle 8.1.7
Any OS patches installed?
Do you have the library path with the SHLIB_PATH variable.
If you had applied OS patches then you need to re-link the executables of Oracle.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2003 04:19 AM
тАО03-04-2003 04:19 AM
Re: libjave.sl error after upgrading to Oracle 8.1.7
make sure your SHLIB_PATH includes the the path to the libjava.sl.
do a find to locate your libjava.sl.
hth
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2003 10:09 PM
тАО03-04-2003 10:09 PM
Re: libjave.sl error after upgrading to Oracle 8.1.7
Check for the following
Do you have following file where you have installed java ?
/jre/lib/PA_RISC/classic/libjvm.sl
For /usr/ccs/bin/ld: Can't find library for -lclntsh error
try following steps.
% cd $ORACLE_HOME/network/lib
% make -f ins_net_client.mk mkldflags
% $ORACLE_HOME/bin/genclntsh
% make -f ins_net_client.mk install
Then you can try this.
add JAVA_HOME=/opt/java1.2
add /opt/java1.2/jre/lib/PA_RISC/classic to SHLIB_PATH env variable
If it does not work then
try with
JAVA_HOME=/opt/java1.3
&
add /opt/java1.3/jre/lib/PA_RISC/classic to SHLIB_PATH instead of
/opt/java1.2/jre/lib/PA_RISC/classic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2003 05:56 AM
тАО03-05-2003 05:56 AM