aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2 3

Author Topic: missing libstdc++.so.5  (Read 14411 times)

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
missing libstdc++.so.5
« on: September 15, 2005, 07:32:09 PM »

hi i have suse beta 10.0, if i try to install wxGTK-2.4.2-1.i386.rpm i get this error:

error: Failed dependencies:
libstdc++.so.5 is needed by wxGTK-2.4.2-1
libstdc++.so.5(GLIBCPP_3.2) is needed by wxGTK-2.4.2-1

With Yast i noticed that i already have libstdc++ installed.

Although i downloaded and installed libstdc++-3.3.5-5.i586.rpm and libstdc++-mainline-4.0.2_20050720-0.1.i586.rpm, but nothing changed.

In /usr/lib i have libstdc++.so.6.0.6.

I read on google that in etc/ld.so.conf must be added the path in which there is libstdc++, so i did, and then i logged as root in console and i typed ldconfig -X.
I get no error messages.

But wxGTK-2.4.2-1.i386.rpm still give problems with libstdc++.so.5  ;(

Have you got some idea?  :D
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: missing libstdc++.so.5
« Reply #1 on: September 16, 2005, 03:11:04 AM »

Long story short:
The wx rpms you are trying to install were compiled with an earlier version of gcc (3.3 or earlier) while suse 10.0 uses gcc 3.4 or 4.0 and the libstc++ that comes with this version. So you either have to find a wx rpm for Suse 10.0 or compile it yourself...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
Re: missing libstdc++.so.5
« Reply #2 on: September 16, 2005, 12:22:22 PM »

and what about installing previous version of libstdc?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: missing libstdc++.so.5
« Reply #3 on: September 16, 2005, 01:14:14 PM »

libstdc is one of the basic libs of your system...dont mess with it
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
Re: missing libstdc++.so.5
« Reply #4 on: September 16, 2005, 01:27:35 PM »

yeah, i supposed that  :(

where can i find wxtgk to compile?  :)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: missing libstdc++.so.5
« Reply #5 on: September 16, 2005, 01:32:33 PM »

wx is availibe at
http://www.wxwidgets.org

and a howto is at http://wiki.amule.org

if you have problems just ask :)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
Re: missing libstdc++.so.5
« Reply #6 on: September 16, 2005, 02:58:12 PM »

forgive me, but i didn't find the exact guide for compiling wxgtk  ;(
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: missing libstdc++.so.5
« Reply #7 on: September 16, 2005, 03:06:15 PM »

http://www.amule.org/wiki/index.php/Compilation_Installation :))

step1


aMule is just down of it....since you have to compile it yourself aswell....
check
./configure --help for other options like webserver and others
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
Re: missing libstdc++.so.5
« Reply #8 on: September 16, 2005, 04:21:16 PM »

after typing ./configure --prefix=/usr --disable-gtk2 && make i get these errors:

checking for toolkit... gtk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


i searched for gcc on rpm search but i get tonz of results
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: missing libstdc++.so.5
« Reply #9 on: September 16, 2005, 07:06:14 PM »

well you need gcc
probably gcc-4.0 is the right one for suse10...install it and all deps
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
Re: missing libstdc++.so.5
« Reply #10 on: September 17, 2005, 11:31:51 AM »

doesn't exist any rpm for gcc?
howevere, i downloaded the tar.gz, but when i launch .configure i get this error:

configure: error: Building in the source directory is not supported in this release.

Logged

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/
Re: missing libstdc++.so.5
« Reply #11 on: September 18, 2005, 12:29:50 PM »

Quote
Originally posted by karplus
doesn't exist any rpm for gcc?
...
of course:
download gcc-4.0.2_20050901-3.i586.rpm

karplus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 29
Re: missing libstdc++.so.5
« Reply #12 on: September 18, 2005, 01:09:35 PM »

ì
ok, i downloaded it, and it wants also glibc-deve, downloaded also this, and its wants glibc; i didn't found any rpm of this glibc, any rpm out there?  :))
Logged

IhmSelbst

  • Full Member
  • ***
  • Karma: 3
  • Offline Offline
  • Posts: 220
    • http://www.ed2k-serverboard.de/
Re: missing libstdc++.so.5
« Reply #13 on: September 18, 2005, 05:08:56 PM »

yes, atm you can find the rpms here:
http://ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386/RPMS.base/glibc-2.3.5-39.i686.rpm
http://ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386/RPMS.base/glibc-devel-2.3.5-39.i686.rpm
but something like this should exist on your installationmedia in your i686-folder as well. ;)

as you can see, the files are atm available in an apt-repository, meaning, with next update, they probably might be replaced by other versions. perhaps it would be a bit easier for you, to get them with apt and, if you like a gui, using synaptic.

btw:
why do you punish yourself with this ancient wxGTK2.4.2? - you can use the wxGTK2.6.1.0-4,rpm from SuSE as well to ride the mule. i think, it needed the -devel and -compat, and gd-devel as well.

if u just need an amule for SuSE10.0rc1, you can try one of those, i built for myself:
http://www.ed2k-serverboard.de/downloads/ihmselbst/rpm/SuSE/10.0/amule/
here, they seemed to work, but, of course, no warranty can be given for anything... ;)


cu
Pages: [1] 2 3