This pull request enables db_oracle to be built against oracle 18.3.0.0.0 dev libraries using cmake.
It requires the following env variables to be set: ``` declare -x ORACLE_HOME="/usr/lib/oracle/18.3/client64/" declare -x ORACLE_INCLUDE_DIR="/usr/include/oracle/18.3/client64" ```
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4128
-- Commit Summary --
* db_oracle: fix db_oracle build for oracle 18.3.0.0.0
-- File Changes --
M cmake/modules/FindOracle.cmake (3) M src/modules/db_oracle/CMakeLists.txt (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4128.patch https://github.com/kamailio/kamailio/pull/4128.diff