Re: "pickle" warning when running yum update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@dude ~]$ rpm -qf /usr/lib/python2.4/site-packages/_sqlite.so
python-sqlite-1.1.6-1
[robin@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@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?


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux