Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Many DLLs missing when installing composer (windows)

I'm trying to install composer on my computer but I get many errors about missing some DLLs. I've downloaded some of them but I cannot find any website, where to download libsybcomn64.dll. However, I don't think downloading each DLL from internet is a good solution.

I'm using Windows 7 x64 and have Apache 2 and PHP 5.6.9 installed - simple PHP works.

like image 568
Martin Heralecký Avatar asked May 06 '26 16:05

Martin Heralecký


1 Answers

I've solved it myself.

And I'm really stupid. Problem was that when installing PHP I uncommented all extensions in php.ini - I thought the more there is, better. So I reset that whole file and uncommented only the necessary - php_pdo_mysql.dll and php_openssl.dll. Now it works.

Hope this will be helpful for someone...

like image 52
Martin Heralecký Avatar answered May 09 '26 06:05

Martin Heralecký