View Single Post
Old 09-03-2014, 10:36 AM   #9
sws
Enthusiast
sws began at the beginning.
 
sws's Avatar
 
Posts: 40
Karma: 10
Join Date: Oct 2012
Device: Pocket Book Touch HD3
Ah, we are getting somewhere!

Code:
Traceback (most recent call last):
  File "site.py", line 51, in main
  File "site-packages/calibre/debug.py", line 228, in main
  File "<string>", line 1, in <module>
ImportError: libGL.so.1: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
The last line says: Cannot open shared opject file. File or directory not found.

Verified with
Code:
find / -name libGL.so* -print
that this library is not present. So which library do I need to install? OpenGL?

Regards,
Sebastian
sws is offline   Reply With Quote