On 01/12/2007, Konstantin Svist <fry.kun@xxxxxxxxx> wrote: > $ ldd /usr/bin/python > linux-gate.so.1 => (0x00110000) > libpython2.5.so.1.0 => /usr/local/lib/libpython2.5.so.1.0 Boom! As I wrote, your local lib install overrides the system lib, which breaks badly if they are incompatible. If you want to avoid that, you need to fix your ld.so* configuration.