From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 14:48:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B7037B401 for ; Sat, 12 Apr 2003 14:48:45 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C5F443F75 for ; Sat, 12 Apr 2003 14:48:44 -0700 (PDT) (envelope-from mwm-dated-1050616123.376c8b@mired.org) Received: (qmail 5794 invoked from network); 12 Apr 2003 21:48:43 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 12 Apr 2003 21:48:43 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Sat, 12 Apr 2003 16:48:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16024.35259.37722.12125@guru.mired.org> Date: Sat, 12 Apr 2003 16:48:43 -0500 To: Joachim Dagerot In-Reply-To: <200304122106.h3CL6jk07166@thunder.trej.net> References: <200304122106.h3CL6jk07166@thunder.trej.net> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: freebsd-questions@freebsd.org Subject: Re: Getting any jdk to work with latest freeBSD isimpossible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 21:48:45 -0000 In <200304122106.h3CL6jk07166@thunder.trej.net>, Joachim Dagerot typed: > I'm very new to freeBSD (installed it this week). I do have some > experience with linux and I'm comfortable with java. > I don't know anything about patches, kernals etc. > I have tried to install jdk14 and jdk13. > All to be found in my /usr/ports/java/. > I have followed all instructions on screen about downloading from sun > and getting a patch from eyesbeyond (or whatever it was called). > > On jdk14 I get this errormessage: > LIBC_R TEST FAILED: libc_r update required > *** Error code 1 jdk14 is flagged as very unstable, and they recommend you use jdk13 instead. > on jdk13 I get another: > Linux mode is not enabled. Loading Linux kernel module... > linux: not found > The Linux kernel module could not be loaded. Please manually load > the module and retry. See "man linux" for details. > *** Error code 1 > > Stop in /usr/ports/java/linux-sun-jdk13. > *** Error code 1 Sounds like the linux-sun-jdk13 port is assuming you /usr/sbin in your path, and you haven't got that set up. You can solve this by adding /usr/sbin to your path, or manually running "/usr/sbin/linux" before you try the build. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.