Added by Thomas B. over 8 years ago
hi,
just tried new install on debian 8 like that: https://www.openproject.org/open-source/download/packaged-installation-guide/.
openproject configure
failed because there is no imagemagic.
LoadError: libMagickCore-6.Q16.so.2: cannot open shared object file: No such file or directory - /opt/openproject/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0-static/rmagick-2.15.4/RMagick2.so
Simple solution:
apt-get install imagemagic
and
openproject reconfigure
working :-)
Please add this to openproject configure, deb-package or instructions.