Re: [gdal-dev] Compiling libCurl with GDAL v1.9

2012-08-13 Thread Paul Meems
Thanks all for your help. @Jeff: I've tried that approach last year (with GDAL v1.8) and it gave me nothing but trouble. That is the reason I wanted to use precompiled curl libraries this time. @Jukka, Tamas: I've successfully downloaded the zip files from http://gisinternals.com/sdk/ and extract

Re: [gdal-dev] Compiling libCurl with GDAL v1.9

2012-08-13 Thread Tamas Szekeres
I recently used this option (curl 7.27.0), but a client reported performance problems with this approach. May be I would have been trying to disable one or more services which are compiled by default causing this side effect, but I rather went back to the original cmake approach instead. I've never

Re: [gdal-dev] Compiling libCurl with GDAL v1.9

2012-08-13 Thread Jeff McKenna
Hi Paul, I compile libCurl with the MSVC compiler, and I follow the "MSVC from command line" instructions at http://curl.haxx.se/docs/install.html I set the ZLIB and OPENSSL paths as suggested as well. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomati

Re: [gdal-dev] Compiling libCurl with GDAL v1.9

2012-08-13 Thread Tamas Szekeres
Paul, If you want to recompile libcurl, I'd suggest to utilize the provided cmake approach to create a working solution file. All other approaches (on windows) lead to various mysterious issues which are better to avoid. Best regards, Tamas 2012/8/13 Paul Meems > Hi all, > > I'm trying (aga

Re: [gdal-dev] Compiling libCurl with GDAL v1.9

2012-08-13 Thread Jukka Rahkonen
Paul Meems gmail.com> writes: > > > Hi all,I'm trying (again) to compile GDAL with libCurl support.I'm on Windows using VS2008Pro.I'm using GDALv1.9.I went to this page http://trac.osgeo.org/gdal/wiki/LibCurl If you do not have a special need for compiling yourself you can perhaps use ready ma

[gdal-dev] Compiling libCurl with GDAL v1.9

2012-08-13 Thread Paul Meems
Hi all, I'm trying (again) to compile GDAL with libCurl support. I'm on Windows using VS2008Pro. I'm using GDALv1.9. I went to this page http://trac.osgeo.org/gdal/wiki/LibCurl On this page a link is provided to a package. That link is no longer working. So I tried looking for the package myself