won't start after upgrade to Lubuntu 16.04
TJMcK opened this issue · 5 comments
I tried installing Mutate on Lubuntu 16.04 after upgrading from 15.10, but it will not work. I get the following error in the terminal:
failed to get the current screen resources
QXcbConnection: XCB error: 172 (Unknown), sequence: 163, resource id: 326, major code: 149 (Unknown), minor code: 20
- Tim
I went from Ubuntu 14.04 to 16.04 and I get
mutate: error while loading shared libraries: libboost_regex.so.1.54.0: cannot open shared object file: No such file or directory
The libboost_regex.so installed is 1.58
Any ideas?
It happened to me too. Try finding libboost_regex.so
. In my case it was with another file name libboost_regex.so.1.58.0
. I created a link to libboost_regex.so
from libboost_regex.so.1.58.0
.
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so
you can try my xenial build.
Awesome! It runs 👍
Hi @mgolisch, http://build-out.mgolisch.eu is forbidden now.