Jump to content
Sign in to follow this  
bmgdragon

CentOS glib needed.

Recommended Posts

I did a lot of scouting around, however I can't find the information I am looking for so I'm hoping you kind people here can help me out.

I have a CentOS 6.3 system, Duo duel core 3.4GHZ with 16GB ram and plenty of space on it's 1TB HDD.

But I need to find this.

./server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server)

And I cannot. Which of these is the one that I require.

glib2-2.22.5-7.el6.x86_64.rpm	24-Jun-2012 22:16	1.1M
glib2-devel-2.22.5-7.el6.i686.rpm	24-Jun-2012 22:18	1.3M
glib2-devel-2.22.5-7.el6.x86_64.rpm	24-Jun-2012 22:16	1.3M
glib2-static-2.22.5-7.el6.x86_64.rpm	24-Jun-2012 22:19	814K
glibc-2.12-1.80.el6.i686.rpm	24-Jun-2012 22:18	4.3M
glibc-2.12-1.80.el6.x86_64.rpm	24-Jun-2012 22:16	3.8M
glibc-common-2.12-1.80.el6.x86_64.rpm	24-Jun-2012 22:17	 14M
glibc-devel-2.12-1.80.el6.i686.rpm	24-Jun-2012 22:19	970K
glibc-devel-2.12-1.80.el6.x86_64.rpm	24-Jun-2012 22:17	970K
glibc-headers-2.12-1.80.el6.x86_64.rpm	24-Jun-2012 22:17	600K
glibc-static-2.12-1.80.el6.i686.rpm	24-Jun-2012 22:19	1.1M
glibc-static-2.12-1.80.el6.x86_64.rpm	24-Jun-2012 22:18	1.4M
glibc-utils-2.12-1.80.el6.x86_64.rpm	24-Jun-2012 22:18	155K
glibmm24-2.22.1-1.el6.i686.rpm	03-Jul-2011 04:10	279K
glibmm24-2.22.1-1.el6.x86_64.rpm	03-Jul-2011 04:17	272K
glibmm24-devel-2.22.1-1.el6.i686.rpm	03-Jul-2011 04:10	263K
glibmm24-devel-2.22.1-1.el6.x86_64.rpm	03-Jul-2011 04:17	263K
glibmm24-doc-2.22.1-1.el6.x86_64.rpm	03-Jul-2011 04:17	2.3M

Or, if not them which do I need.

Share this post


Link to post
Share on other sites

Had a look there.

Got that working, but cannot ./configure it due to needing a C compiler. Did some looking around, says I need the GCC to be the C compiler. So not sure what's going on there.

Silly me pressing things early, EDIT: I have the GCC, so I'm not sure what it's going on about there.

Share this post


Link to post
Share on other sites

I should maybe state that in terms of using Linux I am on the level of basic to 'has no idea'.

So that kinda went over my head ^-^

Share this post


Link to post
Share on other sites
You need GCC 4.6/7. Did you read that thread? It's "well hidden" but keep good information.

I needed to install the normal GCC first before I could install this one, because I didn't have a C compiler :'D

Silly noobie I am, it's working now, just gotta find where some folders are first.

Share this post


Link to post
Share on other sites

Don't worry, we're all been there (and still is in some aspects). The good part; it's always free to ask for advice :)

Share this post


Link to post
Share on other sites

Thanks for the post. This has helped immensely.

As a side note, for CentOS 6.4 users, if you run into an error when running

./make

when you configure do

./configure --disable-multilib

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×