HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/ccs/bin/ld: Can't find library for -ljava
Operating System - HP-UX
1829012
Members
2343
Online
109986
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
Go to solution
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
03-04-2003 05:51 AM
03-04-2003 05:51 AM
I have a clean HP-UX install with 11i. Trying to re-link oracle 8.1.7 with the command:
make -f ins_rdbms.mk install
but I get an error:
/usr/ccs/bin/ld: Can't find library for -ljava
*** Error exit code 1
Stop.
I have hp-ux 64.bit 11i.
I found on ITRC that the default HP-UX 64-bit installation does not create a few required X-library symbolic links. (It mentions hp-ux 11.0, but I'm not sure if it applies to 11.11). These links must be created manually before starting the Oracle installation. I'm not sure if this problem has been fixed, but I assume so.
On a different system, I had a different (similar) problem. Here WAS the error message
Make: Don't know how to make /finpro6/nav07/oracle/8.1.7/rdbms/lib/libknlopt.a. Stop.
*** Error exit code 1
I finally had to do the following link
ln -s libmm.a libobk.a
in the following directory /finpro6/nav07/oracle/8.1.7/rdbms/lib. That helped me get a little further, I was then getting the unsymbolic error message. I read on ITRC that if you mix ANSI/C and HP aC++ together, it could cause problems, so I removed the aC++ product and rebooted the hp box. And the link worked. That was on a different system. But as you can see, it was a different error message. So far, with the current system that is having the problem, I have removed the HPaC++ product and rebooted. I only have ANSI/C as the compiler. Have any ideas ?
Let me know if I need to give you more information.
make -f ins_rdbms.mk install
but I get an error:
/usr/ccs/bin/ld: Can't find library for -ljava
*** Error exit code 1
Stop.
I have hp-ux 64.bit 11i.
I found on ITRC that the default HP-UX 64-bit installation does not create a few required X-library symbolic links. (It mentions hp-ux 11.0, but I'm not sure if it applies to 11.11). These links must be created manually before starting the Oracle installation. I'm not sure if this problem has been fixed, but I assume so.
On a different system, I had a different (similar) problem. Here WAS the error message
Make: Don't know how to make /finpro6/nav07/oracle/8.1.7/rdbms/lib/libknlopt.a. Stop.
*** Error exit code 1
I finally had to do the following link
ln -s libmm.a libobk.a
in the following directory /finpro6/nav07/oracle/8.1.7/rdbms/lib. That helped me get a little further, I was then getting the unsymbolic error message. I read on ITRC that if you mix ANSI/C and HP aC++ together, it could cause problems, so I removed the aC++ product and rebooted the hp box. And the link worked. That was on a different system. But as you can see, it was a different error message. So far, with the current system that is having the problem, I have removed the HPaC++ product and rebooted. I only have ANSI/C as the compiler. Have any ideas ?
Let me know if I need to give you more information.
If you don't have what you want, want what you have.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 06:14 AM
03-04-2003 06:14 AM
Re: /usr/ccs/bin/ld: Can't find library for -ljava
Our dba tried to make again and now, we are getting a different error message. It seems to indicate that it's a link problem. Any help is very much appreciated!
/reppro/rep01/oracle/8.1.7/rdbms/lib> make -f ins_rdbms.mk
Make: Don't know how to make /reppro/rep01/oracle/8.1.7/rdbms/lib/skgxpd.o. Stop.
/reppro/rep01/oracle/8.1.7/rdbms/lib> make -f ins_rdbms.mk
Make: Don't know how to make /reppro/rep01/oracle/8.1.7/rdbms/lib/skgxpd.o. Stop.
If you don't have what you want, want what you have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 06:43 AM
03-04-2003 06:43 AM
Solution
I'd go back and make sure you don't need that c++ compiler you ripped out. I think you may have made things worse there.
Step 1. From the applications cd, install latest version of ansi/c and c++ compilers.
Step 2. December 2002 Patch set. Can't hurt.
Step 3. http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=43507.1
check the 11.11 patch list, go get them at itrc.hp.com, checking for supersedes.
Step 4. http://www.hp.com/products1/unix/java/infolibrary/patches.html
Check for and install java patches required by your java version. Might also first want to make sure you have most current version of 1.2 or 1.3 java. 1.4 java is not certified with Oracle.
Then relink oracle.
SEP
Step 1. From the applications cd, install latest version of ansi/c and c++ compilers.
Step 2. December 2002 Patch set. Can't hurt.
Step 3. http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=43507.1
check the 11.11 patch list, go get them at itrc.hp.com, checking for supersedes.
Step 4. http://www.hp.com/products1/unix/java/infolibrary/patches.html
Check for and install java patches required by your java version. Might also first want to make sure you have most current version of 1.2 or 1.3 java. 1.4 java is not certified with Oracle.
Then relink oracle.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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