- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: oracle 920 install
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
01-10-2006 05:25 PM
01-10-2006 05:25 PM
When I'm installing oracle 920 in HPUX11i, during phase linking oracle9i database 9.2.0.1.0, it poped up a window with following message,
<-----------------------------------------------
Error in invoking target install of makefile /oracle/PSM/920_64/ctx/lib/ins_ctx.mk
----------------------------------------------->
In make.log, I found this error message
<-----------------------------------------------
/usr/ccs/bin/ld: Can't find library: "Xm"
*** Error exit code 1
----------------------------------------------->
I don't know whether it's caused by OS or oracle_bug.
Please help, thank you in advance.
Best regards,
patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:31 PM
01-10-2006 05:31 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=25058
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=28744
for yogeeraj rpely.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:33 PM
01-10-2006 05:33 PM
Re: oracle 920 install
See the quote from Metalink
============================================
Doc ID: Note:180445.1
Subject: /usr/ccs/bin/ld: Can't find library: "Xm" for linking 64bit executables
Type: PROBLEM
Status: PUBLISHED
Content Type: TEXT/PLAIN
Creation Date: 18-MAR-2002
Last Revision Date: 08-MAY-2002
Problem Description
-------------------
You are trying to install a 64bit Oracle product on a 64bit HP
system. During the linking stage, you are getting numerous "error
invoking target 'install' of makefile" errors.
The $ORACLE_HOME/install/make.log file reveals these types of errors:
...
/usr/ccs/bin/ld: Can't find library: "Xm"
*** Error exit code 1
Stop.
HP Document KBRC00003627 states that you must create the following
three soft links:
ln -s /usr/lib/Motif2.1/libXm.4 /usr/lib/Motif2.1/libXm.sl
ln -s /usr/lib/libXt.3 /usr/lib/libXt.sl
ln -s /usr/lib/libX11.3 /usr/lib/libX11.sl
You check /usr/lib and the links are there.
Solution Description
--------------------
You need to create the 64bit equivalents of these same symbolic links:
ln -s /usr/lib/Motif2.1/pa20_64/libXm.4 /usr/lib/Motif2.1/pa20_64/libXm.sl
ln -s /usr/lib/pa20_64/libXt.3 /usr/lib/pa20_64/libXt.sl
ln -s /usr/lib/pa20_64/libX11.3 /usr/lib/pa20_64/libX11.sl
Explanation
-----------
On 64bit HP-UX 11.0, required X libraries are located in a new directory
location.
References
----------
[NOTE:169177.1] /usr/ccs/bin/ld: Can't find library: "Xm"
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 05:39 PM
01-10-2006 05:39 PM
Re: oracle 920 install
Those soft links should already have been created. You may need to have them as part of the SHLIB_PATH variable.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 06:29 PM
01-10-2006 06:29 PM
Re: oracle 920 install
HP Document KBRC00003627 states that you must create the following three soft links:
You need to create the 64bit equivalents of these same symbolic links:
ln -s /usr/lib/Motif2.1/pa20_64/libXm.4 /usr/lib/Motif2.1/pa20_64/libXm.sl
ln -s /usr/lib/pa20_64/libXt.3 /usr/lib/pa20_64/libXt.sl
ln -s /usr/lib/pa20_64/libX11.3 /usr/lib/pa20_64/libX11.sl
The reason being on 64bit HP-UX 11.0, required X libraries are located in a new directory location.
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 08:25 PM
01-10-2006 08:25 PM
Re: oracle 920 install
this error.
Just prepare the soft links (all of them)
and restart your runInstaller,
it wil work :) :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 09:44 PM
01-10-2006 09:44 PM
Re: oracle 920 install
Thank you all for taking the time.
Manully make the link of the files solve the problem.
Nice day!
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 10:02 PM
01-10-2006 10:02 PM