bmgdragon 0 Posted November 28, 2012 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
Overlord 0 Posted November 28, 2012 Look from here, looks like PreedSwe might have a solution for you. Share this post Link to post Share on other sites
bmgdragon 0 Posted November 29, 2012 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
dontknowhow 33 Posted November 29, 2012 Try this one: https://www.dropbox.com/s/lzytkwyspixdwwi/libstdc%2B%2B.so.6.0.17 It's from my Debian testing, so it might not work. Think of using LD_LIBRARY_PATH so that you don't make problems to your system. A few people are having problems with libstdc++, maybe BIS should change it. Share this post Link to post Share on other sites
bmgdragon 0 Posted November 29, 2012 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
Overlord 0 Posted November 30, 2012 You need GCC 4.6/7. Did you read that thread? It's "well hidden" but keep good information. Share this post Link to post Share on other sites
bmgdragon 0 Posted November 30, 2012 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
Overlord 0 Posted December 4, 2012 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
Favorlock 1 Posted December 16, 2012 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