Re: [mapserver-users] mapserver 7.6.2

2020-12-30 Thread Jeff McKenna
Hi Stephane, I'm not sure about your last issue. You could first execute 'sudo ldconfig' so your last compiled libs are found, then try a shp2img command with your mapfile. I have seen cases where there are conflicting library versions used by either the GDAL or MapServer dependencies: test

Re: [mapserver-users] mapserver 7.6.2

2020-12-30 Thread Stephane Poissant
HI Jeff, That was a partial success! Thank you for you recommendation! It compiled successfully by compiling gems and recompiling goal as you suggested. I still have 1 issue. While rendering stuff that use to work on previous version, it no longer works in this lates one. I get AH01215 error

Re: [mapserver-users] mapserver 7.6.2

2020-12-30 Thread Stephane Poissant
Good morning Jeff, I’ll certainly give it a shot! I’ll keep you informed. Thanks for the suggestions. Stéphane Poissant Portable: 514-793-3506 spoissan...@gmail.com > On Dec 30, 2020, at 10:14 AM, Jeff McKenna > wrote: > > Also, after you compile GEOS be su

Re: [mapserver-users] mapserver 7.6.2

2020-12-30 Thread Jeff McKenna
Also, after you compile GEOS be sure to recompile GDAL ('make clean' first), then continue on to tackle your MapServer cmake command. Happy new year to all, -jeff -- Jeff McKenna GatewayGeo: MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ On 2020-12-

Re: [mapserver-users] mapserver 7.6.2

2020-12-30 Thread Jeff McKenna
Hi Stephane, Be sure to compile GEOS (3.9.0 is recommended from http://download.osgeo.org/geos/geos-3.9.0.tar.bz2 ), and then add into your cmake command: -DWITH_GEOS=1 Wishing you a happy new year, -jeff -- Jeff McKenna GatewayGeo: MapServer Consulting and Training Services co-founder of

[mapserver-users] mapserver 7.6.2

2020-12-30 Thread Stephane Poissant
Good morning gentlemen and Merry Xmas to everyone! I need some help with compiling mapserver. I have been hammering this for a while without a perfect success yet! When proceeding with make, it should complete the process. There are no errors at beginning of compilation. Only a few warnings as I a