Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Jeremy JK
Cannot compile even though I tried installing the dependencies using yum installError log: Determining if the function strrstr exists failed with the following output:Change Dir: /home/jkadir/Downloads/mapserver-7.4.1/build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/gmake "cmTryCompileExec17676

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Jeremy JK
OK Great 19.08.2019, 15:51, "Lime, Steve D (MNIT)" : They are defaults as are GEOS, GDAL, PROJ (and I think PostGIS). Cmake does a pretty good job of finding things.   From: Jeremy JK [mailto:jeremy...@yandex.com] Sent: Monday, August 19, 2019 9:27 AM To: Lime, Steve D (MNIT)

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Lime, Steve D (MNIT)
They are defaults as are GEOS, GDAL, PROJ (and I think PostGIS). Cmake does a pretty good job of finding things. From: Jeremy JK [mailto:jeremy...@yandex.com] Sent: Monday, August 19, 2019 9:27 AM To: Lime, Steve D (MNIT) ; mapserver-users Subject: Re: [mapserver-users] Compiling mapserver with

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Jeremy JK
Steve,Thanks for the replyThis is what I came up with after viewing the CMakelists file cmake -DCMAKE_INSTALL_PREFIX=/usr \      -DWITH_GDAL      -DWITH_PROJ=/usr/local      -DWITH_POSTGIS=/usr/bin/pg_config      -DWITH_CLIENT_WMS      -DWITH_GEOS=/usr/local/bin/geos-config      -DWITH_FCGI but uns