Operating System - Linux
1748089 Members
4865 Online
108758 Solutions
New Discussion юеВ

Problems With Java 1.4 on HPUX 11.00 /usr/lib/dld.sl: Unresolved symbol: dlsym (code

 
SOLVED
Go to solution

Problems With Java 1.4 on HPUX 11.00 /usr/lib/dld.sl: Unresolved symbol: dlsym (code


Hello,

I have HP-UX 11.00, i do have more new and Recomended Patches QPK 0612, and PHKL_24064 PHKL_29434 PHCO_29959 for Java 1.4.

MT:root> pwd
/opt/java1.4/bin

MT:root> ./java
/usr/lib/dld.sl: Unresolved symbol: dlsym (code) from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl

Abort(coredump)

Please Help me....

thanks..
2 REPLIES 2
Denver Osborn
Honored Contributor
Solution

Re: Problems With Java 1.4 on HPUX 11.00 /usr/lib/dld.sl: Unresolved symbol: dlsym (code

Look at the ld linker tool cumulative patch.

swlist -l fileset -a state |grep "linker tool"


Patch state should be configured, if not get it there...

swconfig \*


If it's an older patch (< PHSS_28434), try the latest recommended patch from the ITRC and install.

http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=main|search|patchDetail{PHSS_33034,{hpux:11.00,}}|patchDetail{PHSS_35378,{hpux:11.00,}}|&patchid=PHSS_35378&sel={hpux:11.00,}

Hope this helps,
-denver


Re: Problems With Java 1.4 on HPUX 11.00 /usr/lib/dld.sl: Unresolved symbol: dlsym (code

Thanks, i instaled path and the problem with dld.sl solved.

Lucas Maciel de Macedo