View Single Post
Old 09-23-2012, 11:23 AM   #1
technicaltitch
Member
technicaltitch began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jul 2011
Device: Sony PRS 350
Calibre 0.8.7 for linux needs libfontconfig.so.1

Dear all

I installed calibre to my ubuntu server using the line:

sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"

The install went smoothly except an error with QDesktopServices, I assume as I don't have a GUI installed. QImage also failed. (Please bear with my linux ignorance.)

I have a custom recipe, so I try the line:

sudo ebook-convert economist-8-28.recipe econ.epub

I get the error:

InputFormatPlugin: Recipe Input running
Traceback (most recent call last):
File "site.py", line 58, in main
File "site-packages/calibre/ebooks/conversion/cli.py", line 325, in main
File "site-packages/calibre/ebooks/conversion/plumber.py", line 989, in run
File "site-packages/calibre/customize/conversion.py", line 239, in __call__
File "site-packages/calibre/ebooks/conversion/plugins/recipe_input.py", line 54, in convert
File "site-packages/calibre/web/feeds/recipes/__init__.py", line 8, in <module>
File "site-packages/calibre/web/feeds/news.py", line 30, in <module>
File "site-packages/calibre/utils/magick/__init__.py", line 15, in <module>
RuntimeError: Failed to load ImageMagick: libfontconfig.so.1: cannot open shared object file: No such file or directory

Any ideas? I can't find anything resembling libfontconfig in the calibre directories or install stdout.

Huge thanks
Chris
technicaltitch is offline   Reply With Quote