Page 1 of 1

TOME 1.2.5 under Linux Mint 17 Qiana (64-bit)

Posted: Wed Nov 12, 2014 9:28 pm
by DocZook
Hi,

running TOME 1.2.5 under Linux Mint 17 Qiana (64-bit) ended up in several error messages.

According to https://bugs.launchpad.net/ubuntu/+sour ... ug/1241945 I had to do a hack:

Code: Select all

sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
On a 32-bit system, you would need to run:

Code: Select all

sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0
Hope that helps.

Best regards