4 Jul
2011
4 Jul
'11
1:30 p.m.
Aurélien Lafranchise wrote:
I thought that the 2.1.11 version should be easier to compile and get Oracle support. However, I can tell you that is not easy. ... configure:2771: gcc -o conftest -g -O2 -I/usr/include/oracle/11.2/client64/ conftest.c -L/usr/lib/oracle/11.2/client64/lib/ -lclntsh -lnnz10 >&5 => should be lnnz11 /usr/bin/ld: cannot find -lnnz10 => normal, i don't have it ... configure:2837: WARNING: FAILURE: rlm_sql_oracle requires: libclntsh libnnz10. => why 10 ?
Because if you read the REST of the "configure" output, you'll see that it's testing for MULTIPLE versions of the client libraries. Alan DeKok.