I just installed CodeLite on Debian 5.04. I used this deb:
sourceforge.net/projects/codelite/files/Releases/codelite-2.3.0.3833/codelite_2.3.0.3833-ubuntu0_i386.deb/download
Immediately upon starting CodeLite I get:
codelite: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/codelite/libcodeliteu.so)
The install did not indicate any missing packages. apt-get -f install did nothing.
Any ideas?
Wrong libstdc++ version - fresh install
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Mar 29, 2010 10:24 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: Wrong libstdc++ version - fresh install
This deb file was made for Ubuntu 9.10 32 bit - which has a different libstdc++.sgfallows wrote:I just installed CodeLite on Debian 5.04. I used this deb:
sourceforge.net/projects/codelite/files/Releases/codelite-2.3.0.3833/codelite_2.3.0.3833-ubuntu0_i386.deb/download
Will need to build codelite on your machine from sources (a simple task, if you need assistance, post here or join channel #codelite on irc.freenode.net)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Mar 29, 2010 10:24 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Wrong libstdc++ version - fresh install
OK - thanks. I'll give it a go.
(Seems like most Ubuntu things have worked on Debian so I didn't think about that).
(Seems like most Ubuntu things have worked on Debian so I didn't think about that).
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Wrong libstdc++ version - fresh install
It only started with Ubuntu 9.10 (Karmic) - up until 9.04 there was a nice compatibility between debian & Ubuntu. Now, the 9.10 deb can even run on 9.04 ...sgfallows wrote:(Seems like most Ubuntu things have worked on Debian so I didn't think about that
Eran
Make sure you have read the HOW TO POST thread