python probelm

Colleagues
when i types python in console my system shows following error message
python: error while loading shared libraries: /usr/lib/libdb.so.3: ELF file OS ABI invalid
Any solution.
My machine is Fedora Core 6

jaganadh

what do these command give as output:

/usr/bin/file /usr/lib/libdb.so.3
ls -l  /usr/lib/libdb.so.3

-rwxr-xr-x 1 root root 274556 2008-02-22 20:01 /usr/lib/libdb.so.3

]# file /usr/lib/libdb.so.3
/usr/lib/libdb.so.3: ELF 32-bit LSB shared object, ARM, version 1, stripped

It looks like somebody just installed or touched libdb.

If you are on a 32 bit ARM box: you need to reinstall whatever updated libdb - it was changed today - 22 February. It looks like it is corrupted.

If you are not on a 32 bit ARM box, you have the wrong version of libdb.