composer install not working
systemd1337 opened this issue · 3 comments
systemd1337 commented
cd /var/www && composer install
its not working for some odd reason
systemd1337 commented
i get this /usr/bin/php: error while loading shared libraries: libMagickWand-7.Q16HDRI.so.8: cannot open shared object file: No such file or directory
DanWin commented
Most likely you didn't run the install script, but executed the commands manually as you indicated in other issues. You will have to run ldconfig in order to refresh the libraries cache. Also make sure the installation directory is in your /etc/ld.so.conf
DanWin commented
Closing this as no further details were provided