<div dir="ltr">Hello All,<div><br><div>The end goal is to have mapserver compiled with both Oracle and PostGIS for AlmaLinux 9.1 (Lime Lynx).</div></div><div><br></div><div>The package in EPEL+CRB has mapserver minus oracle.</div><div><br></div><div>Note, this is the first time building with cmake. I have most likely made some rookie mistakes.</div><div><br></div><div>However, I feel the library names are slightly different e.g. Debian/Ubunut vs RHEL naming conventions.</div><div><br></div><div>For instance the protobuf packages is installed:</div><div>/usr/lib64/libprotobuf-c.so.1<br>/usr/lib64/libprotobuf-c.so.1.0.0<br>/usr/lib64/libprotobuf.so.25<br>/usr/lib64/libprotobuf.so.25.0.0<br></div><div><br></div><div>The prefix pathi is:</div><div><br></div><div> -DCMAKE_PREFIX_PATH=/usr/lib:/usr/lib64:/usr/local/pgsql:/usr/local:/opt <br></div><div><br></div><div>But I get an error as seen below:</div><div><br></div><div>  PROTOBUFC library/component/dependency could not be found.<br><br>    HINTS:<br>    - disable PROTOBUFC support by adding -DWITH_PROTOBUFC=0<br>    - add the PROTOBUFC install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/PROTOBUFC-install-dir;/path/to/other/dirs"<br>Call Stack (most recent call first):<br>  CMakeLists.txt:339 (report_optional_not_found)<br></div><div><br></div><div>Any help would be appreciated,</div><div><br></div><div>Rob</div></div>