install GCC and glibc
1st... I installed Suse 9.1. Then I found a post regarding to how to install the so called gcc, under almost the same conditions. The thread suggested a site for downloading the "required" dependencies.
Right when I tried what I think the last dependency (glibc-2.3.3-98.i586.rpm). Got this message
linux:~ # rpm -iv glibc-2.3.3-98.i586.rpm
Preparing packages for installation...
file /lib/ld-linux.so.2 from install of glibc-2.3.3-98 conflicts with file from package glibc-2.3.2-88
file /lib/libBrokenLocale.so.1 from install of glibc-2.3.3-98 conflicts with file from package glibc-2.3.2-88
.
.and so on
I guess this could regard to an incomplete installation before, should I delete all the files that make a conflict, look at the gcc-gnu-org for another method to install or u got a better idea.
|