link error on ctxhx Ora 92010/RedHat7.3 [message #75957] |
Thu, 13 June 2002 15:17 |
bHa
Messages: 9 Registered: June 2002
|
Junior Member |
|
|
9.2.0.1.0 runInstaller's "Install software only" on RedHat7.3 throws one error at link time :
/lib/libdl.so.2: undefined reference to `_dl_addr@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_open@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_close@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_sym@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_vsym@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
make: *** [[ctxhx]] Erreur 1
My WorkAround is to edit $ORACLE_HOME/ctx/lib/ins_ctx.mk to
add $(LINKDLIBS) brunch of libs on ctxhx command line (#73)
so the target becomes :
ctxhx: $(CTXHXOBJ)
-tab-$(LINK) $(LINKLDLIBS) $(CTXHXOBJ) $(INSO_LINK)
This may have to be refined but link's OK for now...
I did no further testing cause I don't know what ctxhx is (context or something)
I also do experience minor font aspect troubles with the installer can any one help?
thanx...
|
|
|
|