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
libstdc++.so.6: version `GLIBCXX_3.4.11' not found
-
- CodeLite Curious
- Posts: 5
- Joined: Sat Nov 21, 2009 10:02 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- 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
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
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
-
- 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
One last question. Is this something I need to be concerned about?
jay@jay-desktop:~/test$ /usr/bin/codelite
sh: qmake: not found
jay@jay-desktop:~/test$ /usr/bin/codelite
sh: qmake: not found
- eranif
- CodeLite Plugin
- Posts: 6375
- 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
No. On startup codelite tries to detect which common frameworks you got installed (Qt is one of them)Jay wrote:jay@jay-desktop:~/test$ /usr/bin/codelite
sh: qmake: not found
Eran
Make sure you have read the HOW TO POST thread