You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM php:7.1.7-apache
RUN apt-get update
&& docker-php-ext-install curl fileinfo imap ldap mbstring mysqli openssl pdo_mysql soap odbc ftp
Produces this:
checking for cURL support... yes, shared
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in /include/curl/
dockerfile:
FROM php:7.1.7-apache
RUN apt-get update
&& docker-php-ext-install curl fileinfo imap ldap mbstring mysqli openssl pdo_mysql soap odbc ftp
Produces this:
checking for cURL support... yes, shared
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in /include/curl/
Well, just found the same issue in PHPBrew:
phpbrew/phpbrew#861
And a bug has been filed with PHP itself:
https://bugs.php.net/bug.php?id=74125
The text was updated successfully, but these errors were encountered: