Resolves an undefined curl_init error in Ubuntu

Source: Internet
Author: User

System is installed php7.0
In the execution program is found that the Curl_init function is undefined,
The reason is that the Php Curl module is not installed. The following steps can be resolved as follows:

1. Query the PHP support name for Curl

Apt-cache Search Curl | grep php

The results are as follows:

Php-curl-curl module for PHP [default]
Php7.0-curl-curl Module for PHP
Php-http-request2-provides an easy-to-perform HTTP requests
Php-picofeed-modern Library to handle Rss/atom feeds

2. Installing the Curl Module

sudo apt-get install Php7.0-curl

3. Restart

sudo service apache2 restart

 

Resolves an undefined curl_init error in Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.