Am Samstag, 26. März 2005 20:43 schrieb Mark Tolonen: > On my system, for whatever reason, the .so library isn't present. I have > the python-devel package installed.
I actually can't believe this; do ldconfig -p|grep "python" as root and look for any output. And remember that the shared library isn't installed by the devel package, but by the standard python package, as the binary /usr/bin/python is only a "stub", which chains to the python interpreter in the shared lib (at least for any distribution I know of, it would be braindead to link the command-line interpreter statically anyway). Sample output: heiko heiko # ldconfig -p|grep python libpython2.4.so.1.0 (libc6) => /usr/local/lib/libpython2.4.so.1.0 libpython2.4.so (libc6) => /usr/local/lib/libpython2.4.so libpython2.3.so.1.0 (libc6) => /usr/lib/libpython2.3.so.1.0 libpython2.3.so (libc6) => /usr/lib/libpython2.3.so heiko heiko # -- --- Heiko.
pgprh13F5sG2y.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list