Re: [mapserver-users] Antw: Re: MapServer with oracle-spatial on a linuxsystem

2019-07-16 Thread Michael Smith
Thanks Jeff! M On 7/16/19, 1:17 PM, "mapserver-users on behalf of Jeff McKenna" wrote: I also took the time to update the OracleSpatial docs (https://mapserver.org/input/vector/oracle.html). If you have any enhancements please be sure to file your new issue or pull request to

Re: [mapserver-users] Antw: Re: MapServer with oracle-spatial on a linuxsystem

2019-07-16 Thread Jeff McKenna
I also took the time to update the OracleSpatial docs (https://mapserver.org/input/vector/oracle.html). If you have any enhancements please be sure to file your new issue or pull request to the "docs" instance at https://github.com/mapserver/docs thanks! -jeff On 2019-07-16 7:24 AM,

Re: [mapserver-users] Antw: Re: MapServer with oracle-spatial on a linuxsystem

2019-07-16 Thread michael . smith . erdc
Kai, Check the cmake build log too. You also need the libaio library. I also set the following ENV variables ORACLE_HOME - set to the path to the instantclient location LD_LIBRARY_PATH - set to the path to the instantclient location Michael Smith > On Jul 16, 2019, at 2:59 AM, Kai Behncke

[mapserver-users] Antw: Re: MapServer with oracle-spatial on a linuxsystem

2019-07-16 Thread Kai Behncke
Allright, finally I got it. I declared: export ORACLE_HOME=/usr/lib/oracle/12.2/client64 export LD_LIBRARY_PATH=${ORACLE_HOME}:/usr/lib and in my case I got a problem with the ORACLE_INCLUDE_DIR. I changed in the cmake-directory cmake/FindOracle.cmake: if(DEFINED ENV{ORACLE_HOME}) 27 28

[mapserver-users] Antw: Re: MapServer with oracle-spatial on a linuxsystem

2019-07-16 Thread Kai Behncke
Hi Michael, Hi Jeff, First of all thank you very much for your responses. Meanwhile I have installed from that page: https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html a) in version 11.2: Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI