users@glassfish.java.net

installing Glassfish on Fedora 11 64 bit

From: Albert Bonomo <apeto2104_at_gmail.com>
Date: Fri, 13 Aug 2010 15:27:37 -0300

Hi, I'm trying to install a Glassfish 3.0.1 on a system running Fedora 11 64
bit OS.
I have already installed JDK 6 here : /usr/local/jdk1.6.0_21

I can run java - version and get:
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)

Then I downloaded glassfish-3.0.1-unix.sh
int /usr/local directory

Then I run ./glassfish-3.0.1-unix.sh
Start inflating files ...
and suddenly

Welcome to GlassFish V3 installer

Using the user defined JAVA_HOME : /usr/local/jdk1.6.0_21
Entering setup...
java.lang.UnsatisfiedLinkError:
/usr/local/jdk1.6.0_21/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot
open shared object file: No such file or directory
...
SEVERE INTERNAL ERROR: /usr/local/jdk1.6.0_21/jre/lib/amd64/xawt/libmawt.so:
libXtst.so.6: cannot open shared object file: No such file or directory

I have been reading some forums and figured about this a problem related to
the fact that my OS is 64 bits.
The installer look for libraries .so that are 32 bits and it does not find
any.

Is there some .sh file to install GF on a 64 Fedora system ?

Thanks.
Alberto.


-- 
@apetob at Tweeter
There are only 10 types of people in the world:
Those who understand binary and those who don't