|
From: Rajesh P. <ra...@pa...> - 2006-09-03 18:03:16
|
Wrapper on HPUX B 11.11 (32bit) problem loading libwrapper.so
Java VM 1.4.2
Wrapper Version: wrapper-hpux-parisc-32-3.2.0.tag.gz
Upon wrapper startup, the system complains about not being able to load
libwrapper.so. It appears as if there are some GCC libraries that are
expected to be on the machine, possibly due to the dynamic load options used
during build. The output of chatr command is listed below, note the
reference to libgcc_s.sl. I looked through the mailing list and this
appears to be a problem reported by many users. Does anyone have a
libwrapper.so library for HPUX PA-RISC (32 bit) that was either built using
static libraries or built using CC as opposed to gcc compiler with static
libraries.
Any help will be much appreciated. I do not have an ansi CC or gcc
compiler on my machine to run a build and try it myself.
[154] % chatr libwrapper.so
chatr(error): dl_header_ext.size != sizeof(dl_header_ext). Please update
your ve
rsion of the chatr tool.
libwrapper.so:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared library list:
dynamic
/sww/bin/../lib/gcc-lib/hppa2.0w-hp-hpux11.11/3.2/../../.
./libgcc_s.sl
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
data page size: D (default)
instruction page size: D (default)
Thanks
Raj
|