You are here

trying to compile qtractor-0.1.3

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!

Forums: 
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.

Works now! Thanks Rui

Add new comment