Try this
./configure --with-oci-include=/usr/include/oracle/11.2/client/ --with-oci-lib=/usr/lib/oracle/11.2/client/lib/
On 27 Oct 2016, at 15:03, 方彪 fangbiao2008@foxmail.com wrote:
Hello: I am a software engineer in hangzhou ,Zhejiang province, because of job requirements,I need to use the Ubuntu system based on libzdb development support Oracle Database,According to the following website description,(https://segmentfault.com/a/1190000003739454),I successfully installed client x86 for Oracle and has been connected to the remote Oracle database server,but when I configure the libzdb programe ,print result not support Oracle(Oracle: DISABLED ). Print the following information:
...... checking for oracle... checking for Oracle OCI headers in /usr/include/oracle/11.2/client/... yes checking for Oracle OCI libraries in /usr/lib/oracle/11.2/client/lib/... not found checking if Oracle support is enabled... no ......
But Oracle OCI libraries in /usr/lib/oracle/11.2/client/lib/ already exist,Can you help me and explain why? Thank you very much!