D - DMD on Fedora 4
- Trevor Parscal (9/9) Oct 19 2005 I have used DMD on RedHat 9, but now that I updated to Fedora Core 4, wh...
- Sphinx (2/9) May 30 2006 Use compat-libstdc++-33 for fc4, there this library(libstdc++.so.5) cont...
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
Oct 19 2005
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.
May 30 2006