From owner-freebsd-java Wed Dec 16 09:37:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15792 for freebsd-java-outgoing; Wed, 16 Dec 1998 09:37:39 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15787 for ; Wed, 16 Dec 1998 09:37:36 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA06405; Wed, 16 Dec 1998 10:37:29 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA23473; Wed, 16 Dec 1998 10:37:28 -0700 Date: Wed, 16 Dec 1998 10:37:28 -0700 Message-Id: <199812161737.KAA23473@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Roland.Reimer@t-online.de (Roland Reimer) Cc: Subject: Re: Failed installation of jdk1.1.7 In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > we want to run on our server (solaris - freeBSD) a java-based chat. from > the beginning we had a lot of problems - it seems with the > java-runtime-installation. > > what we did: > 1. we downloaded the file jdk1.1.7.V98-11-5.tar.gz > 2. loading, windows 95 renamed it to jdk1_1_7_V98-11-5_tar > 3. we gave it the normal name and transfered it to our server to /usr/local > (as written in the manual) > 4. we tried to expand the file by the command tar zxvpf > jdk1.1.7.V98-11-5.tar.gz -C /usr/local, but it did not work (message: > usage: tar -{txru}[cevfbmopwBHLPX014578] [tapefile] [blocksize] file1 > file2... If you get this error, you aren't using FreeBSD. FreeBSD uses GNU-tar, which supports the 'z' (decompress) flag. The JDK is a FreeBSD binary, so it won't work on any other OS. If you need a JDK for another OS, you need to download it for whatever OS you are using. tartchat.sh > 12. when executing this file, we got the message Couldn't open > /usr/libexec/ld.so. This is also indicative on not using FreeBSD. Again, the JDK is for *FreeBSD*, and not for any other OS. Even on those OS's which claim to support FreeBSD compatability (such as BSDi) it will not work, because it relies on the specific shared library implementation used in FreeBSD. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message