Hello there from Germany,
I tried Calibre on my Windows machine first. But since I also run a DIY NAS under Debian11 24/7, it makes sense to install Calibre there...
Said... Done... Failed
The installation went smoothly via
Code:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
After query, version 5.4.0 is now installed
I got the init script from a German site (I can't find it right now).
If I try to start it manually in the shell without parameters, I get the following message:
Code:
You must specify at least one calibre library
OK, understandable. So try specifying the lib and port:
Code:
calibre-server --with-library=/srv/dev-disk-by-uuid-9e9ea5b0-27d9-4c40-a2f2-d8a002e0f3a2/Documents/Caliber --port 8080
To my astonishment
Code:
calibre-server: error: no such option: --with-library
I call
Code:
calibre-server --help
on, this parameter is simply missing...
What am I doing wrong here?!?
Greetz
Micha