Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: AlexG on May 16, 2008, 10:50:34 AM

Title: libstdc++.so.5
Post by: AlexG 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
Title: Re: libstdc++.so.5
Post by: Stefano on May 16, 2008, 10:58:50 AM
hi..

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

Ciao
Stefano
Title: Re: libstdc++.so.5
Post by: AlexG on May 16, 2008, 11:08:38 AM
I have a software which asks for this lib.
Title: Re: libstdc++.so.5
Post by: Stefano on May 16, 2008, 11:17:43 AM
hi

can I ask you what software?

TIA
Stefano
Title: Re: libstdc++.so.5
Post by: AlexG on May 16, 2008, 11:19:51 AM
b1gmail server
Title: Re: libstdc++.so.5
Post by: Stefano 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
Title: Re: libstdc++.so.5
Post by: AlexG 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
Title: Re: libstdc++.so.5
Post by: pfloor 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?
Title: Re: libstdc++.so.5
Post by: AlexG 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
Title: Re: libstdc++.so.5
Post by: cactus 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)
Title: Re: libstdc++.so.5
Post by: AlexG 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