From owner-freebsd-questions Mon Oct 18 11:37:50 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 9B00B14BCA for ; Mon, 18 Oct 1999 11:37:44 -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 OAA0000019378; Mon, 18 Oct 1999 14:37:42 -0400 (EDT) Date: Mon, 18 Oct 1999 14:37:42 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: oracle install need gcc in linux compat Message-ID: <19991018143741.D18925@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message