On Wed, 14 Jul 2004, kate wrote:
OK, I have 2000 items in /usr/bin, but not the required "ld" and "crt1.o" Anyone have a way to recreate these? or is this too messed up?
ANy advice appreciated! tia kate
try verifying some of the packages you're supposed to have.
# rpm -V gcc # rpm -V glibc # rpm -V glibc-headers
that sort of thing. or, if you have time to kill:
# rpm -Va
rday