<html><head>

<meta name="Generator" content="Novell Groupwise Client (Version 14.2.1  Build: 124595)">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body style="font: 10pt/normal Segoe UI; font-size-adjust: none; font-stretch: normal;"><div class="GroupWiseMessageBody" id="GroupWiseSection_1563272612000_Kai.Behncke@ibbenbueren.de_A4138AB005DF00008D73746134313865_"><div>Allright, finally I got it.</div><div><br></div><div><br>I declared:<br>export ORACLE_HOME=/usr/lib/oracle/12.2/client64<br>export LD_LIBRARY_PATH=${ORACLE_HOME}:/usr/lib</div><div><br></div><div>and in my case I got a problem with the ORACLE_INCLUDE_DIR.</div><div><br></div><div>I changed in the cmake-directory cmake/FindOracle.cmake:</div><div><br></div><div> if(DEFINED ENV{ORACLE_HOME})<br> 27<br> 28   set(ORACLE_HOME $ENV{ORACLE_HOME})<br> 29   message("ORACLE_HOME=${ORACLE_HOME}")<br> 30<br> 31   find_path(ORACLE_INCLUDE_DIR<br> 32     NAMES oci.h<br> 33     PATHS<br> 34<br> 35     /usr/include/oracle/12.2/client64)</div><div><br></div><div><br>And I configured mapserver by:</div><div><br></div><div>cmake .. -DCMAKE_BUILD_TYPE='debug' -DCMAKE_INSTALL_PREFIX=/opt/mapserver -DCMAKE_PREFIX_PATH=/usr/lib/oracle/12.2/client64:/usr/include/oracle/12.2/client64:<br>/usr/lib:/usr/lib64:/usr/share/gdal -DWITH_ORACLESPATIAL=1 -DWITH_PROTOBUFC=0 -DWITH_FCGI=0 -DWITH_CURL=1</div><div><br></div><div>and then I got it:</div><div><br></div><div><br>--   * LIBXML2: /usr/lib64/libxml2.so<br>--   * POSTGIS: /usr/lib64/libpq.so<br>--   * GEOS: /usr/lib64/libgeos_c.so<br>--   * FastCGI: disabled<br>--   * PROTOBUFC: disabled<br>--   * Oracle Spatial: /usr/lib/oracle/12.2/client64/lib/libclntsh.so;/usr/lib/oracle/12.2/client64/lib/libocci.so;/usr/lib/oracle/12.2/client64/lib/libnnz12.so<br>--   * Exempi XMP: disabled<br>--  * Optional features<br>--   * WMS SERVER: ENABLED<br>--   * WFS SERVER: ENABLED<br>--   * WCS SERVER: ENABLED</div><div><br></div><div><br></div><div>Thank you very much, Kai<br></div><span id="GWSignatureSent" style="padding-right: 0px; padding-left: 0px; margin-bottom: 5px; display: block;"><span style="display: block;"><br><span style="font-size: 10pt; display: inline-block; -ms-word-wrap: normal;">
<div><!--GWSignatureRecordId 5C5442A6.STADT-IBB-DOM.STADT-IBB-PO.100.1646D74.1.7B.1 GWSignatureRecordId--><div>Mit freundlichen Grüßen<br>Im Auftrag</div><div><br></div><div>Kai Behncke<br>Geoinformation<br>Tel.: +49 5451 931-7125</div><div><br></div><div>E-Mail: <a href="mailto:kai.behncke@ibbenbueren.de">kai.behncke@ibbenbueren.de</a> </div><div><br></div><div>Rathaus II<br>Roncallistraße  3-5<br>1. Stock, Raum 105<br>49477 Ibbenbüren</div><br></div></span></span></span><span style="margin-bottom: 5px; display: block;"><br></span><div class="GroupWiseMessageBody" id="GroupWiseSection_1563272611000_Kai.Behncke@ibbenbueren.de_A4138AB005DF00008D73746134313865_"><span class="GroupwiseReplyHeader">>>> Jeff McKenna <jmckenna@gatewaygeomatics.com> 15.07.2019 18:42 >>><br></span><div><div>Oh and I always use the "Basic" package, but I guess "lite" will work as </div><div>Mike said.   -jeff</div><div><br></div><div><br></div><div><br></div><div>On 2019-07-15 1:40 PM, Jeff McKenna wrote:</div><div>> Further to what Mike said, I usually grab the instant client from this </div><div>> page (it is often hard to find): </div>> <a href="https://www.oracle.com/database/technologies/instant-client/downloads.html">https://www.oracle.com/database/technologies/instant-client/downloads.html</a><div><br></div><div>> </div><div>> -jeff</div><div>> </div><div>> </div><div>> </div><div><br></div><div><br></div><div>-- </div><div>Jeff McKenna</div><div>MapServer Consulting and Training Services</div><a href="https://gatewaygeomatics.com/">https://gatewaygeomatics.com/</a><div><br></div><div>_______________________________________________</div><div>mapserver-users mailing list</div><div>mapserver-users@lists.osgeo.org</div><a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a></div></div></div></body></html>