Operating System - HP-UX
1753903 Members
9850 Online
108810 Solutions
New Discussion юеВ

Problem with shared library on HP integrity superdome

 
yangxunj
Occasional Contributor

Problem with shared library on HP integrity superdome

Hello! I'm now having a problem with my work on a HP integrity superdome server (itanium 2 CPU & HP-UX 11).
I need to run a software on the server, but there is only binary executable files available, no source code, I downloaded the IA64 edition and tried running it, only to have the error message:

interpreter "/lib/ld-linux-ia64.so.2" not found
file link resolves to "/usr/lib/ld-linux-ia64.so.2"
exec(2): could not load a.out

I have consulted the administrator, who told me that the software requires a lib file that doesnтАЩt exist in the server /lib directory. I have googled for some info and found that the тАШ.soтАЩ type lib files are shared library files under linux, for UX the suffix is тАШ.slтАЩ. Someone say that, to copy a ld-linux-ia64.so file from somewhere to the /lib directory may help, so IтАЩm here asking for help, does anyone who uses itanium-based computer have this lib file? Could you please send one to me? Deeply appreciate your help!


thanks!
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: Problem with shared library on HP integrity superdome

HP-UX questions about shlibs should be in the ITRC forum: HP-UX > languages:
http://forums.itrc.hp.com/service/forums/categoryhome.do?categoryId=150

>interpreter "/lib/ld-linux-ia64.so.2" not found

This appears to be the LRE:
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=0a08b3f1eee02110b3f1eee02110275d6e10RCRD

>for HP-UX the suffix is ".sl".

No, for Integrity the suffix was changed to the industry standard .so.
Dennis Handly
Acclaimed Contributor

Re: Problem with shared library on HP integrity superdome

A shorter URL:
http://www.hp.com/go/LRE
Dennis Handly
Acclaimed Contributor

Re: Problem with shared library on HP integrity superdome