Good day Andreas,

Your suggestion about replacing boost packages from AWS with CentOS ones 
worked. 
Good catch. I was able to finally compile and install all my requirements. 
Thumbs up!
I had to download the whole list and install using rpm -ivh *.rpm.

One more thing. 
I am able to render many tiles (images) but I have trouble with some others. I 
double checked for librairies to avoid having duplicates or many versions...
But it does not seem to be the case.


I am getting a bunch of the following in my apache logs:
#### (Some data was replaced with xxxx on purpose for security reasons in the 
below log output) ###

[cgi:error] [pid 2512] [client 10.2.10.155:60456] AH01215: GDAL: 
GDALOpen(PG:host=xxxxxxxx.com port=xxxx dbname=‘xxxxxx' user=‘xxxxx' 
password=XXXXXXXXXXXXXXXXXXXXXX schema='public' table=‘xxxxxx' mode='2', 
this=0x125df80) succeeds as PostGISRaster.: /var/www/html/map/mapserv.cgi, 
referer: http://xxxxx.com/
[cgi:error] [pid 2509] [client 10.2.10.155:60451] AH01215: GDAL: GDAL_CACHEMAX 
= 388 MB: /var/www/html/map/mapserv.cgi, referer: http://xxxxx.com/
…//snip//...
AH01215: GDAL: In GDALDestroy - unloading GDAL shared library.
...

What could cause that? Flags while doing cmake? (Python maybe)
(I am using the below one):
cmake -Wno-dev 
-DCMAKE_PREFIX_PATH="/usr/proj72/;/usr/pgsql-12/;/usr/gdal32;/usr/geos39/" 
-DWITH_PYTHON=0 -DWITH_JAVA=1 -DWITH_THREAD_SAFETY=1 -DWITH_FRIBIDI=1 
-DWITH_FCGI=0 -DWITH_EXEMPI=0 -DWITH_GIF=0 -DWITH_FCGI=0 -DWITH_PROTOBUFC=0 
-DWITH_CLIENT_WMS=1 -DWITH_CLIENT_WFS=1 -DWITH_KML=1 -DWITH_SOS=1 
-DCMAKE_BUILD_TYPE=Release ..

— Stéphane
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to