Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 1999 14:37:42 -0400
From:      Ray Stell <stellr@stell.cns.vt.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   oracle install need gcc in linux compat
Message-ID:  <19991018143741.D18925@stell.cns.vt.edu>

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




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