דילוג לתוכן
  • דף הבית
  • קטגוריות
  • פוסטים אחרונים
  • משתמשים
  • חיפוש
  • חוקי הפורום
כיווץ
תחומים

תחומים - פורום חרדי מקצועי

💡 רוצה לזכור קריאת שמע בזמן? לחץ כאן!
  1. דף הבית
  2. תכנות
  3. התקנת cURL

התקנת cURL

מתוזמן נעוץ נעול הועבר תכנות
4 פוסטים 3 כותבים 451 צפיות 1 עוקבים
  • מהישן לחדש
  • מהחדש לישן
  • הכי הרבה הצבעות
תגובה
  • תגובה כנושא
התחברו כדי לפרסם תגובה
נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
  • chagoldC
    chagoldC
    chagold
    כתב ב נערך לאחרונה על ידי
    #1

    אני מקבל את השגיאה הזו בעת התקנת איזה אתר (השרת לינוקס - אובונטו)

     The following errors occurred while verifying that your server can run XenForo:
     
     The required PHP extension cURL could not be found. Please ask your host to install this extension.
     
     Please correct these errors and try again.
    

    הרצתי כבר את הפקודה

     sudo apt-get install cURL
    

    והלוג תקין

     root@mediawiki-512mb-fra1-01:~# sudo apt-get install cURL
      
      Reading package lists... Done
      
      Building dependency tree
      
      Reading state information... Done
      
      The following packages were automatically installed and are no longer required:
      
        liblua5.1-0 pandoc-data
      
      Use 'apt-get autoremove' to remove them.
      
      The following extra packages will be installed:
      
        libcurl3
      
      The following packages will be upgraded:
      
        curl libcurl3
      
      2 upgraded, 0 newly installed, 0 to remove and 237 not upgraded.
      
      Need to get 297 kB of archives.
      
      After this operation, 4,096 B of additional disk space will be used.
      
      Do you want to continue? [Y/n] y
      
      Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main curl amd64 7.35.0-1ubuntu2.17 [123 kB]
      
      Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libcurl3 amd64 7.35.0-1ubuntu2.17 [173 kB]
      
      Fetched 297 kB in 0s (1,698 kB/s)
      
      (Reading database ... 91045 files and directories currently installed.)
      
      Preparing to unpack .../curl_7.35.0-1ubuntu2.17_amd64.deb ...
      
      Unpacking curl (7.35.0-1ubuntu2.17) over (7.35.0-1ubuntu2.9) ...
      
      Preparing to unpack .../libcurl3_7.35.0-1ubuntu2.17_amd64.deb ...
      
      Unpacking libcurl3:amd64 (7.35.0-1ubuntu2.17) over (7.35.0-1ubuntu2.9) ...
      
      Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
      
      Setting up libcurl3:amd64 (7.35.0-1ubuntu2.17) ...
      
      Setting up curl (7.35.0-1ubuntu2.17) ...
      
      Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
    

    מה יכול להיות עוד הבעיה?
    תודה

    WWWW תגובה 1 תגובה אחרונה
    0
    • dovidD
      dovidD
      dovid
      ניהול
      כתב ב נערך לאחרונה על ידי
      #2

      @chagold אמר בהתקנת cURL:

      PHP extension cURL

      הוא לא מבקש cURL של המערכת הפעלה אלא של הרחבה של PHP, נסה להתקין ככה:

      sudo apt-get install php-curl
      
      • מנטור אישי בתכנות והמסתעף – להתקדם לשלב הבא!
      • בכל נושא אפשר ליצור קשר dovid@tchumim.com
      תגובה 1 תגובה אחרונה
      3
      • chagoldC chagold

        אני מקבל את השגיאה הזו בעת התקנת איזה אתר (השרת לינוקס - אובונטו)

         The following errors occurred while verifying that your server can run XenForo:
         
         The required PHP extension cURL could not be found. Please ask your host to install this extension.
         
         Please correct these errors and try again.
        

        הרצתי כבר את הפקודה

         sudo apt-get install cURL
        

        והלוג תקין

         root@mediawiki-512mb-fra1-01:~# sudo apt-get install cURL
          
          Reading package lists... Done
          
          Building dependency tree
          
          Reading state information... Done
          
          The following packages were automatically installed and are no longer required:
          
            liblua5.1-0 pandoc-data
          
          Use 'apt-get autoremove' to remove them.
          
          The following extra packages will be installed:
          
            libcurl3
          
          The following packages will be upgraded:
          
            curl libcurl3
          
          2 upgraded, 0 newly installed, 0 to remove and 237 not upgraded.
          
          Need to get 297 kB of archives.
          
          After this operation, 4,096 B of additional disk space will be used.
          
          Do you want to continue? [Y/n] y
          
          Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main curl amd64 7.35.0-1ubuntu2.17 [123 kB]
          
          Get:2 http://mirrors.digitalocean.com/ubuntu/ trusty-updates/main libcurl3 amd64 7.35.0-1ubuntu2.17 [173 kB]
          
          Fetched 297 kB in 0s (1,698 kB/s)
          
          (Reading database ... 91045 files and directories currently installed.)
          
          Preparing to unpack .../curl_7.35.0-1ubuntu2.17_amd64.deb ...
          
          Unpacking curl (7.35.0-1ubuntu2.17) over (7.35.0-1ubuntu2.9) ...
          
          Preparing to unpack .../libcurl3_7.35.0-1ubuntu2.17_amd64.deb ...
          
          Unpacking libcurl3:amd64 (7.35.0-1ubuntu2.17) over (7.35.0-1ubuntu2.9) ...
          
          Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
          
          Setting up libcurl3:amd64 (7.35.0-1ubuntu2.17) ...
          
          Setting up curl (7.35.0-1ubuntu2.17) ...
          
          Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
        

        מה יכול להיות עוד הבעיה?
        תודה

        WWWW
        WWWW
        WWW
        כתב ב נערך לאחרונה על ידי
        #3

        @chagold כהמשך לדברי @dovid, לפעמים צריך רק לאפשר את זה ב PHP.ini.

        WWW.netfree@gmail.com || קשבק! החזר כספי לבנק על רכישות באינטרנט || עונים על סקרים ומרוויחים כסף!

        תגובה 1 תגובה אחרונה
        2
        • chagoldC
          chagoldC
          chagold
          כתב ב נערך לאחרונה על ידי
          #4
          פוסט זה נמחק!
          תגובה 1 תגובה אחרונה
          0

          שלום! נראה שהשיחה הזו מעניינת אותך, אבל עדיין אין לך חשבון.

          נמאס לכם לגלול בין אותם הפוסטים בכל ביקור? כשנרשמים לחשבון, תמיד תחזרו בדיוק למקום שבו הייתם קודם, ותוכלו לבחור לקבל התראות על תגובות חדשות (בין אם במייל, ובין אם בהתראת פוש). תוכלו גם לשמור סימניות ולפרגן ב-upvote לפוסטים כדי להביע הערכה לחברי קהילה אחרים.

          בעזרת התרומה שלך, הפוסט הזה יכול להיות אפילו טוב יותר 💗

          הרשמה התחברות
          תגובה
          • תגובה כנושא
          התחברו כדי לפרסם תגובה
          • מהישן לחדש
          • מהחדש לישן
          • הכי הרבה הצבעות


          בא תתחבר לדף היומי!
          • התחברות

          • אין לך חשבון עדיין? הרשמה

          • התחברו או הירשמו כדי לחפש.
          • פוסט ראשון
            פוסט אחרון
          0
          • דף הבית
          • קטגוריות
          • פוסטים אחרונים
          • משתמשים
          • חיפוש
          • חוקי הפורום