Re: Oracle 9.0.1 Linux relinking problem
Date: 4 Feb 2002 06:22:37 -0800
Message-ID: <ff5e65ae.0202040622.6f04d05_at_posting.google.com>
I found the solution from Berno Strik in http://groups.google.com/groups?hl=en&lr=lang_en|lang_fr&selm=3BE0F6A3.781F2220%40office.casema.nl
=>
1. When you get errors from OUI installer, open a window, and cd to
the Oracle
Home – installation target location
2. Set Oracle environment – ORACLE_HOME to this target directory,
3. Use editor to modify $ORACLE_HOME/bin/genclntsh file, to remove "-z
defs"
from it(near bottom: library section).
4. Then run this script $ORACLE_HOME/bin/genclntsh to create Oracle
libraries.
5. Go back to OUI error window,
and click on "retry" bottom to continue.
"Gabriele Lamon" <g.lamon_at_mcg-econ.it> wrote in message news:<a1bu9q$me6$1_at_fe2.cs.interbusiness.it>...
> I'm trying to install Oracle 9.0.1 Server on a RedHat 7.2 Linux and when I
> try to relink the executables (even during installation) I get this error:
>
> /opt/oracle/DB901/lib/libgeneric9.a(skgfr.o): In function `skgfrpini':
> skgfr.o(.text+0x125): undefined reference to `__cmpdi2'
> /lib/libc.so.6: undefined reference to `_dl_lazy_at_GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to `_dl_dst_substitute_at_GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to `_dl_out_of_memory_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_relocate_object_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_clktck_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `__libc_enable_secure_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_catch_error_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_platformlen_at_GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to
> `_dl_lookup_versioned_symbol_skip_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to
> `_dl_lookup_versioned_symbol_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_mcount_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_dst_count_at_GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to `_dl_initial_searchlist_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_start_profile_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_lookup_symbol_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `__libc_stack_end_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_argv_at_GLIBC_2.2'
> /usr/lib/libpthread.so: undefined reference to `_dl_cpuclock_offset'
> /lib/libc.so.6: undefined reference to `_dl_loaded_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_origin_path_at_GLIBC_2.1.1'
> /lib/libc.so.6: undefined reference to `_dl_check_map_versions_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_map_object_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_main_searchlist_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_debug_mask_at_GLIBC_2.2.3'
> /lib/libc.so.6: undefined reference to `_dl_load_lock_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_profile_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_debug_state_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_init_all_dirs_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_r_debug_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_unload_cache_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_signal_error_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_debug_printf_at_GLIBC_2.2.3'
> /lib/libc.so.6: undefined reference to `_dl_init_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_all_dirs_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_map_object_deps_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_nloaded_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_profile_map_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_profile_output_at_GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_dl_pagesize_at_GLIBC_2.2'
> /lib/libc.so.6: undefined reference to `_dl_lookup_symbol_skip_at_GLIBC_2.0'
> /lib/libc.so.6: undefined reference to `_dl_fpu_control_at_GLIBC_2.1'
> /usr/lib/libdl.so: undefined reference to `_dl_catch_error'
> /lib/libc.so.6: undefined reference to `_dl_global_scope_alloc_at_GLIBC_2.1'
> Created /opt/oracle/DB901/lib/libclntst9.a
>
> when I run genclntsh.
>
> Can anyone help me pliz
>
> Ni hao, Lelle.
Received on Mon Feb 04 2002 - 15:22:37 CET