View Single Post
Old 02-11-2010, 01:35 PM   #3
Patton
Junior Member
Patton began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Feb 2010
Device: kindel
Quote:
Originally Posted by kovidgoyal View Post
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
Patton is offline   Reply With Quote