Gdal Build Curl ErrorBuild Raster Attribute Table with GDAL UtilitiesInstalling python GDAL with pip in local...

I'm flying to France today and my passport expires in less than 2 months

DC-DC converter from low voltage at high current, to high voltage at low current

Alternative to sending password over mail?

What would happen to a modern skyscraper if it rains micro blackholes?

A case of the sniffles

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

"You are your self first supporter", a more proper way to say it

Revoked SSL certificate

Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?

RSA: Danger of using p to create q

Languages that we cannot (dis)prove to be Context-Free

Could an aircraft fly or hover using only jets of compressed air?

What typically incentivizes a professor to change jobs to a lower ranking university?

Can a Cauchy sequence converge for one metric while not converging for another?

Why is Minecraft giving an OpenGL error?

How old can references or sources in a thesis be?

Roll the carpet

What does it mean to describe someone as a butt steak?

Why does Kotter return in Welcome Back Kotter?

Rock identification in KY

What's that red-plus icon near a text?

Cross compiling for RPi - error while loading shared libraries

Which country benefited the most from UN Security Council vetoes?

Can a monk's single staff be considered dual wielded, as per the Dual Wielder feat?



Gdal Build Curl Error


Build Raster Attribute Table with GDAL UtilitiesInstalling python GDAL with pip in local (user) space on RHEL6 server: failure due to missing headersgdal_merge.py can't find libgdal.so.20Cannot update GDAL on Ubuntuusing gdal /vsis3/ on aws lambda failsgdal and ERROR 4Problem in install GDAL on virtualenv Ubuntu16.04VSI CURL hits SSL errorBuild GDAL with CMakeBuild gdal with proj version 6






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I'm building gdal 2.4.1 with the following config options




./configure --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-openjpeg --with-opencl=yes --with-opencl-include=/usr/local/cuda/include --with-opencl-lib='-L/usr/local/cuda/lib64 -lOpenCL' --with-python=yes --with-libkml=yes --with-png=yes --with-sqlite3=yes --with-spatialite=yes --with-python=yes --with-geos=yes --with-curl=/usr/bin/curl-config




and I'm getting the following error during build



/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_info_read'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_append'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_add_handle'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_perform'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_perform'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_cleanup'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_init'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_cleanup'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_remove_handle'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_setopt'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_getinfo'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_free_all'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_init'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_fdset'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version_info'
/home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_wait'
collect2: error: ld returned 1 exit status
make[1]: *** [gdalinfo] Error 1
make[1]: Leaving directory `/home/ruggedroutes/Sources/gdal-2.3.3/apps'
make: *** [apps-target] Error 2


I'm really not sure what to do about this. any help would be appreciated










share|improve this question





























    0















    I'm building gdal 2.4.1 with the following config options




    ./configure --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-openjpeg --with-opencl=yes --with-opencl-include=/usr/local/cuda/include --with-opencl-lib='-L/usr/local/cuda/lib64 -lOpenCL' --with-python=yes --with-libkml=yes --with-png=yes --with-sqlite3=yes --with-spatialite=yes --with-python=yes --with-geos=yes --with-curl=/usr/bin/curl-config




    and I'm getting the following error during build



    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_info_read'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_append'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_add_handle'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_perform'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_perform'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_cleanup'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_init'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_cleanup'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_remove_handle'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_setopt'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_getinfo'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_free_all'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_init'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_fdset'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version_info'
    /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_wait'
    collect2: error: ld returned 1 exit status
    make[1]: *** [gdalinfo] Error 1
    make[1]: Leaving directory `/home/ruggedroutes/Sources/gdal-2.3.3/apps'
    make: *** [apps-target] Error 2


    I'm really not sure what to do about this. any help would be appreciated










    share|improve this question

























      0












      0








      0








      I'm building gdal 2.4.1 with the following config options




      ./configure --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-openjpeg --with-opencl=yes --with-opencl-include=/usr/local/cuda/include --with-opencl-lib='-L/usr/local/cuda/lib64 -lOpenCL' --with-python=yes --with-libkml=yes --with-png=yes --with-sqlite3=yes --with-spatialite=yes --with-python=yes --with-geos=yes --with-curl=/usr/bin/curl-config




      and I'm getting the following error during build



      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_info_read'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_append'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_add_handle'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_perform'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_perform'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_cleanup'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_init'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_cleanup'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_remove_handle'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_setopt'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_getinfo'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_free_all'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_init'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_fdset'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version_info'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_wait'
      collect2: error: ld returned 1 exit status
      make[1]: *** [gdalinfo] Error 1
      make[1]: Leaving directory `/home/ruggedroutes/Sources/gdal-2.3.3/apps'
      make: *** [apps-target] Error 2


      I'm really not sure what to do about this. any help would be appreciated










      share|improve this question














      I'm building gdal 2.4.1 with the following config options




      ./configure --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-openjpeg --with-opencl=yes --with-opencl-include=/usr/local/cuda/include --with-opencl-lib='-L/usr/local/cuda/lib64 -lOpenCL' --with-python=yes --with-libkml=yes --with-png=yes --with-sqlite3=yes --with-spatialite=yes --with-python=yes --with-geos=yes --with-curl=/usr/bin/curl-config




      and I'm getting the following error during build



      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_info_read'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_append'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_add_handle'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_perform'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_perform'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_cleanup'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_init'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_cleanup'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_remove_handle'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_setopt'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_easy_getinfo'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_slist_free_all'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_init'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_fdset'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_version_info'
      /home/ruggedroutes/Sources/gdal-2.3.3/.libs/libgdal.so: undefined reference to `curl_multi_wait'
      collect2: error: ld returned 1 exit status
      make[1]: *** [gdalinfo] Error 1
      make[1]: Leaving directory `/home/ruggedroutes/Sources/gdal-2.3.3/apps'
      make: *** [apps-target] Error 2


      I'm really not sure what to do about this. any help would be appreciated







      gdal build






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 28 mins ago









      Steven LutzSteven Lutz

      105110




      105110






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "79"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317952%2fgdal-build-curl-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317952%2fgdal-build-curl-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Щит и меч (фильм) Содержание Названия серий | Сюжет |...

          is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

          Meter-Bus Содержание Параметры шины | Стандартизация |...