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.


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to