Csound Csound-dev Csound-tekno Search About

Libraries not found?

Date2006-02-21 19:27
FromToby
SubjectLibraries not found?
WARNING: could not open library '/usr/local/lib/csound/plugins/libpy.so'
WARNING: could not open library '/usr/local/lib/csound/plugins/libloris.so' (-1)

Csound version 5.00.0 (float samples) Jan 31 2006

[toby@sinewave plugins]$ pwd
/usr/local/lib/csound/plugins
[toby@sinewave plugins]$ ls -l libpy.so libloris.so 
-rwxr-xr-x  1 toby toby 205280 Jan 31 07:47 libloris.so
-rwxr-xr-x  1 toby toby  37576 Jan 31 07:47 libpy.so
[toby@sinewave plugins]$ 


Thanks,

Toby

Date2006-02-21 19:59
FromIstvan Varga
SubjectRe: Libraries not found?
AttachmentsNone  

Date2006-02-21 21:01
FromTobiah
SubjectRe: Libraries not found?
Istvan Varga wrote:
> It is most likely that some dependencies of these libraries are not found
> (e.g. Python). To find out more, type these commands and post the output:


 [toby@sinewave toby]$ ldd /usr/local/lib/csound/plugins/libpy.so
        linux-gate.so.1 =>  (0xffffe000)
        libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0xb7f8d000)
        libpython2.4.so.1.0 => not found
        libutil.so.1 => /lib/libutil.so.1 (0xb7f89000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7f85000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7f62000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e47000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
[toby@sinewave toby]$ ldd /usr/local/lib/csound/plugins/libloris.so
/usr/local/lib/csound/plugins/libloris.so: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /usr/local/lib/csound/plugins/libloris.so)
        linux-gate.so.1 =>  (0xffffe000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7ee5000)
        libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0xb7e92000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7e6f000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e67000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7d4c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Now I remember that I had to force the rpm with --nodeps because of the libstdc++
thing.  I couldn't figure out how to upgrade to the newer version.  As for
the python, I'm running version 2.4.2.  I'm not sure why I don't have
that libpython.

[toby@sinewave config]$ locate libpython2.4.so
[toby@sinewave config]$ 

Date2006-02-21 21:08
FromIstvan Varga
SubjectRe: Libraries not found?
AttachmentsNone