Quote:
Originally Posted by kovidgoyal
that's all you really need to do. The executables are in the untarred folder, try running them.
|
Thats what I did before making this post. I am thinking that my dependent software has the wrong versions. You have documented that the Segmentation fault can be ignored (although I wonder if is connected with the batch file problem on Windows). Ebook-convert works for this file on windows. Here is a list of what I did:
# cd /opt
# mkdir calibre
# cp /root/calibre-0.6.39-i686.tar.bz2 /opt/calibre
# tar -xjf calibre-0.6.39-i686.tar.bz2
# cd /root
# PATH=/opt/calibre:$PATH
# ebook-convert --version
ebook-convert (calibre 0.6.39)
Created by: Kovid Goyal <kovid@kovidgoyal.net>
# ls *.epub
9780977356713.epub
# ebook-convert 9780977356713.epub 9780977356713.mobi
/opt/calibre/ebook-convert: line 11: 2144 Segmentation fault $loader "$@"
# ls *.mobi
ls: *.mobi: No such file or directory