PHP 7.1.2 jest tutaj, próbowałem go skompilować jak zwykle, ale tym razem nie z tymi ./configure błędu:PHP 7.1.2 kompilacja i libcurl błąd
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/
jestem na Debian Stretch (9).
znalazłem libcurl4-openssl-dev
jest zainstalowany w/usr/include/x86_64-linux-gnu/curl when
./configure expect it in
/include/curl/`
libcurl4-openssl-dev w Debianie Jessie install curl w/usr/include/curl/when Stretch zainstaluj curl w/usr/include/x86_64-linux-gnu/curl.
Z ostatnią wersją PHP, którą skompilowałem (7.1.1), nie miałem żadnych problemów, ale tym razem nie udało się.
Aby skompilować:
./buildconf --force && ./configure --prefix=/usr/local/php --with-config-file-path=/etc/php/lib --enable-bcmath --with-bz2 --with-zlib --enable-zip --enable-calendar --enable-exif --enable-ftp --with-gettext --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-xpm-dir --enable-mbstring --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl --enable-intl --enable-soap --with-readline --with-curl --with-mcrypt --with-xsl --enable-sockets
curl
i libcurl4-openssl-dev
pakiety są zainstalowane
Próbowałem z --with-curl =/usr/include/x86_64-linux-gnu/curl/ale nie robi” t działa.
Nie wiem, jak rozwiązać ten problem, czy ktoś może o tym wiedzieć?
Przyjrzyj się dokładniej w pliku 'config.log' po tym, jak nie udało się uzyskać dokładniejszych informacji o nieudanej próbie. –