Problem while installing Resin on Solaris-10
Anoop K Achuthan <[email protected]> Sun, 25 Jun 2006 17:30:37 +0530
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I'm trying to install Resin-pro-3.0.19 Solaris 10 (Sun Fire T1000). I run the configure script with the following options : ./configure --prefix=/usr/local --enable-64bit I get the following error while "make". =========================================== ld: fatal: relocation error: R_SPARC_H44: file std.o: symbol errno: relocations based on the ABS44 coding model can not be used in building a shared object *** Error code 1 make: Fatal error: Command failed for target `libresin.so' Current working directory /downloads/resin-pro-3.0.19/modules/c/src/resin /usr/ccs/bin/ld -G -o libresinssl.so ssl_stub.o ../resin/memory.o ../resin/std.o ../resin/java.o -lnsl -lsocket -lthread ld: fatal: relocation error: R_SPARC_H44: file ssl_stub.o: symbol <unknown>: relocations based on the ABS44 coding model can not be used in building a shared object *** Error code 1 make: Fatal error: Command failed for target `libresinssl.so' Current working directory /downloads/resin-pro-3.0.19/modules/c/src/resinssl /usr/ccs/bin/ld -G -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -lnsl -lsocket -lthread ld: fatal: file jni_jvmti.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to libresin_os.so *** Error code 1 make: Fatal error: Command failed for target `libresin_os.so' Current working directory /downloads/resin-pro-3.0.19/modules/c/src/resin_os /usr/ccs/bin/ld -G -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -lnsl -lsocket -lthread ld: fatal: file jni_jvmti.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to libresin_os.so *** Error code 1 ======================================== Any help would be appreciated. Thanks, Anoop