Hi List, I am using tntdb with PostgreSQL and it works fine - out of the box.
Now I tried to switch to Oracle 11 and I installed the Oracle 11 client basic package and the Oracle 11 development package (on Fedora). I tried to compile it using: ./configure --with-oci-include=/usr/include/oracle/11.2/client64 --with-oci-lib=/usr/lib/oracle/11.2/client64/lib But before I had to set the LD_LIBRARY_PATH (otherwise configure exits with an error message): export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib Afterwards I got the error below: checking for Oracle OCI headers in /usr/include/oracle/11.2/client64... yes checking for Oracle OCI libraries in /usr/lib/oracle/11.2/client64/lib... yes checking if Oracle OCI version is >= 8... expr: non-integer argument expr: syntax error no configure: error: Oracle 11.2 found, but required version is 8 It this true? I can not imagine that Oracle 8 is required but 11 or 12 do not work. Is there a bug in the configure script (I think yes, because it says "expr: syntax error"? Any hints? Btw: I saw that the documentation (Howto and README.git) says that configure should be called using --with-oracle. But this seems to be an old switch. Should be changed to "configure --with-oci-lib= .. --with-oci-include=...". Andreas ------------------------------------------------------------------------------ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
