View Single Post
Old 07-13-2012, 07:20 PM   #1
chris1412
Junior Member
chris1412 began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jun 2011
Device: Android
RuntimeError: Failed to load ImageMagick

After a fresh install of ubuntu on my server I tried to setup calibre as well.
Unfortunatelly I have a servere problem on start of calibre-server:
Code:
chris@vmd271:/opt$ ll
total 12
drwxr-xr-x  3 root root 4096 Jul 13 00:21 ./
drwxr-xr-x 24 root root 4096 Jul 13 16:38 ../
drwxr-xr-x  5 root root 4096 Jul 13 00:21 calibre/
chris@vmd271:/opt$ calibre-server --daemonize --port=9000 --with-library=/home/chris/ebooks
Traceback (most recent call last):
  File "site.py", line 56, in main
  File "site-packages/calibre/library/server/main.py", line 12, in <module>
  File "site-packages/calibre/library/server/base.py", line 21, in <module>
  File "site-packages/calibre/library/server/content.py", line 17, in <module>
  File "site-packages/calibre/utils/magick/__init__.py", line 15, in <module>
RuntimeError: Failed to load ImageMagick: libXt.so.6: cannot open shared object file: No such file or directory
chris@vmd271:/opt$
I tried to install imagemagick via apt-get but doesnt help

Ubuntu 12.04 64bit
chris1412 is offline   Reply With Quote