Dear community,
I try to install calibre server on my intel based qnap NAS. I installed the software using the following command:
Code:
/opt/bin/python2.6 -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"
This is the output:
Code:
sh: line 1: 8055 Segmentation fault file "/opt/bin/python2.6" 2> /dev/null
Automatically installing to: /opt
Using previously downloaded calibre-0.9.18-i686.tar.bz2
Extracting files to /opt/calibre ...
Extracting application files...
BusyBox v1.01 (2012.12.04-18:17+0000) multi-call binary
Usage: readlink
Displays the value of a symbolic link.
BusyBox v1.01 (2012.12.04-18:17+0000) multi-call binary
Usage: dirname FILENAME
Strips non-directory suffix from FILENAME
/opt/calibre/calibre_postinstall: line 11: /bin/calibre_postinstall: No such file or directory
/opt/calibre/calibre_postinstall: line 11: exec: /bin/calibre_postinstall: cannot execute: No such file or directory
Run "calibre" to start calibre
The content of
/opt/calibre/ is:
Code:
[/opt/calibre] # ls -altr
drwxr-xr-x 10 admin administ 4096 Feb 2 09:19 resources/
drwxr-xr-x 5 admin administ 4096 Feb 8 06:56 lib/
-rwxr-xr-x 1 admin administ 488 Feb 8 06:56 ebook-device*
-rwxr-xr-x 1 admin administ 484 Feb 8 06:56 web2disk*
-rwxr-xr-x 1 admin administ 492 Feb 8 06:56 markdown-calibre*
-rwxr-xr-x 1 admin administ 483 Feb 8 06:56 lrs2lrf*
-rwxr-xr-x 1 admin administ 485 Feb 8 06:56 lrfviewer*
-rwxr-xr-x 1 admin administ 483 Feb 8 06:56 lrf2lrs*
-rwxr-xr-x 1 admin administ 496 Feb 8 06:56 fetch-ebook-metadata*
-rwxr-xr-x 1 admin administ 484 Feb 8 06:56 epub-fix*
-rwxr-xr-x 1 admin administ 488 Feb 8 06:56 ebook-viewer*
-rwxr-xr-x 1 admin administ 486 Feb 8 06:56 ebook-meta*
-rwxr-xr-x 1 admin administ 489 Feb 8 06:56 ebook-convert*
-rwxr-xr-x 1 admin administ 485 Feb 8 06:56 calibredb*
-rwxr-xr-x 1 admin administ 495 Feb 8 06:56 calibre_postinstall*
-rwxr-xr-x 1 admin administ 488 Feb 8 06:56 calibre-smtp*
-rwxr-xr-x 1 admin administ 490 Feb 8 06:56 calibre-server*
-rwxr-xr-x 1 admin administ 492 Feb 8 06:56 calibre-parallel*
-rwxr-xr-x 1 admin administ 489 Feb 8 06:56 calibre-debug*
-rwxr-xr-x 1 admin administ 493 Feb 8 06:56 calibre-customize*
-rwxr-xr-x 1 admin administ 492 Feb 8 06:56 calibre-complete*
-rwxr-xr-x 1 admin administ 483 Feb 8 06:56 calibre*
drwxr-xr-x 2 admin administ 4096 Feb 8 06:56 bin/
drwxr-xr-x 25 admin administ 4096 Feb 8 10:24 ../
drwxr-xr-x 5 admin administ 4096 Feb 8 10:25 ./
When I call :
./bin/calibre_postinstall
Code:
[/opt/calibre] # ./bin/calibre_postinstall
./bin/calibre_postinstall: error while loading shared libraries: libcalibre-launcher.so: cannot open shared object file: No such file or directory
Clearly not all is fine, could someone please help me along?