Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread aborruso
Solved I had a curl path problem. In my debian I have solved with sudo ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4.6.0 /usr/local/lib/libcurl.so Thank you jeff -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mai

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread Jeff McKenna
On 2020-09-06 8:06 a.m., aborruso wrote: jmckenna wrote I believe curl is also required. Thank you jeff. How do I must modify my configure command? Maybe also try: --with-curl=/usr/bin/curl-config (depends on where you installed curl) Have a nice weekend. -jeff -- Jeff McKenna Ma

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread Jeff McKenna
On 2020-09-06 8:06 a.m., aborruso wrote: jmckenna wrote I believe curl is also required. Thank you jeff. How do I must modify my configure command? Try:--with-curl=/usr/local/bin/curl-config -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread aborruso
jmckenna wrote > I believe curl is also required. Thank you jeff. How do I must modify my configure command? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.os

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread Jeff McKenna
On 2020-09-06 6:35 a.m., aborruso wrote: Hi all, I have compiled and installed gdal 2.4.4 in this way: wget http://download.osgeo.org/gdal/2.4.4/gdal244.zip unzip gdal244.zip cd ./gdal-2.4.4 ./configure --prefix=/usr/local --with-sqlite3=/usr/local --with-spatialite=/usr/local --with-static-proj

[gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread aborruso
Hi all, I have compiled and installed gdal 2.4.4 in this way: wget http://download.osgeo.org/gdal/2.4.4/gdal244.zip unzip gdal244.zip cd ./gdal-2.4.4 ./configure --prefix=/usr/local --with-sqlite3=/usr/local --with-spatialite=/usr/local --with-static-proj4=/usr/local --with-geos=/usr/local/bin/geo