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

CodeLite installation/troubleshooting forum
Jay
CodeLite Curious
Posts: 5
Joined: Sat Nov 21, 2009 10:02 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Jay
CodeLite Curious
Posts: 5
Joined: Sat Nov 21, 2009 10:02 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply