I have update composer in Ubuntu but I have this error:
I install curl with apt/get install Ubuntu and I have this version of curl
curl 7.47.0 (i686-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
and I install multiple extensions of php5.6 : php5.6-common,php5.6-zip,php5.6-mbstring.php5.6-curl and more extensions php5.6 but I have error
How to resolve the error please? Thank you.
sudo apt -f install
? – Redbob Oct 07 '17 at 12:48Reading state information... Done The following package was automatically installed and is no longer required: libxmlrpc-epi0 Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. – devit2017 Oct 07 '17 at 12:53
php --version
. Did you follow curl5.6 page install I linked above? I followed it and worked for me. – Redbob Oct 07 '17 at 15:40sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6-curl
. What error messages did you get? You must feed your question with these info. It's hard to see what you are doing, you even answered if you even have php5.6 installed nor what php do you have. – Redbob Oct 07 '17 at 15:54