Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 8.0.5 and Unixware 7.0.1
I'm trying to install Oracle 8.0.5 on UW 7.0.1. I have followed all the
steps as described in the manual, but always I arrive at the same point, a
problem when relinking. Here there is a part of the make.log file:
. . .
cc -L/u01/app/oracle/product/8.0.5/lib/ -L/u01/app/oracle/product/8.0.5/rdbm
s/lib -L/u01/app/oracle/product/8.0.5/network/lib -o tnslsnr/u01/app/oracle/product/8.0.5/lib/naect.o
/u01/app/oracle/product/8.0.5/network/lib/s0nsgl.o
/u01/app/oracle/product/8.0.5/network/lib/snsglp.o
/u01/app/oracle/product/8.0.5/network/lib/nsglpnp.o
/u01/app/oracle/product/8.0.5/rdbms/lib/kpudfo.o
/u01/app/oracle/product/8.0.5/lib/scorept.o
/u01/app/oracle/product/8.0.5/rdbms/lib/ssdbaed.o
/u01/app/oracle/product/8.0.5/lib/nautab.o
/u01/app/oracle/product/8.0.5/lib/naeet.o
lnetv2 -lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -l core4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -l nttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore 4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lsocket -lnsl -lgen -ldl -lmw -lelf -lm -lmw -lgen -ldshm -lthread -lm -lnetv2 -lnncc -lnetv2 -lnetwork -lnsgl -lnsglc -l nmd -lnms -lnfp -lnmsp -lpeer -lncr -lnetwork -lepc -lnetv2 -lnncc -lnsgl -l nsglc -lnmd -lnms -lnfp -lnmsp -lnetwork -L/usr/lib -ldl -lpeer UX:cc: ADVERTENCIA: Use -Kthread en lugar de -lthread para enlazar con threads
library; el uso directo de -lthread puede causar problemas de ejecución.
Sin definir primera reasignación referenciada símbolo en archivo
sntpwrite
/u01/app/oracle/product/8.0.5/lib//libnetwork.a(ntp.o)
nsgsilen
/u01/app/oracle/product/8.0.5/network/lib/libnsgl.a(nsglsn.o)
sntpud
/u01/app/oracle/product/8.0.5/lib//libnetwork.a(ntp.o)
. . .
85 ]----------------------------------------------
I have modified the .mk file, to correct the two // in the path of the library, and I have done it, but the output is the same (with only one / between dirs, of course). I have also corrected the warning about the use of Kthread instead lthread, but the result is the same,
Anyone know what is going on and how to solve this?
Thanks a lot in advance,
Eduardo González Blanco.
edraft_at_nexo.es
Received on Sat Jan 09 1999 - 12:11:21 CST
![]() |
![]() |