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

Re: symbol lookup error



On Sun, Nov 3, 2013 at 6:24 AM, Fox Charli wrote:

> I am running Debian Squeeze 6.0.7 on a NSLU2

Debian squeeze will be EOL in a few months, you might want to upgrade to wheezy.

> After a flash-kernel, my apt seems to be broken :

Those two sound unrelated.

> apt-get: symbol lookup error: /usr/lib/libapt-pkg.so.4.10: undefined symbol:
> _ZTI3FileFd

That sounds like ABI breakage in apt or mixing apt and libapt-pkg
versions from different places. Which version of which package from
which repository provides apt-get and which version of which package
from which repository provides /usr/lib/libapt-pkg.so.4.10? Run these
for answers:

apt-cache policy $(dpkg -S $(which apt-get) | sed s/:.*//)
apt-cache policy $(dpkg -S /usr/lib/libapt-pkg.so.4.10 | sed s/:.*//)

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: