Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Can't build OCI examples under MacOS 10.2.3 / Oracle 9iR2 dev release

Can't build OCI examples under MacOS 10.2.3 / Oracle 9iR2 dev release

From: John Opitz <flynnx_at_hotmail.com>
Date: 10 Jan 2003 03:47:17 GMT
Message-ID: <20030110134931849+1000@news.uq.edu.au>


Hi,

Has anyone been able to build the OCI example programs provided with the Oracle 9iR2 developer's release for MacOS X ?

Under MacOS 10.2.3:

(as the file demo_rdbms32.mk did not exist, I copied demo_rdbms.mk to get this far).


bash-2.05a$ make -f demo_rdbms.mk demos
make -f /Users/oracle/9iR2/orahome/rdbms/demo/demo_rdbms32.mk build EXE=cdemo1 OBJS=cdemo1.o
make[1]: *** No rule to make target `/Users/oracle/9iR2/orahome/lib/ libwtc9.so', needed by `/Users/oracle/9iR2/orahome/lib/libclntsh.dylib'. Stop.
make: *** [cdemo1] Error 2


The file libwtc9.so does not appear to exist in that location, although there is a "/Users/oracle/9iR2/orahome/lib/libwtc9.a".


The relevant environment:

bash-2.05a$ set | egrep 'ORACLE|PATH'
CLASSPATH=/Users/oracle/9iR2/orahome/jdbc/lib/classes12.zip:/Users/ oracle/9iR2/orahome/DBCreate/oradev/classes/orapts.jar: DYLD_LIBRARY_PATH=/Users/oracle/9iR2/orahome/lib:/Users/oracle/9iR2/ orahome/rdbms/lib:
ORACLE_HOME=/Users/oracle/9iR2/orahome
ORACLE_SID=ab
PATH=/Users/oracle/9iR2/orahome/bin:/bin:/sbin:/usr/bin:/usr/sbin


Thanks for any help you can offer.

John Received on Thu Jan 09 2003 - 21:47:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US