Koozali.org: home of the SME Server

libstdc++.so.5

Offline AlexG

  • ***
  • 110
  • +0/-0
libstdc++.so.5
« on: May 16, 2008, 10:50:34 AM »
Hi Forum

How do I install the "libstdc++.so.5" on SME 7.3?

Thank you for help.

Best regards
AlexG

Offline Stefano

  • *
  • 10,841
  • +2/-0
Re: libstdc++.so.5
« Reply #1 on: May 16, 2008, 10:58:50 AM »
hi..

let me answer with a question: what are you trying to do? :-)

Ciao
Stefano

Offline AlexG

  • ***
  • 110
  • +0/-0
Re: libstdc++.so.5
« Reply #2 on: May 16, 2008, 11:08:38 AM »
I have a software which asks for this lib.

Offline Stefano

  • *
  • 10,841
  • +2/-0
Re: libstdc++.so.5
« Reply #3 on: May 16, 2008, 11:17:43 AM »
hi

can I ask you what software?

TIA
Stefano

Offline AlexG

  • ***
  • 110
  • +0/-0
Re: libstdc++.so.5
« Reply #4 on: May 16, 2008, 11:19:51 AM »
b1gmail server

Offline Stefano

  • *
  • 10,841
  • +2/-0
Re: libstdc++.so.5
« Reply #5 on: May 16, 2008, 12:43:05 PM »
mmhh...

sounds strange you need that lib for a web application..

just a question: what's wrong with horde? and with roundcube (supported on sme)?

Ciao
Stefano

Offline AlexG

  • ***
  • 110
  • +0/-0
Re: libstdc++.so.5
« Reply #6 on: May 17, 2008, 05:54:41 AM »
Also good, but I would like to use B1gmail. Let's get back to my question: How do I install 'libstdc++.so.5' ?

Best regards
AlexG

Offline pfloor

  • ****
  • 889
  • +1/-0
Re: libstdc++.so.5
« Reply #7 on: May 17, 2008, 06:19:32 AM »
/usr/bin/libstdc++6
/usr/bin/libstdc++6.0.3

Are already there.  Can't use those?
In life, you must either "Push, Pull or Get out of the way!"

Offline AlexG

  • ***
  • 110
  • +0/-0
Re: libstdc++.so.5
« Reply #8 on: May 17, 2008, 08:15:46 AM »
The softwareinstaller shows that libstdc++devel and libstdc++ are installed but I don't find them in the folder /usr/bin
The error message is: ./setup: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: libstdc++.so.5
« Reply #9 on: May 17, 2008, 11:36:03 AM »
The softwareinstaller shows that libstdc++devel and libstdc++ are installed but I don't find them in the folder /usr/bin
The error message is: ./setup: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
You could use this site for finding the rpms: http://rpm.pbone.net, which would have yielded that you need to install compat-libstdc++-33, which can be done like this:

Code: [Select]
yum install compat-libstdc++-33
I think you will have more issues, perhaps you should check if you can find the requirements you need first. Hast du dieses Test script schon gefunden und benutzt: http://www.b1gmail.de/requirements/servertest.htm (weiss nicht ob es alles checkt, es schaut sich an dass es nur die PHP und MySQL Funktionalitat uberprüft vom Screenshot)
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline AlexG

  • ***
  • 110
  • +0/-0
Re: libstdc++.so.5
« Reply #10 on: May 17, 2008, 12:27:37 PM »
Thank you for your help. It is working with 'yum install compat-libstdc++-33'. This problem is solved  :-)
Und danke fuer den Hinweis, es ist tatsaechlich nur ein Test fuer PHP und MySQL.

Best regards
AlexG