On Tue, 2005-08-23 at 21:15 +0100, Robin Bowes wrote: > 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) Why is this pointing to /usr/local/lib???? When I did the ldd it was pointing to /usr/lib which is what you specified in the lower rpm -qf command.... Don't know how to fix it, but I think this is where your problem is.... > 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? > --Rob