| 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]$ |