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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
DocZook
Low Yeek
Posts: 6
Joined: Wed Nov 12, 2014 8:02 pm

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

#1 Post 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

Post Reply