Abdul,
On Mon, 4 Dec 2006 at 02:01 -0800, Abdul Qadir wrote:
This is the error I received when I compiled the modules.
dbase.c: In function `db_free_result': dbase.c:377: warning: passing arg 2 of `fm_free' discards qualifiers from pointer target type dbase.c: In function `oci_prepare': dbase.c:1145: parse error before `rc'
Please, follow the instructions in oracle/README file. I've just verified that the following sequence of commands results in successfully created module on Debian Etch:
Dmitry Semyonov dsemyonov@dins.ru wrote:
export CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser cvs -z4 co -r rel_0_9_0 experimental/oracle cvs -z4 co -r rel_0_9_0 sip_router
cp -a experimental/oracle sip_router/modules/ sudo unzip $HOME/instantclient-sdk-linux32-10.1.0.5-20060511.zip -d /usr/local sudo unzip $HOME/instantclient-basic-linux32-10.1.0.5-20060511.zip -d /usr/local sudo ln -s libclntsh.so.10.1 /usr/local/instantclient10_1/libclntsh.so sudo ln -s instantclient10_1 /usr/local/instantclient make modules=modules/oracle modules