meinproc4 broke? ("version `GLIBCXX_3.4.5' not found")
Thiago Macieira
thiago at kde.org
Tue May 22 22:32:58 BST 2007
Matthew Woehlke wrote:
>Ok, last I checked it isn't Monday... everyone else can build kdelibs,
>right? I'm getting this:
Right.
>/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by
>/usr/local/kde-trunk-svn/lib/libstreamanalyzer.so.0)
This is not caused by KDE, but by your own system.
Your libstreamanalayzer.so.0 (part of Strigi) was compiled against one
version of libstdc++.so.6 that had version GLIBCXX_3.4.5. That version is
now gone from libstdc++.
Recompile or undo the up/downgrade you did to libstdc++.
>$ /usr/bin/gcc --version # shouldn't be used?
>gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.1)
That's probably the reason why it's failing. You're using that g++ which
is too old. It's causing your programs to link to too old a libstdc++.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070522/7b1eb10d/attachment.sig>
More information about the kde-core-devel
mailing list