@kovidgoyal Thanks for the pointer!
I just followed the instructions using
calibre-4.11.2-x86_64.txz. However the last step
Code:
sudo /opt/calibre/calibre_postinstall
gives me the following error:
Code:
Traceback (most recent call last):
File "site.py", line 75, in main
File "site-packages/calibre/__init__.py", line 23, in <module>
File "site-packages/calibre/startup.py", line 204, in <module>
File "site-packages/calibre/utils/icu.py", line 30, in <module>
RuntimeError: Failed to load icu with error: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/calibre/lib/libicui18n.so.64)
I have a
libstdc++.so.6 in /usr/lib64. My
LD_LIBRARY_PATH is not set, but even when I set it in the sudo command like
Code:
sudo LD_LIBRARY_PATH=/usr/lib64 /opt/calibre/calibre_postinstall
I get the error.
How can I fix this?