|
From: Ashish G. <as...@se...> - 2004-05-10 23:28:23
|
Andreas Wendt wrote: >Ashish, > >since you built the binary package for HP-UX, this question is for you. > >When starting the wrapper on a HP-UX 11.11 system, I get this error: > >jvm 1 | WARNING - Unable to load the Wrapper's native library 'libwrapper.so'. >jvm 1 | The file is located on the path at the following location but >jvm 1 | could not be loaded: >jvm 1 | /mnts/sus10e/disc14_3/wen/projects/wrapper/wrapper_3.1.0/wrapper_hpux_3.1.0/bin/../lib/libwrapper.so >jvm 1 | Please verify that the file is readable by the current user >jvm 1 | and that the file has not been corrupted in any way. >jvm 1 | System signals will not be handled correctly. > > >When starting the wrapper on a HP-UX 11.00 system, I get this error: > >/usr/lib/dld.sl: Unresolved symbol: pthread_self (code) from /mnts/sus10e/disc14_3/wen/projects/eaidev/bin/hppa1.1-hp-hpux11/wrapper > > >So my question is: what versions of HP-UX and gcc did you use to compile the wrapper? > > HP-UX 11.11 and gcc 3.2. (The gcc is hardcoded in the Makefile.hpux, and so with different Makefile's), we should probably use some sort of a variable or should be able to pass a variable like CC=gcc or CC=cc or something like that?Leif? >Have you built it on a 64-bit platform? > > Running the command "file libwrapper.so" does tell its a PA-RISC1.1 which I think means its both 32/64 bit. >When using the native compiler (HP's cc) on my boxes, these errors do not occur. > > We should make that change in the Makefile(s) and rebuild.. >Thanks, >Andreas > > |