[Bizgres-general] Commit: Java loader fix
Luke Lonergan
llonergan at greenplum.com
Sun Jul 31 05:34:11 GMT 2005
On Solaris with a 64-bit gcc build of Bizgres, we saw an error running the
java loader under the 64-bit Sun JRE. The error happened when the loader
linked in the JNI-based parsing library, which failed with an address range
check.
It is solved by adding the "-shared" flag to the other loader flags
necessary for building shared libraries on Solaris for i386 (-shared -fPIC
-Wl,-G -Wl,-Bdynamic).
The change to common.xml is now committed in the CVS tip.
- Luke
More information about the Bizgres-general
mailing list