Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Cannot re-link 805 on Redhat 6

Cannot re-link 805 on Redhat 6

From: <jlouwen_at_my-deja.com>
Date: Fri, 20 Aug 1999 04:13:41 GMT
Message-ID: <7pikld$1a3$1@nnrp1.deja.com>


Hi, all
I'm trying to install Oracle 8051EE on a Redhat6 Linux machine. After installation, i run "svrmgrl", then "core dump, segmentation fault" appear.
Then I install the lnxpatch.tgz and following the instructions i've installed the followings:

compat-binutils-5.2-2.9.1.0.23.1.i386.rpm
compat-egcs-5.2-1.0.3a.1.i386.rpm
compat-egcs-c++-5.2-1.0.3a.1.i386.rpm
compat-glibc-5.2-2.0.7.1.i386.rpm
compat-libs-5.2-1.i386.rpm

Then, i run the "glibcpatch.sh" script supplied by the patch tar.

However, the "svrmgrl" still do not work.

Then i try to relink the problem "svrmgrl" by issusing: > gmake -f ins_rdbms.mk isvrmgrl CC=i386-glibc20-linux-gcc LINK=i386-glibc20-linux-gcc

Then, the "svrmgrl" works. Well.....
Then, i try to run "lsnrctl status",

   "Segmentation fault (core dumped) " appears again!

I try to relink the "lsnrctl" via:
$ gmake -f ins_network.mk lsnrctl CC=i386-glibc20-linux-gcc   LINK=i386-glibc20-linux-gcc
in the $ORACLE_HOME/network/lib directory, i got the following errors. Am i missing some libraries or some kind?

lnms -lnfp -lnms0 -lnetwork -L/usr/lib -ldl -lc
/lib/libc.so.6: undefined reference to `_r_debug@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_unload_cache@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_init_next@@GLIBC_2.0'
/usr/lib/libdl.so: undefined reference to `_dl_signal_error@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_relocate_object@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to

`_dl_initial_searchlist@@GLIBC_2.1'
/usr/lib/libdl.so: undefined reference to `_dl_global_scope@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_profile@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to

`_dl_global_scope_alloc@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_fpu_control@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_debug_message@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_mcount@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_debug_initialize@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_start_profile@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to

`_dl_check_all_versions@@GLIBC_2.0'
/usr/lib/libdl.so: undefined reference to `_dl_catch_error@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_map_object@@GLIBC_2.0'
/usr/lib/libdl.so: undefined reference to
`_dl_lookup_versioned_symbol@@GLIBC_2.
0'
/usr/lib/libdl.so: undefined reference to `_dl_loaded@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_main_searchlist@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_profile_map@@GLIBC_2.1'
/usr/lib/libdl.so: undefined reference to
`_dl_lookup_symbol_skip@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_profile_output@@GLIBC_2.1'
/lib/libc.so.6: undefined reference to `_dl_map_object_deps@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_debug_impcalls@@GLIBC_2.0'
/usr/lib/libdl.so: undefined reference to
`_dl_lookup_versioned_symbol_skip@@GLI
BC_2.0'
/lib/libc.so.6: undefined reference to `_dl_debug_state@@GLIBC_2.0'
/usr/lib/libdl.so: undefined reference to `_dl_lookup_symbol@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `__libc_enable_secure@@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `__libc_stack_end@@GLIBC_2.1'
collect2: ld returned 1 exit status
gmake: *** [lsnrctl] Error 1

Situation are similar when i re-link sqlplus.

I'm stucked right here as i cannot connect oracle inside the installed machine and the Net8 server do not works.

Do any one have idea to resolve this?

John

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Aug 19 1999 - 23:13:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US