Wrong libstdc++ version - fresh install

CodeLite installation/troubleshooting forum
sgfallows
CodeLite Curious
Posts: 2
Joined: Mon Mar 29, 2010 10:24 pm
Genuine User: Yes
IDE Question: C++
Contact:

Wrong libstdc++ version - fresh install

Post by sgfallows »

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

Re: Wrong libstdc++ version - fresh install

Post by eranif »

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
This deb file was made for Ubuntu 9.10 32 bit - which has a different libstdc++.

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
sgfallows
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

Post by sgfallows »

OK - thanks. I'll give it a go.

(Seems like most Ubuntu things have worked on Debian so I didn't think about that).
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Wrong libstdc++ version - fresh install

Post by eranif »

sgfallows wrote:(Seems like most Ubuntu things have worked on Debian so I didn't think about that
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 ...

Eran
Make sure you have read the HOW TO POST thread
Post Reply