mongoose

Dear List,

I am trying to compile Orthanc-1.9.7 on Rocky Linux 8.5 (this is the replacement
of Centos 8.5 required because RedHat ended Centos 8). The compile requires
mongoose-devel that is not available in the repositoris. I have installed
mongo-c-driver-devel & libbson-devel that still did not allow the compile.

Does anyone have suggestions that would allow me to compile orthanc on Rocky 8.5

Thanks,

Greg Ennis

Hi,

You should be able to use a downloaded version of mongoose by adding these 2 flags to your CMake command:
-DALLOW_DOWNLOADS=ON -DUSE_SYSTEM_MONGOOSE=OFF

HTH,

Alain