From 010dcde552b17009f6f2dca03fa507e0ce5c6722 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 23 Dec 2014 09:46:26 +0530 Subject: [PATCH] Update FAQ entry on running calibre on a server --- manual/faq.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/manual/faq.rst b/manual/faq.rst index ac0bec9e59..a0b79c3dbc 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -1006,10 +1006,11 @@ A portable version of calibre is available `here = 2.10) on your server from source. Then get the calibre linux binary tarball from the calibre google code page for your server architecture. Extract it into :file:`/opt/calibre`. Put your previously compiled glibc into :file:`/opt/calibre` as :file:`libc.so.6`. You can now run the calibre binaries from :file:`/opt/calibre`. +First, you must install calibre onto your linux server. If your server is using +a modern linux distro, you should have no problems installing calibre onto it +(calibre needs GLIBC >= 2.13 and libstdc++ >= 6.0.17). If you have an older +server, you will either need to compile these from source, or use calibre 1.48 +which requires only GLIBC >= 2.10. You can run the calibre server via the command:: @@ -1033,5 +1034,3 @@ Finally, you can add downloaded news to the calibre library with:: Remember to read the command line documentation section of the calibre User Manual to learn more about these, and other commands. -.. note:: Some parts of calibre require a X server. If you're lucky, nothing you do will fall into this category, if not, you will have to look into using xvfb. -