October 19, 2005
I have used DMD on RedHat 9, but now that I updated to Fedora Core 4, which doesn't have libstdc++.so.5, but rather, version 6, DMD isn't working...

I get this error..

dmd: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

however, in /usr/lib/ I have libstdc++.so.6

So, what do I do? Any ideas?

Thanks,
Trevor Parscal
May 30, 2006
In article <dj4t7k$15pu$1@digitaldaemon.com>, Trevor Parscal says...
>
>I have used DMD on RedHat 9, but now that I updated to Fedora Core 4, which doesn't have libstdc++.so.5, but rather, version 6, DMD isn't working...
>
>I get this error..
>
>dmd: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
>
>however, in /usr/lib/ I have libstdc++.so.6
>
>So, what do I do? Any ideas?
>
Use compat-libstdc++-33 for fc4, there this library(libstdc++.so.5) contains.