|
From: Leif M. <le...@ta...> - 2006-07-14 14:11:02
|
Scott,
I do not have access to a system to build the 32-bit ppc linux
binaries. Thus it was not
included. You should be able to build it fairly easily from source by
creating the
appropriate makefile however.
The wrapper will work without that binary, but as the message says,
several features
will be disabled. You will be much happier with the wrapper if you can
build the
32-bit native library. If you get it working, please send me the
resulting makefile
so I can add it to the distribution for future releases.
To build, download the wrapper_prerelease_3.2.1.tar.gz file. Then
in the src/c
directory, copy Makefile-linux-ppc-64 to Makefile-linux-ppc-32. Open
the file
in an editor that will NOT change tabs to spaces. Then remove the -m64
from the
first line. You should now be able to run "./build32.sh release" in
the distribution
root directory. The makefile may need other changes?
Post back if you have any problems.
Cheers,
Leif
Scott Myers wrote:
> I have a question about the execution of the wrapper in a Red Hat
> Linux environment when running with a 32-bit JRE. I get the following
> error messages at the initialization of the wrapper and my application:
>
> jvm 1 | WARNING - Unable to load the Wrapper's native library
> because none of the
> jvm 1 | following files:
> jvm 1 | libwrapper-linux-ppc-32.so
> jvm 1 | libwrapper.so
> jvm 1 | could be located on the following java.library.path:
> jvm 1 | /home/u0002080/.\
> jvm 1 | Please see the documentation for the
> wrapper.java.library.path
> jvm 1 | configuration property.
> jvm 1 | System signals will not be handled correctly.
> I do not see either of the above referenced files in the delta pack.
> After showing these messages, my application appears to run just fine
> so there must be some other library that it falls back to.
>
> 1. Am I missing a library (or two) in the delta pack?
>
> 2. If not, is there a way to eliminate these messages?
>
> Thank you in advance for any help you can provide.
>
> Scott Myers
> sc...@so... <mailto:sc...@so...>
> (408) 973-8374
> www.softwareassist.net <http://www.softwareassist.net/>
>
|