DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

composer install not working #110

Closed systemd1337 closed 3 years ago

systemd1337 commented 3 years ago

cd /var/www && composer install

its not working for some odd reason

systemd1337 commented 3 years ago

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 3 years ago

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 3 years ago

Closing this as no further details were provided