From owner-freebsd-database@FreeBSD.ORG Tue Nov 2 23:38:51 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 0C2C816A4CE for ; Tue, 2 Nov 2004 23:38:51 +0000 (GMT) Received: from mail.atlasbook.com (particle-pat.atlasbook.com [66.161.22.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E559B43D1D for ; Tue, 2 Nov 2004 23:38:50 +0000 (GMT) (envelope-from dd@freebsd.org) Received: from ajax.nimone.com (unknown [192.168.168.100]) by mail.atlasbook.com (Postfix) with ESMTP id AADAECA; Tue, 2 Nov 2004 23:38:50 +0000 (UTC) Received: (from dima@localhost) by ajax.nimone.com (8.11.6+Sun/8.10.2) id iA2NcnN19190; Tue, 2 Nov 2004 23:38:49 GMT X-Authentication-Warning: ajax.nimone.com: dima set sender to dd@freebsd.org using -f Date: Tue, 2 Nov 2004 23:38:49 +0000 From: Dima Dorfman To: Jon Adams Message-ID: <20041102233849.GA19151@trit.org> References: <4183FB7B.2090506@computer.org> <20041031052052.GA22539@trit.org> <4184D6E5.7020009@computer.org> <20041101024029.GD22539@trit.org> <41880E77.50402@computer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41880E77.50402@computer.org> User-Agent: Mutt/1.4i X-PGP-Key: 69FAE582 (http://www.trit.org/~dima/dima.asc) X-PGP-Fingerprint: B340 8338 7DA3 4D61 7632 098E 0730 055B 69FA E582 cc: freebsd-database@freebsd.org Subject: Re: Oracle 8i (8.1.7), FreeBSD 5.1 i386 installation questions 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: Tue, 02 Nov 2004 23:38:51 -0000 Jon Adams wrote: > Ran setup_stubs.sh with -x by itself... this is the output... I have no > idea where the bad command is... Scott responded to your other email indicating that you should have a /compat/linux/usr/bin/ld. Not having that is a likely cause for this problem. If that turns out not to be it, however: > + echo -n 'Rebuilding client shared library...' > + /ora/app/bin/genclntsh The bad command is inside that file, which is probably a shell script. Running it with -x should give more details.