Hi,

It seems that it cannot find the Oracle client libraries. If you have installed them, find where they are and add them to your LD_LIBRARY_PATH.

Or it could be that it found them and there is no OCIEnvCreate in there. You can verify by:

nm -D ...../libclntsh | grep OCIEnvCreate

and get some client libraries (upgrade or downgrade) that include OCIEnvCreate.

BR,
Nikos
----- Original Message ----- From: "Ivan Kurnosov" <[email protected]>
To: <[email protected]>
Sent: Friday, September 10, 2010 9:18 AM
Subject: Kannel 1.4.3 and oracle 11.2


I'm trying to compile kannel-1.4.3 on "SunOS s490up 5.10
Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V490" with oracle support.

This is what I get:

Configuring DB support ...
checking whether to compile with MySQL support... disabled
checking whether to compile with LibSDB support... disabled
checking whether to compile with SQLite2 support... disabled
checking whether to compile with SQLite3 support... disabled
checking whether to compile with Oracle support... searching
checking for oci.h ... yes
checking for OCIEnvCreate in -lclntsh... no
checking for OCIEnvCreate in -lclntsh... (cached) no

For
./configure --with-oracle

What am I doing wrong?

ps: if i missed some significant details - please correct me and I'll
add more details.

--
With best regards, Ivan Kurnosov



Reply via email to