- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- from PA-RISC to Itanium : Unable to load shared li...
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
10-20-2004 03:45 AM
10-20-2004 03:45 AM
We're trying to recompile some ABF/Vision applications, ported from HP-UX PA-Risc to the new HP-UX 11.23 Itanium platform.
Some of the compilation runs fail with the following error :
ld: Unable to load shared library "/opt/langtools/lib/hpux64/libu2comp.so"
This /opt/langtools/lib/hpux64/libu2comp.so is not present on the system.
According to the HP-UX forums, I read this file is part of the Auxiliary-Opt.LANG-AUX fileset.
Is there a way to see if this Auxiliary-Opt.LANG-AUX fileset is installed on the system ?
And, if not, how can we install it ? With a patch ?
Thanks in advance,
Franky
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 03:52 AM
10-20-2004 03:52 AM
Re: from PA-RISC to Itanium : Unable to load shared library
If its not there, you need to get it installed.
Quick check:
ll /opt/langtools/lib/hpux64/libu2comp.so
If its there the problem is that the object is not part of the SHLIB_PATH environment variable. Get the location to be part of SHLIB_PATH and try the compile again.
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
10-20-2004 04:07 AM
10-20-2004 04:07 AM
Re: from PA-RISC to Itanium : Unable to load shared library
# swlist -l fileset | grep -i Auxiliary-Opt.LANG-AUX
# ll /opt/langtools/lib/hpux64/libu2comp.so
/opt/langtools/lib/hpux64/libu2comp.so not found
The file is not present.
How do install this ? Is it via CD or via a patch to download ?
(I have not installed the HP-UX by myself.)
Thanks again,
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:11 AM
10-20-2004 04:11 AM
Re: from PA-RISC to Itanium : Unable to load shared library
Seems like this is part of the C/ANSI C Compiler bundle which isa $$ product. Do you have C/ANSI C Compiler installed on your itanium server.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:17 AM
10-20-2004 04:17 AM
Re: from PA-RISC to Itanium : Unable to load shared library
SHLIBPATH="/opt/langtools/lib/hpux64/"
swlist Auxiliary-Opt.LANG-AUX
will give informations about that fileset there, else make error there.
Auxiliary-Opt.LANG-AUX B.11.11.06 Advanced Optimization Tools
/opt/langtools
/opt/langtools/lbin
/opt/langtools/lbin/ucomp
/opt/langtools/lib
/opt/langtools/lib/libcomp.sl
/opt/langtools/lib/nls
/opt/langtools/lib/nls/msg
/opt/langtools/lib/nls/msg/C
/opt/langtools/lib/nls/msg/C/ucomp.cat
/opt/langtools/newconfig
/opt/langtools/newconfig/white_papers
/opt/langtools/newconfig/white_papers/optimize.ps
Try to export to shared library path. Use now. It will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 04:22 AM
10-20-2004 04:22 AM
SolutionLooks like its a pay for add in product, licensed on a per/cpu basis, at least according the software.hp.com
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
10-20-2004 08:41 PM
10-20-2004 08:41 PM
Re: from PA-RISC to Itanium : Unable to load shared library
The HP-Engineer is currently installing the fileset.
Regards,
Franky Leeuwerck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 08:42 PM
10-20-2004 08:42 PM
Re: from PA-RISC to Itanium : Unable to load shared library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 09:37 PM
10-04-2006 09:37 PM
Re: from PA-RISC to Itanium : Unable to load shared library
Can you please tell me how to install the libraries required for "Unable to load shared library "/opt/langtools/lib/hpux64/libu2comp.so" message to go away?