SUMMARY : link pb : unresolved symbols

From: Julien.Soula (soula@lifl.fr)
Date: Tue Oct 22 2002 - 07:30:41 EDT


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



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:57 EDT