[Zope] DCOracle compile

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Fri, 03 Sep 1999 12:25:35 +1000


>>> "Jens Vagelpohl" wrote
> sn -
> lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lsocket -ln
> sl -
> lgen -ldl -lelf -laio -lposix4 -lsql -lm -lm -o oci_.so
> /usr/bin/ld: cannot open -lsocket: No such file or directory
> collect2: ld returned 1 exit status
> make: *** [oci_.so] Error 1

Edit Setup, remove the -lsocket -lnsl -lgen -ldl -lelf -laio -lposix4
from the ORACLE_L line. Delete the .so file (if it exists) and run make
again.

(these libs are not present, or needed for Oracle, on Linux)

Anthony