pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] libstc++.so.6 missing


From: Rinaldi J. Montessi
Subject: Re: [Pan-users] libstc++.so.6 missing
Date: Mon, 25 Aug 2008 18:25:42 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.9.0.2pre) Gecko/2008082215 SeaMonkey/2.0a1pre

Beso wrote:
> hi, i've just updated to pan 0.133 and now i get the error of missing
> /usr/lib/libstdc++.so.6. the problem is that this file seems to be
> libstdc++ 3.4. i'm on gentoo unstable. is there anyone who can help
> out?! maybe duncan...

Interesting.  Your post tells me you are using an unstable distro which
usually means cutting edge, yet your c++ library looks to be outdated.

# ldconfig -p | grep libstdc++.so.
        libstdc++.so.6 (libc6) => /usr/lib/libstdc++.so.6
        libstdc++.so.5 (libc6) =>
/usr/i486-slackware-linux/lib/libstdc++.so.5
        libstdc++.so.4 (libc6) =>
/usr/i486-slackware-linux/lib/libstdc++.so.4

And Pan requires the newer .so

# ldd `which pan` | grep c++
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb77b8000)

# slackpkg search libstdc++.so.6

The list below shows all packages with the selected pattern.

[ installed ] - cxxlibs-6.0.9-i486-1
[ installed ] - gcc-g++-4.2.3-i486-1

Perhaps you need to update your cxx or gcc packages.  What is it you
gentoo-ers do, emerge?

Or, the libs are not installed in a path listed in /etc/ld.so.conf (or
your distro equivalent).

Rinaldi
-- 
The older a man gets, the farther he had to walk to school as a boy.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]