|
From: Leif M. <le...@ta...> - 2006-07-03 14:36:55
|
Francois, Sorry about the lack of the 3.2.0 64 bit HP-UX distribution. I was not able to find someone to help with the build that time around. The correct file name should be libwrapper.sl. As I understand it, that is true for both the 32 and 64 bit versions of HP-UX. 3.2.1 will do things slightly differently. But up until 3.2.0, I had some code which manually built what I thought would be the correct native library name and then used that in error messages. The JVM has always used its own logic to actually locate the file however. With the libwrapper.sl naming, what is the exact error message that you are seeing. Please set the wrapper.debug=true property and then post the portion of the log which includes the attempted load of the library. As a note. You should be able to easily build the 64 bit 3.2.0 version by downloading the "prerelease" build and then running "./build64.sh release" from the expanded archive's root directory. That will produce the 64 bit distribution in a dist directory. I would like to know about any problems there anyway as I am about to release the 3.2.1 version. Cheers, Leif Francois ten Have wrote: > > Hello, > > > > Today we tried to install the latest build (3.1.2) for the wrapper on > a hpux 64 (3.2 is not available for 64 bits!). The wrapper reports > that the libwrapper.so cannot be found. Renaming the libwrapper.sl to > libwrapper.so does NOT solve the problem, although the error changes > if we do so)! Pls help! The path (SHLIB) is set correctly and so are > the environment variables (through the set. commands in the config file). > > > > Regards, > > Francois ten Have > > > |