Version12: Unterschied zwischen den Versionen
Aus MeinWiki
								
												
				|  (→Installation SLES12 SP1) | |||
| Zeile 1: | Zeile 1: | ||
| + | <gallery> | ||
| + | Datei:Beispiel.jpg|Beschreibung1 | ||
| + | </gallery> | ||
| == Installation SLES12 SP1 == | == Installation SLES12 SP1 == | ||
| *Installationslog monitoren und Verzeichnisse nach bedarf erstellen. | *Installationslog monitoren und Verzeichnisse nach bedarf erstellen. | ||
| *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/ | ||
| + | |||
| == 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' | ||
Version vom 23. Mai 2016, 08:40 Uhr
- Beispiel.jpgBeschreibung1 
Installation SLES12 SP1
- Installationslog monitoren und Verzeichnisse nach bedarf erstellen.
- Verzeichnis löschen.
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

