From owner-freebsd-questions Mon Oct 18 12:49:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id 43E8114F1C for ; Mon, 18 Oct 1999 12:49:37 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: by stell.cns.vt.edu (8.8.8/1.1.22.3/01Sep99-0840AM) id PAA0000019156; Mon, 18 Oct 1999 15:49:33 -0400 (EDT) Date: Mon, 18 Oct 1999 15:49:33 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: Re: oracle install need gcc in linux compat Message-ID: <19991018154930.A19487@stell.cns.vt.edu> References: <19991018143741.D18925@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19991018143741.D18925@stell.cns.vt.edu>; from Ray Stell on Mon, Oct 18, 1999 at 02:37:42PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 02:37:42PM -0400, Ray Stell wrote: > I have been told that in order to install oracle 8 under > the linux compatibility or FreeBSD 3.2 I'll need to rip out egcs and > install gcc. Indeed, the oracle install choked on all sorts of > missing libs. I have done step one, rip out egcs, but don't know what > I need to do to get gcc installed: > > [root@mozart:/usr/ports/distfiles/rpm]$ rpm --root /compat/linux \ > --dbpath /var/lib/rpm --ignoreos \ > -i /usr/ports/distfiles/rpm/gcc-2.7.2.3-14.i386.rpm > ELF interpreter /compat/linux/lib/ld-linux.so.2 not found > execution of script failed > error: /usr/ports/distfiles/rpm/gcc-2.7.2.3-14.i386.rpm cannot be installed > > [root@mozart:/usr/ports/distfiles/rpm]$ find / -name "ld-linux.so*" -print > /usr/compat/linux/lib/ld-linux.so.2 > /usr/compat/linux/lib/ld-linux.so.1 > /usr/compat/linux/lib/ld-linux.so.1.9.5 > > [root@mozart:/usr/ports/distfiles/rpm]$ rpm --rcfile /usr/local/lib/rpmrc \ > --dbpath /usr/compat/linux/var/lib/rpm -q gcc > gcc-2.7.2.3-14 > > did it really install, or has rpm choked? > =============================================================== > Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D The next oracle install proceeded without errors: [oracle@mozart bin]$ sqlplus stellr@nedb.prod SQL*Plus: Release 8.0.5.0.0 - Production on Mon Oct 18 15:38:58 1999 (c) Copyright 1998 Oracle Corporation. All rights reserved. =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message