- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX: 'Can't find library for -llibcl.a'
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
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
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
тАО02-28-2002 08:53 AM
тАО02-28-2002 08:53 AM
I am installing Oracle 8.1.7 in a superdome partition with hp-ux 11i (64 bits). But when oracle asks to relinking send me the following error.
HP-UX: 'Can't find library for -llibcl.a'
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 09:33 AM
тАО02-28-2002 09:33 AM
Re: HP-UX: 'Can't find library for -llibcl.a'
This can be a patch issue too. The attachment won't be helpful in your case, as the server must be running on 64 bit OS. Check the latest Oracle patches for 11i in Oracle's metalink support page. Also make sure that you have the latest HP's patch bundle loaded.
Some thoughts ...
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 09:34 AM
тАО02-28-2002 09:34 AM
Re: HP-UX: 'Can't find library for -llibcl.a'
Solution Description
--------------------
This is due to the fact that you are installing Oracle 8i 8.1.6/8.1.7 64 bits
on a HP-UX 11.0 32 bits system.
Solution:
---------
The solution is to either install 32 bit Oracle or upgrade HP-UX 11 to 64 bit.
Explanation:
------------
To confirm that, do the following:
--
$ getconf KERNEL_BITS # -- check whether OS is 32/64 bits
What does getconf KERNEL_BITS return?
Did you install 11.11 (11i) in 64bit mode with a COLD INSTALL, or did you use an upgrade option?
do this, and it should return the following:
find / -type f -name libcl.a -exec ls -l {} \;
-r--r--r-- 1 bin bin 1443972 Nov 14 2000 /usr/lib/libcl.a
-r--r--r-- 1 bin bin 1820092 Nov 14 2000 /usr/lib/pa20_64/libcl.a
#
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 09:47 AM
тАО02-28-2002 09:47 AM
Re: HP-UX: 'Can't find library for -llibcl.a'
I install 11i from cold install.
The result of the command getconf KERNEL_BITS is 64.
And the result of the command find ... is:
-r--r--r-- 1 bin bin 1820092 Nov 14 2000 /usr/lib/pa20_64/libcl.a
-r--r--r-- 1 bin bin 1443972 Nov 14 2000 /usr/lib/libcl.a
Thanks in advanced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 12:13 PM