Version12: Unterschied zwischen den Versionen
Aus MeinWiki
								
												
				|  (→Installation SLES12 SP1) |  (→Installation SLES12 SP1) | ||
| Zeile 5: | Zeile 5: | ||
| </gallery> | </gallery> | ||
| *Installationslog monitoren und Verzeichnisse nach bedarf erstellen. | *Installationslog monitoren und Verzeichnisse nach bedarf erstellen. | ||
| − | *Verzeichnis löschen. | + | *Verzeichnis löschen bei Fehler: | 
| − | rm -fR $ORACLE_HOME/lib/stubs/rm -fR /opt/oracle/product/12cR1/db_1/lib/stubs/ | + |  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 == | ||
Version vom 23. Mai 2016, 08:52 Uhr
Installation SLES12 SP1
- 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


