From owner-freebsd-questions@FreeBSD.ORG Fri Oct 14 15:03:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 466D716A41F; Fri, 14 Oct 2005 15:03:56 +0000 (GMT) (envelope-from vincent@kenic.or.ke) Received: from ole.kenic.or.ke (ole.kenic.or.ke [198.32.67.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2768243D48; Fri, 14 Oct 2005 15:03:55 +0000 (GMT) (envelope-from vincent@kenic.or.ke) Received: from [198.32.67.40] (vincent [198.32.67.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ole.kenic.or.ke (Postfix) with ESMTP id 6507E6D6BF; Fri, 14 Oct 2005 18:03:42 +0300 (EAT) From: Vincent Ngundi To: FreeBSD Java Issues Content-Type: text/plain Organization: KENIC Message-Id: <1129302221.1195.23.camel@vince> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 14 Oct 2005 18:03:42 +0300 Content-Transfer-Encoding: 7bit X-KENIC-MailScanner-Information: Please contact the ISP for more information X-KENIC-MailScanner: Found to be clean X-KENIC-MailScanner-From: vincent@kenic.or.ke Cc: FrreBSD General Questions Subject: Problem Installing native jdk1.5.0 on FreeBSD 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vincent@kenic.or.ke List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 15:03:56 -0000 Objective --------- I'm trying to install native jdk 1.5.0 on a box running FreeBSD 5.3-RELEASE. Problem ------- When I run "make install clean", I'm getting a message telling me that I should mount LINPROCFS before starting to build jdk 1.5.0 and that the commands "kldload linprocfs" and "mount -t linprocfs linprocfs /compat/linux/proc" should do that. ** Major Problem: When I run "kldload linprocfs" (as root), I get the following error: "kldload: can't load linprocfs: Operation not permitted" I have the following files on my box: /usr/src/sys/compat/linprocfs /usr/src/sys/i386/compile/****/modules/usr/src/sys/modules/linprocfs /usr/src/sys/modules/linprocfs What I have done ---------------- ) I have tried to googled out the error ) I have lowered the _kernel_secure_level to 1...even to -1 ) I have added the following line into my /etc/fstab file: "linprocfs /compat/linux/proc linprocfs rw 0 0" I still get the same error when I run "kldload linprocfs". Please help!! -- -Vincent