Which installer are you using?
Did you read the FAQ?
Did you read the INSTALL docs? It's short, so it's easy to be fooled
into just skimming, but there are some very important details in there.
I'll bet you are using the Motif version. Forget that - get the regular
version. Also, grab the X dev rpm from an ftp.redhat.com mirror and put
that in too. Sounds like you don't have it installed, which will be a
pain in the future. You'll prolly want the C/C++ gcc dev libraries too.
I installed blackdown java as a newer than new newbie without a glitch.
Read carefully and you should have zero problems...
David Kosmal wrote:
>
> I having problems with installation of the 117a JDK installation. I get
> the following when I try to run any of the executables:
>
> ls: not: No such file or directory
> /usr/local/jdk117_v1a/bin/../bin/i586/green_threads/java: can't
> resolve symbol '_Xglobal_lock'
> /usr/local/jdk117_v1a/bin/../bin/i586/green_threads/java: can't
> resolve symbol '_XUnlockMutex_fn'
> /usr/local/jdk117_v1a/bin/../bin/i586/green_threads/java: can't
> resolve symbol '_XLockMutex_fn'
>
> I am running Redhat 5.2 with the default "server" installation.
>
> I understand that the symbol problems involve an incorrect library
> (although I don't know how to fix it). I tried setting the NS_JAVA
> variable and this gets rid of the symbol errors, but I still get the "No
> such file or directory" message and the all the executables crash with
> the following:
>
> SIGSEGV 11* segmentation violation
> stackbase=(nil), stackpointer=(nil)
>
> Full thread dump:
> NULL (TID:0x405100b0, sys_thread_t:0x80a1278, state:R)
> prio=5Killed
>
> Thanks for any help.
>
> David Kosmal