Fresh Install of 3.8 on CentOS 6.3 Not Working

What is the path to those libraries? Are you sure you installed the 32bit version?

Should be something in the startup script to set JAVA_HOME. Set it to /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre or /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.0.x86_64/jre depending which JRE you have installed.

Both of them are in the lib64 folder. I assume that means that they are 64 bit, then. I tried to manually install the 32 bit RPM, but it told me that it was already installed.

Which script? I’m in the init folder poking around. I have a full backup of my system, just in case.

i think the devel tools install would install his naitive arch type… which is 64bit based from his unam -a output…

you can do a

yum list libXext*

see if there is more than one version available for install…

also, try checking your error.log and see if we’ve moved onto the next issue or not (maybe kill the error.log file and let it re-create so it’s easier to see what we are currently dealing with).

yum install libXext.i686

I blew away the error.log, and ran the script again. I get:

‘cannot open shared object file: No such file or directory’ for the libXtst.so.6 file.

downloaded the package for libxtst and it worked! Woo hoo!

Wow, I feel like I just gave birth…to a Linux admin. I’m beat.

LMAO! welcome to linux…

Now you’re ready for anything the linux gods can toss your way

really glad you got it working!