digitalmars.D.learn - Missing .so under fedora 6
- Manfred Nowak <svv1999 hotmail.com> May 06 2007
- Frits van Bommel <fvbommel REMwOVExCAPSs.nl> May 06 2007
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> May 06 2007
- Manfred Nowak <svv1999 hotmail.com> May 06 2007
dmd needs libstdc++.so.5 This isn't present under fedora 6 Instead libstdc++.so.6 is present, butdoes not provide the neede functionality. What to do? -manfred
May 06 2007
Manfred Nowak wrote:dmd needs libstdc++.so.5 This isn't present under fedora 6 Instead libstdc++.so.6 is present, butdoes not provide the neede functionality. What to do?
I run Ubuntu, but I could just install the package "libstdc++5" to get the older version as well. Something similar probably holds for Fedora. Check your package manager (or whatever Fedora uses).
May 06 2007
Manfred Nowak wrote:dmd needs libstdc++.so.5 This isn't present under fedora 6 Instead libstdc++.so.6 is present, butdoes not provide the neede functionality. What to do?
It lives in compat-libstdc++-XY, where "XY" varies - depending on which version of Fedora you are running. Ask the package manager: $ yum provides libstdc++.so.5 Then install the package listed, that provides the old package for backwards compatibility. (a.k.a. "compat") --anders
May 06 2007
Anders F Björklund wrote$ yum provides libstdc++.so.5
thx. that worked. -manfred
May 06 2007









Frits van Bommel <fvbommel REMwOVExCAPSs.nl> 