use rpm -e -f libstdc++
make sure that you also have glibc-devel and bin86 installed. ncurses may
also help.
mihnea
On Sat, 9 Oct 1999, root wrote:
> > You need to install the C++ development libraries. They're probably
> > called libstdc++ and libstdc++-devel.
>
> Aha! I've got
>
> [root@drfickle /download]# rpm -q libstdc++
> libstdc++-2.9.0-3mdk
> libstdc++-2.95.1-3mdk
>
> and
>
> [root@drfickle /download]# rpm -q libstdc++-devel
> libstdc++-devel-2.95.1-3mdk
>
> I assume that's the conflict? I'll install the devel package...I think I
> still need the 2.9.0-3 version for
>
> [root@drfickle /download]# rpm -e libstdc++-2.9.0
> error: removing these packages would break dependencies:
> libstdc++ = 2.9.0 is needed by pgcc-c++-1.1.3-3mdk
> libstdc++.so.2.8 is needed by netscape-communicator-4.61stable-5mdk
> libstdc++.so.2.8 is needed by G2player-6.0-0.99092901
> libstdc++.so.2.8 is needed by kmysql-1.2.0pre1-1
> libstdc++.so.2.8 is needed by kmp_mysql-1.1.5-1
>
> right?
>
> Steve Fox
> http://pcxtreme.org
>