Page 1 of 1

libstdc++.so.6: version `GLIBCXX_3.4.11' not found

Posted: Sun Nov 22, 2009 3:37 am
by Jay
jay@jay-desktop:~$ /usr/bin/codelite
/usr/bin/codelite: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/codelite/libcodeliteu.so)
jay@jay-desktop:~$

Any suggestions how to get the correct version?

Thanks

Re: libstdc++.so.6: version `GLIBCXX_3.4.11' not found

Posted: Sun Nov 22, 2009 8:43 am
by eranif
Which .deb did u download?
Please provide more information about your OS

I encountered this error when some user downloaded the amd64 deb package for Ubuntu < 9.10 (I think it was 9.04) but using the .deb built on 9.10

To fix this, I created another deb package for amd64 built on top of ubuntu 8.04 which should run on 9.04 - if this is your OS you might want to try the other package:

http://sourceforge.net/projects/codelit ... b/download


in the future please remember to post your OS info

Eran

Re: libstdc++.so.6: version `GLIBCXX_3.4.11' not found

Posted: Sun Nov 22, 2009 6:27 pm
by Jay
One last question. Is this something I need to be concerned about?

jay@jay-desktop:~/test$ /usr/bin/codelite
sh: qmake: not found

Re: libstdc++.so.6: version `GLIBCXX_3.4.11' not found

Posted: Sun Nov 22, 2009 7:42 pm
by eranif
Jay wrote:jay@jay-desktop:~/test$ /usr/bin/codelite
sh: qmake: not found
No. On startup codelite tries to detect which common frameworks you got installed (Qt is one of them)

Eran