After a quick trip on google i found the sulotion in this thread.
All you need to do is to remove the libP11.so library in /usr/local/lib/personal/ aswell as installing the package libp11-1.
rm /usr/local/lib/personal/libP11.soAfter that it should work.
apt-get install libp11-1
I'm glad this solution worked for you!
ReplyDelete