Doing
 
sudo ldconfig
 
doesn't solve the problem? If the library can't be found, doing an ldconfig will usually update the list of all the libraries in /lib, /usr/lib, and /usr/local/lib I think.
 
Andrew.


 
On Tue, Oct 20, 2009 at 1:24 PM, Florian Hollerweger <flo@mur.at> wrote:
Hi all,

I had my first go at compiling Aliki today. I *did* compile the required
libraries by Fons (libclthreads, libclalsadrv, libclxclient) and decided
to stick with the default libsndfile and lifftw3f. The libraries as well
as Aliki itself seemed to compile without any problems.

However, I get an libclxclient-related error message when running aliki:

aliki: error while loading shared libraries: libclxclient.so.3: cannot
open shared object file: No such file or directory

The object file *is* actually present in /usr/local/lib - here is an
excerpt of an ls -lh on that directory:
lrwxrwxrwx 1 root root    21 2009-10-20 12:39 libclthreads.so ->
libclthreads.so.2.4.0
lrwxrwxrwx 1 root root    21 2009-10-20 12:39 libclthreads.so.2 ->
libclthreads.so.2.4.0
-rwxr-xr-x 1 root root   32K 2009-10-20 12:39 libclthreads.so.2.4.0
lrwxrwxrwx 1 root root    21 2009-10-20 12:39 libclxclient.so ->
libclxclient.so.3.6.1
lrwxrwxrwx 1 root root    21 2009-10-20 12:39 libclxclient.so.3 ->
libclxclient.so.3.6.1
-rwxr-xr-x 1 root root  134K 2009-10-20 12:39 libclxclient.so.3.6.1

The error appears no matter whether I install Aliki to /usr/bin or to
/usr/local/bin and no matter whether I run it as root or non-root.

Any ideas?

Thanks,
flo.H
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user