Warning: PHP Startup: Unable to load dynamic library openssl

3.1k views Asked by At

When I tried to run composer install or php artisan serve the following error is prompted to me

Warning: PHP Startup: Unable to load dynamic library '/usr/local/Cellar/php56/5.6.9/lib/php/extensions/no-debug-non-zts-20131226/php_openssl.dll' - dlopen(/usr/local/Cellar/php56/5.6.9/lib/php/extensions/no-debug-non-zts-20131226/php_openssl.dll, 9): image not found in Unknown on line 0

When I tried to access that file, I can't find it. For the record, I installed PHP with homebrew. please help me a way to find solution

0

There are 0 answers