Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 1999 15:49:33 -0400
From:      Ray Stell <stellr@stell.cns.vt.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: oracle install need gcc in linux compat
Message-ID:  <19991018154930.A19487@stell.cns.vt.edu>
In-Reply-To: <19991018143741.D18925@stell.cns.vt.edu>; from Ray Stell on Mon, Oct 18, 1999 at 02:37:42PM -0400
References:  <19991018143741.D18925@stell.cns.vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991018154930.A19487>