I believe the problem could be that the symbolic link is wrong, rather than not having the correct RPMs.
The symbolic link given in the README for libstdc++ didn't work for me : the link I required was cd /usr/lib ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-2.so.3 rather than ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++6.1-2.so.3 which is copied straight from the README. (I actually emailed this to Suhaib a couple of weeks ago) HTH, Matt. On Tue, 22 Feb 2000, Suhaib M. Siddiqi wrote: > > You can goto RedHat Raw Hide site and get a libstdc++ rpm which, I believe, > should work for > you > > ftp://ftp.redhat.com/pub/rawhide > > > Scott Kruger wrote: > > [OpenDX]# rpm -ivh opendx-4.0.10-1.i386.rpm > > error: failed dependencies: > > libstdc++-libc6.1-2.so.3 is needed by opendx-4.0.10-1 > > > > I have already tried linking in the missing library as suggested by the > > README: > > [OpenDX]# ls -la /usr/lib/libstdc++-libc6.1-2.so.3 > > lrwxrwxrwx 1 root root 30 Feb 21 16:45 > > /usr/lib/libstdc++-libc6.1-2.so.3 > > -> libstdc++-2-libc6.1-1-2.9.0.so
