Re: trying to compile qtractor-0.1.3 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. Reply
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 runldconfig
as root.This should do it for good ;)
Cheers.