Hello all. I have about 15 computers running Tomcat 5 and soap and was having trouble a while back with the Tomcat/Soap services locking up. All the boxes would run fine, and then suddenly stop responding to soap calls. Scott Nichol gave me the key information to set an environment variable to LD_ASSUME_KERNEL=2.2.5 which worked great.
However, I've now just set up my first non-i386 sysetm (a x86_64 dual opteron) and am running into the same lockup problem from before. THIS TIME, though, setting LD_ASSUME_KERNEL practically breaks my entire system as nothing (not even /bin/ls or /bin/mv, much less Tomcat) can find the libraries it needs to run. Any ideas on what I could do for this new system? Cyrus