View Single Post
Old 07-28-2018, 09:16 AM   #1
dator
Member
dator began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura HD
Error when reading config file in Linux

Hello,

I am having trouble with running Calibre server on VPS. I copied existing library from my local PC to home folder on VPS.

When I try to start server with command

Code:
calibre-server --with-library ~/doom/Library
I get error

Code:
No write acces to /home/doom/.config/calibre using a temporary dir instead
Traceback (most recent call last):
  File "site.py", line 75, in main
  File "site-packages/calibre/srv/standalone.py", line 13, in <module>
  File "site-packages/calibre/db/legacy.py", line 18, in <module>
  File "site-packages/calibre/db/backend.py", line 34, in <module>
  File "site-packages/calibre/utils/img.py", line 18, in <module>
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
Is there something I am missing?
dator is offline   Reply With Quote