1834650 Members
2135 Online
110069 Solutions
New Discussion

Help with hp-ux 11.23

 
gigiz
Valued Contributor

Help with hp-ux 11.23

Hallo,
I want installed a SOA application for hp-ux 11i on hp-ux 11.23.
I start a program and I have the 1° problem with a library :
java.lang.UnsatisfiedLinkError: Can't load library: /opt/OV/HPOvLIC//lib/libOvLicJNI.so
there isn't but there is /opt/OV/HPOvLIC//lib/libOvLicJNI.sl
i think there is a portability problem ...
Anyone have any idea for a portability or know and resolve a problem !?
5 REPLIES 5
Sivakumar TS
Honored Contributor

Re: Help with hp-ux 11.23


Hi,

Pls run

#swverify

and confirm integrity of the package.

Regards,

Siva.
Nothing is Impossible !
Steven E. Protter
Exalted Contributor

Re: Help with hp-ux 11.23

Shalom,

Either the depot is not completely installed, or the SHLIB_PATH in the startup script is not correct.

Where did you get the application and how did you install it?

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
gigiz
Valued Contributor

Re: Help with hp-ux 11.23

the packets are ok
but what is a good configuration for a SHLIB_PATH ?
gigiz
Valued Contributor

Re: Help with hp-ux 11.23

... and if i do :

PISOAMNG:/opt/OV/HPOvLIC/lib# file libOvLicCapi.sl
libOvLicCapi.sl: PA-RISC1.1 shared library -not stripped
PISOAMNG:/opt/OV/HPOvLIC/lib# ldd libOvLicCapi.sl
ldd: Invalid file type: "libOvLicCapi.sl". Shared executable or shared library expected.
PISOAMNG:/opt/OV/HPOvLIC/lib# ldd
gigiz
Valued Contributor

Re: Help with hp-ux 11.23

not resolved