I would like to run calibre content server on my ASUS WL500gV2 router. The firmware of the router is a linux in fact. It can mount two USB harddiscs. My disc is mounted in /tmp/mnt/disca_3.
I installed python and copied the binaries from my Linux notebook to /opt/calibre on the router. When I try to run /opt/calibre/bin/calibre-server --with-library /tmp/mnt/disca_3/library/ I just get the following error message:
Quote:
/opt/calibre/bin/calibre-server: line 1: ELF: not found
/opt/calibre/bin/calibre-server: line 2: syntax error: unexpected "("
|
Does anybody have a clue, what could be the problem?