Comment 3 for bug 874479

Revision history for this message
Jonathan Gallagher (jdgallag84) wrote :

Confirmed. x86_64. I ran strace, the program is trying to load libjuff.so.0.9 from
    /lib/x86_64-linux-gnu/tls/x86_64
However, this folder does not exist. Looking at the installed files list reveals that libjuff is installed to
    /usr/lib64
The following worked works for me:
    1) make the directory /lib/x86_64-linux-gnu/tls/x86_64 (if it doesn't exist)
    2) sudo ln -s /usr/lib64/libjuff.so.0.9 /lib/x86_64-linux-gnu/tls/x86_64