From owner-freebsd-database@FreeBSD.ORG Wed Nov 3 02:32:52 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 6C96816A4CE for ; Wed, 3 Nov 2004 02:32:52 +0000 (GMT) Received: from mail.atlasbook.com (particle-pat.atlasbook.com [66.161.22.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5194043D54 for ; Wed, 3 Nov 2004 02:32:52 +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 17476C9; Wed, 3 Nov 2004 02:32:52 +0000 (UTC) Received: (from dima@localhost) by ajax.nimone.com (8.11.6+Sun/8.10.2) id iA32WlE19341; Wed, 3 Nov 2004 02:32:47 GMT X-Authentication-Warning: ajax.nimone.com: dima set sender to dd@freebsd.org using -f Date: Wed, 3 Nov 2004 02:32:47 +0000 From: Dima Dorfman To: Jon Adams Message-ID: <20041103023247.GC19151@trit.org> References: <4183FB7B.2090506@computer.org> <20041031052052.GA22539@trit.org> <4184D6E5.7020009@computer.org> <20041101024029.GD22539@trit.org> <41881615.9090501@computer.org> <1099438265.83080.398.camel@scotth.emsphone.com> <4188339A.5080002@computer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4188339A.5080002@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: Wed, 03 Nov 2004 02:32:52 -0000 Jon Adams wrote: > Scott T. Hildreth wrote: > > >Did you install linux-devel? > > > > no apologies needed... I **thought** I had it, but I didnt... after > installing it I got this: ... > Rebuilding client shared library...+ > PATH=/compat/linux/usr/bin:/compat/linux/bin: Did you set the PATH like that? Don't put /compat/linux in there explicitly. Leave it as it normally is (/bin:/usr/bin:/usr/local/bin) and /compat/linux will be searched appropriately for you. This is causing all kinds of problems like > ++ cat /ora/app/lib/ldflags > /ora/app/bin/genclntsh: cat: command not found and > ++ awk '/[ \t]*#/ {next}\ > {printf " -u %s", $1}' > ++ entryList=/ora/app/rdbms/admin/shrept.lst > /ora/app/bin/genclntsh: awk: command not found (there are others, too). It looks like it's trying to build the symbol table, but without those tools, who knows what kind of garbage it produced. This certainly looks suspicious > + ld -shared -L/ora/app/lib -R/ora/app/lib -Map /ora/app/lib/clntsh.map > -h libclntsh.so.8.0 -o /ora/app/lib/libclntsh.so.8.0 -z defs > /ora/app/rdbms/lib/kpudfo.o /ora/app/rdbms/lib/ssdbaed.o > /ora/app/lib/nautab.o /ora/app/lib/naeet.o /ora/app/lib/naect.o > /ora/app/lib/naedhs.o -lsql8 /ora/app/rdbms/lib/kpuadef.o -lpls8 > -lclient8 -lldapclnt8 -ln8 -lnl8 -lnro8 -lclient8 -lsql8 -ln8 -lnl8 > -lnro8 -lclient8 -lcommon8 -lgeneric8 -lmm /ora/app/rdbms/lib/xaondy.o > -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lwtc8 -ln8 -lnl8 -lnro8 -lclient8 > -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -ldl > -lm -lc because many libraries are listed more than once.