On Sat, 14 Nov 1998, Jim Arlet wrote:

> Hello,
> 
> Sorry to have to bother you with support questions, but I am an experienced
> Java developer on Solaris, and I have been trying to get your JDK port to
> run on my Linux machine, without luck. I have tried both the glibc and
> libc5 versions of the JDK, and both have been unsuccessful, yet with
> different results.
> 
> My machine is configured as follows:
> 
>       Linux version: Red Hat 5.0 (Kernel 2.0.32)
>       Platform: Intel (P90)
>       JDK:    jdk1_1_6-v2-glibc_tar.gz (first try)
>               jdk_1_1_7-v1a-libc5-x86_tar.gz (second try)
>       Path: my_install_dir/bin
> 
> I assume I have glibc, because when I enter the "ls -l /lib/libc.so.*"
> command is see the following:

You certainly have glibc.
I suggest you get
ftp://sunsite.unc.edu/pub/Linux/distributions/redhat/contrib/hurricane/i386/jdk-sn-1.1.6-1.2glibc.i386.rpm
which should install without any drama. If you have a fast connexion, you
could even do this:
rpm -i   
ftp://sunsite.unc.edu/pub/Linux/distributions/redhat/contrib/hurricane/i386/jdk-sn-1.1.6-1.2glibc.i386.rpm
 

If you want online docs, your solaris docs are fine.

ps Quite likely you have libc as well: I understand it gets installed as a
compatibility measure as glibc isn't binary-compatible with libc. This
command will tell you:
   rpm -q libc glibc
and maybe return
   libc-5.3.12-24
   glibc-2.0.7-19


Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.

Reply via email to