requires ext-curl * -> the requested PHP extension curl is missing from your system.
Error
- hybridauth/hybridauth v2.9.6 requires ext-curl * -> the requested PHP extension curl is missing from your system.
Solution #1 - Install from repo
sudo apt-get install php-curl
Solution #2 - Compile from source
Problem
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php-7.1.26/lib/php/extensions/no-debug-non-zts-20160303/php_curl.dll'
Solution
1) Compile curl.so
2) Edit php.ini to change php_curl.dll => curl.so
Problem
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'curl.so' in Unknown on line 0
Recent Comments