Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Forms 3.0 and SCO OS 5.0.5 ????
dchargros_at_orli.fr wrote in message <7563v6$f1e$1_at_nnrp1.dejanews.com>...
>"Linking and installing TNS listener executables (make -f network.mk
>ORACLE_HOME=/data/oracle/ora716 install)
>-----------------------------------------------------------------------
>/bin/idld /data/oracle/ora716/lib/ostart.o -o tnslsnr
>-L/data/oracle/ora716/lib s0nsgl.o -lnsg /data/oracle/ora716/lib/osntab.o
>-lsqlnet -lora -lsqlnet -lora -l nlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore
>/data/oracle/ora716/lib/olm.o /data/or acle/ora716/lib/old.o
>/data/oracle/ora716/lib/oln.o -lsocket /data/oracle/ora716 /lib/olc.o
>-lstublm i386ld: Symbol getgrnam in /data/oracle/ora716/lib/olc.o is multiply
>defined. Fi rst defined in /usr/lib/libsocket.a i386ld: Symbol getgrent in
>/data/oracle/ora716/lib/olc.o is multiply defined. Fi rst defined in
>/usr/lib/libsocket.a i386ld: Symbol getpwent in /data/oracle/ora716/lib/olc.o
>is multiply defined. Fi rst defined in /usr/lib/libsocket.a
>........................."
That's typical problem while installing Oracle 7.1/7.2 on SCO 5.0.x machine
with developement already installed. To avoid this it's better
to move libsocket.a to another name, let's say libsocket.a.O before
installing Oracle 7.1./7.2.
Now... try removing libsocket.a from system libraries list which are intended
to link with. As far as I remember that's $ORACLE_HOME/rdbms/lib/sysliblist
file. Remove "-lsocket" string from it.
HTH,
--
Piotr Kolodziej pkol_at_otago.gda.pl
Just my private opinion.
Received on Tue Dec 15 1998 - 13:51:23 CST
![]() |
![]() |