Version12: Unterschied zwischen den Versionen

Aus MeinWiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Kompilierungsfehler == Make failed to invoke "/usr/bin/make -f ins_ldap.mk ldapdelete ORACLE_HOME=/opt/oracle/product/12cR1/db_1"....'/usr/lib64 /gcc/x86_…“)
 
(Installation SLES12 SP1)
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
== Installation SLES12 SP1 ==
 +
*Eintrag im Sourceverzeichnis anpassen. (Starten des Installationsprogramms schlägt fehl!)
 +
'database/Stage/cvu/cv/admin/cvu_config' | "CV_ASSUME_SISTID=SUSE11"
 +
*Fehler ingnorieren.
 +
<gallery>
 +
Datei:23-05-_2016_10-38-34.jpg
 +
</gallery>
 +
*Installationslog monitoren und Verzeichnisse nach bedarf erstellen.
 +
*Verzeichnis löschen bei Fehler:
 +
INFO: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /opt/oracle/product/12cR1/db_1/lib//libcore12.a(slts.o): undefined reference to symbol '__tls_get_addr@@GLIBC_2.3'
 +
 +
rm -fR $ORACLE_HOME/lib/stubs/rm -fR /opt/oracle/product/12cR1/db_1/lib/stubs/
 +
 
== Kompilierungsfehler ==
 
== Kompilierungsfehler ==
 
  Make failed to invoke "/usr/bin/make -f ins_ldap.mk ldapdelete ORACLE_HOME=/opt/oracle/product/12cR1/db_1"....'/usr/lib64  /gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /opt/oracle/product/12cR1/db_1/lib /libldapclnt12.a(sgsluu.o): undefined reference to symbol '__tls_get_addr@@GLIBC_2.3'
 
  Make failed to invoke "/usr/bin/make -f ins_ldap.mk ldapdelete ORACLE_HOME=/opt/oracle/product/12cR1/db_1"....'/usr/lib64  /gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /opt/oracle/product/12cR1/db_1/lib /libldapclnt12.a(sgsluu.o): undefined reference to symbol '__tls_get_addr@@GLIBC_2.3'
Zeile 7: Zeile 20:
 
* Verzeichnis löschen.
 
* Verzeichnis löschen.
 
  rm -fR $ORACLE_HOME/lib/stubs/rm -fR /opt/oracle/product/12cR1/db_1/lib/stubs/
 
  rm -fR $ORACLE_HOME/lib/stubs/rm -fR /opt/oracle/product/12cR1/db_1/lib/stubs/
* Datei $ORACLE_HOME/ctx/lib/env_ctx.mk Eintrag anpassen
+
* Datei $ORACLE_HOME/ctx/lib/env_ctx.mk Eintrag anpassen.
 +
154 LINK=$(LDCCOM) --Wl,--no-as-needed

Aktuelle Version vom 23. Mai 2016, 09:45 Uhr

Installation SLES12 SP1

  • Eintrag im Sourceverzeichnis anpassen. (Starten des Installationsprogramms schlägt fehl!)
'database/Stage/cvu/cv/admin/cvu_config' | "CV_ASSUME_SISTID=SUSE11"
  • Fehler ingnorieren.
  • Installationslog monitoren und Verzeichnisse nach bedarf erstellen.
  • Verzeichnis löschen bei Fehler:
INFO: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /opt/oracle/product/12cR1/db_1/lib//libcore12.a(slts.o): undefined reference to symbol '__tls_get_addr@@GLIBC_2.3'
rm -fR $ORACLE_HOME/lib/stubs/rm -fR /opt/oracle/product/12cR1/db_1/lib/stubs/

Kompilierungsfehler

Make failed to invoke "/usr/bin/make -f ins_ldap.mk ldapdelete ORACLE_HOME=/opt/oracle/product/12cR1/db_1"....'/usr/lib64  /gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /opt/oracle/product/12cR1/db_1/lib /libldapclnt12.a(sgsluu.o): undefined reference to symbol '__tls_get_addr@@GLIBC_2.3'
/lib64/ld-linux-x86-64.so.2: error adding symbols: DSO missing from command line

collect2: error: ld returned 1 exit status make: *** [ldapdelete] Error 1

  • Verzeichnis löschen.
rm -fR $ORACLE_HOME/lib/stubs/rm -fR /opt/oracle/product/12cR1/db_1/lib/stubs/
  • Datei $ORACLE_HOME/ctx/lib/env_ctx.mk Eintrag anpassen.
154 LINK=$(LDCCOM) --Wl,--no-as-needed