Solving the lib mismatch problem
- From: * Tong * <sun_tong_001@xxxxxxxxxxxxxxxxxxxxx>
- Date: 15 Jun 2007 13:51:32 GMT
Hi,
I copied an executable over from my Debian to my new Slackware. But on execution, it gives lib mismatch error:
$ xosview
xosview: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by xosview)
I'm not familiar with problems at the binary/library level. Would anybody here can help?
The is the most that I can do to insight into the problem:
# from Slackware:
$ ldconfig -p | grep libstdc
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
libstdc++.so.2.9 (libc6) => /usr/i486-slackware-linux/lib/libstdc++.so.2.9
libstdc++.so.2.8 (libc6) => /usr/i486-slackware-linux/lib/libstdc++.so.2.8
libstdc++.so.2.7.2 (libc6) => /usr/i486-slackware-linux/lib/libstdc++.so.2.7.2
libstdc++.so (libc6) => /usr/lib/libstdc++.so
libstdc++-libc6.2-2.so.3 (libc6) => /usr/i486-slackware-linux/lib/libstdc++-libc6.2-2.so.3
libstdc++-libc6.1-2.so.3 (libc6) => /usr/i486-slackware-linux/lib/libstdc++-libc6.1-2.so.3
libstdc++-libc6.1-1.so.2 (libc6) => /usr/i486-slackware-linux/lib/libstdc++-libc6.1-1.so.2
# from my Debian
$ ldconfig -p | grep libstdc
libstdc++.so.6 (libc6) => /usr/lib/libstdc++.so.6
libstdc++.so.5 (libc6) => /usr/lib/libstdc++.so.5
libstdc++-libc6.2-2.so.3 (libc6) => /usr/lib/libstdc++-libc6.2-2.so.3
--
Tong (remove underscore(s) to reply)
http://xpt.sf.net/techdocs/
http://xpt.sf.net/tools/
--
Posted via a free Usenet account from http://www.teranews.com
.
- Follow-Ups:
- Re: Solving the lib mismatch problem
- From: * Tong *
- Re: Solving the lib mismatch problem
- Prev by Date: Re: Answers to questions of Tanenbaum book.
- Next by Date: Re: simple makefile problem
- Previous by thread: simple makefile problem
- Next by thread: Re: Solving the lib mismatch problem
- Index(es):
Relevant Pages
|