AW: Installation Oracle
Ron Opitz
ron.opitz at dts.de
Thu Aug 2 16:45:03 CEST 2001
"Holtmann, Dirk" schrieb:
> das selbe dürfte auch für mandrake gelten, deiner mail ist zu entnehmen, daß
> du die glibc 2.2.2 installiert hast.
Danke Euch für Eure Hilfe,
dies habe ich mir ebenfalls schon durchgelesen und ... ja seht selbst
...
Das Skript aus dem Update bedingt eine laufende Version von Oracle. Vor
der Installation geht das nicht.
Habt Ihr noch andere Ideen?
Gruss Ron
Oracle8i for Linux is shipped with archived objects which were compiled
using
glibc-2.1.3. The executable components are then linked at install-time
using
these archives. Due to compatibility limitations in glibc, if the target
system for an installation is based on a later version of glibc, then
the
executables produced by the linker will not be valid. As a workaround to
this limitation, we have created a set of stub libraries which are used
at
link-time only to mimic the contents of glibc-2.1.3 shared objects. Note
that these stub libraries do not contain valid executable code, and
therefore
*must NOT* be included in the library path searched by the dynamic
loader
(i.e., do not include $ORACLE_HOME/lib/stubs in LD_LIBRARY_PATH).
===========================================
Instructions for New Oracle8i Installations
-------------------------------------------
Install Oracle8i as usual, but choose not to create a database during
install.
Once installation is complete, follow the procedure described in the
section "Instructions for Existing Installations" below. It will then
be possible to create a database.
================================================
Instructions for Existing Oracle8i Installations
------------------------------------------------
Place the tar file glibc-2.1.3-stubs.tar.gz in $ORACLE_HOME. Make sure
ORACLE_HOME is set in your environment. Then carry out the following
steps:
cd $ORACLE_HOME
tar xvfz glibc-2.1.3-stubs.tar.gz
./setup_stubs.sh
You should now be able to use Oracle as usual.
================
Warning
----------------
Make sure the directory $ORACLE_HOME/lib is not listed in your
/etc/ld.so.conf. The system could potentially become unstable after
applying
this patch in that case. If $ORACLE_HOME/lib is currently listed in
/etc/ld.so.conf, remove it and run ldconfig before applying this patch.
================================
More information about the Linux
mailing list