You are here

Add new comment

rncbc's picture

Most probably the liblo.so is not being cached properply for the dynamic linker to find it on runtime.

Make sure that you have the /usr/local/lib directory specified in the /etc/ld.so.conf file and then just run ldconfig as root.

This should do it for good ;)

Cheers.