Menu

Curl not recognized

Help
2019-01-22
2019-03-07
  • Kevin Kallsen

    Kevin Kallsen - 2019-01-22

    I have installed ubuntu 18.04 LTS with Virutalmin, Apache, Mysql, PHP, Curl and etc. However the install does not recoginse my verson of curl.

    curl -V
    curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.0g zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
    Release-Date: 2018-01-24
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp

    I was able to edit out the curl request from the install file and the rest of the install worked fine. HELP

     
  • Robbie Bott

    Robbie Bott - 2019-02-23

    I've got the same issue. How did you correct this?

     
  • Gerry

    Gerry - 2019-02-27

    I have the same issue. I'm trying to install version 7.1 on a Digital Ocean droplet. I have verified I have cURL version 7.58 which is the most recent version and the installer thinks I don't have it installed.

     

    Last edit: Gerry 2019-02-27
  • Robbie Bott

    Robbie Bott - 2019-03-07

    Run this command, its the same command used to install php mods for Wordpress. After installing this the curl error cleared and install worked properly once you turn off mysql strict mode.

    sudo apt install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip

    MySQL strict mode disabled by adding this line:

    sql_mode = "NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

    to:
    /etc/mysql/mysql.conf.d/mysqld.cnf

    by the way @os4ed who in the world uses XAMPP or Bitnami?? How about upgrade to some Digital Ocean droplets or better yet how about a DO one click install....

     

    Last edit: Robbie Bott 2019-03-07

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.