> --with-oracle-libs=<path> it clearly is:
> --with-oracle-libs=$ORACLE_HOME/lib (or, the absolute equivalent of that).
I guess that's the default.
> --with-oracle-includes=
> anything I tried made it only fail faster, so whatever I did was wrong anyway.
> This seems to work:
--with-oracle-included=/usr/include/oracle/12.1/client64
> But again I guess it's the default, and to me doesn't seem needed.

There was a changeset a long while back which made PowerDNS link with the 
Oracle libraries from the database installation not work any more (spectacular 
fireworks with tons and tons of unresolved symbols).

You appear to have libraries and includes from both Oracle database and Oracle 
instant client on your machine. I know from experience that linking with 
database client libraries does not work any more, therefore, you have to point 
./configure to the oracle instant client includes and libraries, which, by the 
way, are different from what comes with the Oracle database, primarily in the 
fact that they export a lot more symbols.                                     
_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to