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
-
Hi Forum
How do I install the "libstdc++.so.5" on SME 7.3?
Thank you for help.
Best regards
AlexG
-
hi..
let me answer with a question: what are you trying to do? :-)
Ciao
Stefano
-
I have a software which asks for this lib.
-
hi
can I ask you what software?
TIA
Stefano
-
b1gmail server
-
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
-
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
-
/usr/bin/libstdc++6
/usr/bin/libstdc++6.0.3
Are already there. Can't use those?
-
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
-
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:
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)
-
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