Up until yesterday, I was able to get MakeMKV to run. But just today, I get the following error:
Code: Select all
/snap/makemkv/232/usr/bin/makemkv: symbol lookup error: /snap/makemkv/232/usr/lib/x86_64-linux-gnu/libGL.so.1: undefined symbol: _glapi_tls_Current
Update:
I was able to resolve this problem, with the following command:
Code: Select all
# snap connect makemkv:opengl :opengl
Dirk