hello,
First thanks to all persons who have replied me and especially Michel
Berger who gave me the solution.
The problem came from the oracle client library : the unresolved
symbols have not been not exported (this is strange since the "nm"
command show these symbols as global external)
The solution is present in MetaLink (Note:116486.1) :
[......................]
Solution Description
--------------------
The workaround to solve above undefined symbol error is:
1) Add the appropriate symbol to $ORACLE_HOME/rdbms/admin/shrept.lst as
shown below for OCIEnvCreate: rdbms : OCIEnvCreate
2) Rebuild the shared client library: $ cd $ORACLE_HOME/rdbms/lib $ make -f
ins_rdbms.mk client_sharedlib
3) Rebuild your executable using demo_rdbms.mk $ make -f demo_rdbms.mk build
EXE=program OBJS=program.o
[......................]
-- Julien
Received on Tue Oct 22 2002 - 11:31:58 NZDT