www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Missing .so under fedora 6

reply Manfred Nowak <svv1999 hotmail.com> writes:
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
next sibling parent Frits van Bommel <fvbommel REMwOVExCAPSs.nl> writes:
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
prev sibling parent reply =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
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
parent Manfred Nowak <svv1999 hotmail.com> writes:
Anders F Björklund wrote

 $ yum provides libstdc++.so.5
thx. that worked. -manfred
May 06 2007