Hello,
I'm trying to compile the new version (0.1.3), and I keep getting the following error:
./qtractor
./qtractor: error while loading shared libraries: liblo.so.0: cannot open shared object file: No such file or directory
I know I have the symbolic link liblo.so.0 in /usr/local/lib, and also version 0.1.0 compiles and runs fine. Has anything concerning liblo changed?
On FC6 ccrma distribution
Any help greatly appreciated!
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 runldconfig
as root.This should do it for good ;)
Cheers.
yahoo!!
Works now! Thanks Rui
Add new comment