From owner-freebsd-database@FreeBSD.ORG Thu Oct 7 07:54:50 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 494A316A4CE for ; Thu, 7 Oct 2004 07:54:50 +0000 (GMT) Received: from sthav01.proact.se (sthav01.proact.se [212.214.215.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D148843D39 for ; Thu, 7 Oct 2004 07:54:49 +0000 (GMT) (envelope-from mathias.samuelson@proact.se) Received: from sthav01.proact.se (localhost [127.0.0.1]) by localhost.proact.se (Postfix) with ESMTP id 9EF3618E04 for ; Thu, 7 Oct 2004 09:52:37 +0200 (CEST) Received: from semail01.proact.se (semail01.proact.se [192.168.168.234])by sthav01.proact.se (Postfix) with ESMTP id 7D6B518DFBfor ; Thu, 7 Oct 2004 09:52:37 +0200 (CEST) Received: by semail01.proact.se with Internet Mail Service (5.5.2653.19)id <4JYN4ZRX>; Thu, 7 Oct 2004 09:56:14 +0200 Message-ID: <4164F63F.1060302@proact.se> From: Mathias Samuelson To: freebsd-database@freebsd.org Date: Thu, 7 Oct 2004 09:54:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset=iso-8859-1 X-imss-version: 2.8 X-imss-result: Passed X-imss-scores: Clean:0.79553 C:37 M:0 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:1 S:1 R:1 (0.0000 0.0000) Subject: Oracle 9i on FreeBSD 4.10 X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 07:54:50 -0000 Hi everyone! I'm trying to install Oracle 9i on FreeBSD 4.10, following the instructions on http://www.shadowcom.net/freebsd-oracle9i/ although that link is for 5.x. When I execute the runInstaller, java crashes with the following message: bash-2.05b# cat hs_err_pid3410.log Unexpected Signal : 11 occurred at PC=0x8067d6a Function name=(N/A) Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 3410 Local Time = Thu Oct 7 09:32:44 2004 Elapsed Time = 36 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002C4 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode) # I've seen this behaviour previously with "linux" java applications that bundle a jre, and in that case the solution was to refer the application to the native FreeBSD jre. However I can't find a way to this for the runInstaller. Is the anyone out there who has managed to do this exercise? How did you circumvent the problem I'm seeing? Fyi, I failed to install devel/linux_devtools-7 since it reports: ===> linux_devtools-7.1_3 is marked as broken: Missing dependency. Any help would be greatly appreciated Mathias