"pickle" warning when running yum update

Robin Bowes robin-lists at robinbowes.com
Tue Aug 23 20:15:03 UTC 2005


Michael Schwendt wrote:
> Tells me that your libsqlite3.so.0 is either not found or incompatible,
> but the "rpm -V sqlite" line tried earlier should have reported that.
> So what do you get for:
> 
>   rpm -qf /usr/lib/python2.4/site-packages/_sqlite.so
>   ldd /usr/lib/python2.4/site-packages/_sqlite.so
>   rpm -qf /usr/lib/libsqlite3.so.0
> 
> Reinstalling the "python-sqlite" and "sqlite" packages could fix it,
> provided that there's nothing in your system which overrides the sqlite
> package (ldd should tell about that).

[robin at dude ~]$ rpm -qf /usr/lib/python2.4/site-packages/_sqlite.so
python-sqlite-1.1.6-1
[robin at dude ~]$ ldd /usr/lib/python2.4/site-packages/_sqlite.so
         linux-gate.so.1 =>  (0x0033e000)
         libsqlite3.so.0 => /usr/local/lib/libsqlite3.so.0 (0x00182000)
         libpthread.so.0 => /lib/libpthread.so.0 (0x00e22000)
         libc.so.6 => /lib/libc.so.6 (0x00e81000)
         /lib/ld-linux.so.2 (0x0040c000)
[robin at dude ~]$ rpm -qf /usr/lib/libsqlite3.so.0
sqlite-3.1.2-3

Any help?

R.
-- 
http://robinbowes.com

If a man speaks in a forest,
and his wife's not there,
is he still wrong?




More information about the fedora-list mailing list