From owner-freebsd-database@FreeBSD.ORG Tue Nov 2 23:31:18 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 6CF3616A4CE for ; Tue, 2 Nov 2004 23:31:18 +0000 (GMT) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0485D43D75 for ; Tue, 2 Nov 2004 23:31:18 +0000 (GMT) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.12.10/8.12.3) with ESMTP id iA2NV58Q016676; Tue, 2 Nov 2004 17:31:05 -0600 (CST) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.12.10/8.12.3/Submit) id iA2NV5ug016675; Tue, 2 Nov 2004 17:31:05 -0600 (CST) From: "Scott T. Hildreth" To: jkadams@computer.org In-Reply-To: <41881615.9090501@computer.org> References: <4183FB7B.2090506@computer.org> <20041031052052.GA22539@trit.org> <4184D6E5.7020009@computer.org> <20041101024029.GD22539@trit.org> <41881615.9090501@computer.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1099438265.83080.398.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 02 Nov 2004 17:31:05 -0600 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:31:18 -0000 yes that would be a problem, should be in /compat/linux/usr/bin. Did you install linux-devel? (Sorry I forgot if you indicated that already.) On Tue, 2004-11-02 at 17:19, Jon Adams wrote: > Dima Dorfman wrote: > > >[Jon Adams] > > > > > >>>>bash-2.04$ ./setup_stubs.sh > >>>>Setting up patch files...done. > >>>>Patching makefiles as necessary: > >>>> > >>>> > >>>> > >>>> > >>>... > >>> > >>> > >>> > >>> > >>>>Rebuilding client shared library...ld: cannot find -ldl > >>>> > >>>> > > > >[Dima Dorfman] > > > > > >>>You should be compiling and running everything Oracle-related under > >>>Linux emulation, and if you installed the linux_devtools port, you > >>>should have libdl in /compat/linux/lib. I suspect that either you > >>>aren't running under Linux emulation or that you don't have that port > >>>installed. > >>> > >>> > > > >[Jon Adams] > > > > > >>I do have libdl > >> > >> > >> > >... > > > > > >>do I need to put a -L somewhere in the oracle files, do I need to modify > >>my LD_INCLUDE_PATH ? > >> > >> > > > >/lib is almost certainly already in the library path. The most likely > >explanation is that the compiler (or linker, or whatever is trying to > >access libdl) isn't running under Linux emulation. Even if you start > >something from a compat shell, it can break out of the emulator if > >something tries to run a FreeBSD binary. We need to find the command > >that it's trying to run when it fails. Find the script that it's in (it > >might be setup_stubs, but it might be another one) and run it with the > >-x option to sh to show the commands being executed. > > > ... > I set my path to /compat/linux/bin:/compat/linux/usr/bin and noticed > that the linker ld itself doesnt exist in the linux compat.... > perhaps this is the problem? > > > > >Dima. > > > > > > > > > -- > ........................... > Jon Adams - > "Chance favors the prepared mind" > web: http://webpages.uncc.edu/~jkadams > AOL IM: j2k4real > GPG Sig: 2965 F58A 5DF8 B4C5 16D2 0AB4 ACE2 C4A1 D105 50D2 >