Operating System - HP-UX
1834746 Members
2793 Online
110070 Solutions
New Discussion

java 1.4.2.12 install not properly ?

 
karson.song
Occasional Contributor

java 1.4.2.12 install not properly ?

Hello,
Before install ISEE into a HPUX 11.00 system,install java 1.4.2.12 SDK.
But after install java 1.4.2.12 SDK into a HPUX 11.00 system,use java -version to verify it got bellow error.Reinstall no help.

testisee[/opt/java1.4/bin]#./java -version
/usr/lib/dld.sl: Unresolved symbol: dlsym (code) from /opt/java1.4/jre/lib/PA_R ISC2.0/server/libjvm.sl
Abort(coredump)

Do you known how to fix this error? thanks a lot !
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: java 1.4.2.12 install not properly ?

What version of libdld do you have?
$ what /usr/lib/libdld.sl

If you have never installed a linker/dld patch on your 11.00 system, you won't have the dl* functions.
Matti_Kurkela
Honored Contributor

Re: java 1.4.2.12 install not properly ?

Java 1.4.* on 11.00 requires the installation of some kernel and library patches.

Go to
http://www.hp.com/go/java
then select "Patches" from the left sidebar.
You'll see a table that contains the patch information based on HP-UX and Java versions.

If you're using the latest 11.00 Quality Pack, you'll need only 3 patches. If you're using the Base 11.00 (=no quality packs at all??!), you'll need a set of 31 patches.

Find your Quality Pack level and click on the respective link. You'll get a list of patches you'll need. If a patch is marked "base" it is absolutely required: your Java version will not work without it. All Java 1.4 patching instructions for 11.00 will have some "base" patches.

MK
MK
karson.song
Occasional Contributor

Re: java 1.4.2.12 install not properly ?

It looks like that.Thanks MK and Dennis, I will test if the patches could solve the problem later.
karson.song
Occasional Contributor

Re: java 1.4.2.12 install not properly ?

close for lose clue, thanks for reply.