Libstdc++

On 8/13/2010 8:19 AM, Pw Ktp wrote:

to upgrade that box. You won’t be getting any critical security updates.
thanks i will try it - am using 7.10 as it was the last stable release
for LinuxMCE.

the command returns libstdc++5-3.3-dev

http://linuxmce.com/index.php/download implies that 8.10 is the
latest… you are two versions behind,
Also you’ll need sudo apt-get install libstdc++6 libstdc++6-dev
(shouldn’t have to specify versions beyond the 6)

Pw Ktp schrieb (am 16.8.10 11:11):

Robert K. wrote:

Did you try to create a symlink from libstdc++.so → libstdc++.6.so (or
whatever your current version is named)?

hi i have tried creating a simlink like this?

ln -s /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/libstdc++.so libstdc++6.so

but no luck. even with libstdc++5.so

how else can i tell rubygems that I have libstdc++ installed!?

I’d try to start out with a freshly installed system.

aptitude install build-essential

provides you with a compiler and amongst other things libstdc++ in
the correct version for your system (e.g. libstdc++6-4.3-dev).

http://packages.ubuntu.com/search?keywords=build-essential

Regards,
Philipp

Robert K. wrote:

On 13.08.2010 17:31, Pw Ktp wrote:

ii xstdcmap 1:1.0.1-0ubuntu2

collect2: ld returned 1 exit status
-ldl -lcrypt -lm -lc"

linuxmce@dcerouter:/usr/lib/ruby/gems/1.8/gems$

Did you try to create a symlink from libstdc++.so -> libstdc++.6.so (or
whatever your current version is named)?

Kind regards

robert

hi i have tried creating a simlink like this?

ln -s /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/libstdc++.so libstdc++6.so

but no luck. even with libstdc++5.so

how else can i tell rubygems that I have libstdc++ installed!?

thanks again.

Philipp K. wrote:

Pw Ktp schrieb (am 16.8.10 11:11):

Robert K. wrote:

Did you try to create a symlink from libstdc++.so → libstdc++.6.so (or
whatever your current version is named)?

hi i have tried creating a simlink like this?

ln -s /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/libstdc++.so libstdc++6.so

but no luck. even with libstdc++5.so

how else can i tell rubygems that I have libstdc++ installed!?

I’d try to start out with a freshly installed system.

aptitude install build-essential

provides you with a compiler and amongst other things libstdc++ in
the correct version for your system (e.g. libstdc++6-4.3-dev).

Ubuntu – Package Search Results -- build-essential

Regards,
Philipp

hey thanks - build-essential isnt available for 7.10

I want to avoid a fresh system as much as possible - and am using this
opportunity to understand more about how this all fits together.

does anyone know how libstdc++ fits into all of this and how i can force
ruby gems to appreciate that i do in fact have it installed.

thanks,

Pw Ktp wrote:

Philipp K. wrote:

Pw Ktp schrieb (am 16.8.10 11:11):

how else can i tell rubygems that I have libstdc++ installed!?

aptitude install build-essential

hey thanks - build-essential isnt available for 7.10

I want to avoid a fresh system as much as possible - and am using this
opportunity to understand more about how this all fits together.

Personally I would not bother struggling to make this all fit
together on a system that has been EOL’d 2 years ago even if
that’s a noble goal. jm2c
I can understand your reason though.

does anyone know how libstdc++ fits into all of this and how i can force
ruby gems to appreciate that i do in fact have it installed.

Regards,
Philipp