Has anyone got a GCJ compiled Tomcat to run on Fedora?
I installed the RPMs from http://people.redhat.com/gbenson/naoko/ on Fedora and get this problem:-
> unset LD_ASSUME_KERNEL > /etc/init.d/tomcat start Starting tomcat: tomcat: killed with signal 11 [FAILED] or
> export LD_ASSUME_KERNEL=2.2.5
> /etc/init.d/tomcat start
Starting tomcat: /usr/sbin/tomcat: Symbol `_ZN4java4lang6System6class$E' has different size in shared object, consider re-linking
/usr/sbin/tomcat: Symbol `_ZN4java4lang6String6class$E' has different size in shared object, consider re-linking
/usr/sbin/tomcat: Symbol `_ZN4java4lang16RuntimeException6class$E' has different size in shared object, consider re-linking
/usr/sbin/tomcat: Symbol `_ZN4java4lang9Exception6class$E' has different size in shared object, consider re-linking
/usr/sbin/tomcat: Symbol `_ZN4java4lang14AssertionError6class$E' has different size in shared object, consider re-linking
[FAILED]
-- 1024/D9C69DF9 Steve Mynott <steve@xxxxxxxxxxxxxxxxxxxxx>