S
S
Swartex2017-07-04 22:15:58
linux
Swartex, 2017-07-04 22:15:58

I can not understand why the curl library is not installed?

Hello everyone,
I needed the curl library, but when installing with the command: it
sudo apt-get install php7.0-curl
gives an error
641e2723749e46ed82df9ffe36fcd7ee.png
php-common is installed by itself:
c0d78782c65840b5a3c6c7bef0ee7b3d.png
I already tried it
sudo apt-get install php7.0-curl
and it still didn’t help.
although the command:
sudo apt-get install php7.0-curl
sudo apt-get install curl
was installed, f671edd3c2df44cb8db361c5388737f2.png
but the curl.so file itself is nowhere to be found.
please help me figure it out.
Actually:
OS: xubuntu 16.04
LAMP
php7.0 from standard reps.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kirya-dev, 2017-10-02
@kirya-dev

Personal experience of installing under CentOS
yum install php-curl
The module did not turn on in any way until I registered the folder with extensions
/usr/lib64/php/modules/
and added extension="curl.so"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question