Re: WOW<->ORACLE Make errors. Any suggestions
Date: 1995/08/01
Message-ID: <3vljg8$8d9_at_pheidippides.axion.bt.co.uk>#1/1
"Jörgen" <spock_at_csd.uu.se> wrote:
>
>LinkerLine: ORA713_LIBS = -L/home/oracle/lib -locic
>/home/oracle/lib/__fstd.o /home/oracle/lib/osntab.o -lsqlnet
>-lora -lsqlnet -lora -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore -lm
>
>Undefined symbol
>
>socket /home/oracle/lib/libsqlnet.a(osntco.o)
>recv -||- (osntbk.o)
..
Jorgen,
I'm not sure about library locations on Solaris, but I do know that these symbols are part of the socket library. I think SQL*Net on Solaris sits on top of Unix sockets. My guess is that your system lacks libsocket.a.
Do you get the same error if you try to relink oracle:
cd $ORACLE_HOME/rdbms/lib
make -f oracle.mk oracle
? If memory serves me correctly, this will give you the same error, as oracle depends on libsqlnet.a, and libsqlnet.a depends on libsocket.a.
Hope this is of some help,
Martin
-- Martin Purbrook +44 1473 293832Received on Tue Aug 01 1995 - 00:00:00 CEST