Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to install the gcc package under CentOS 5

Status
Not open for further replies.
Nov 13, 1999
197
MT
Hi everyone!

I am currently testing out CentOS 5 and am having problems installing the gcc package. When trying to install it I keep getting the following dependency errors:

$ rpm -Uvh gcc-4.3.0-8.i386.rpm
warning: gcc-4.3.0-8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
binutils >= 2.17.50.0.17-3 is needed by gcc-4.3.0-8.i386
cpp = 4.3.0-8 is needed by gcc-4.3.0-8.i386
glibc-devel >= 2.2.90-12 is needed by gcc-4.3.0-8.i386
libgcc >= 4.3.0-8 is needed by gcc-4.3.0-8.i386
libgomp = 4.3.0-8 is needed by gcc-4.3.0-8.i386
libgomp.so.1 is needed by gcc-4.3.0-8.i386

It seems that I have to download and install the above dependency packages. But I've been having difficulties trying to source the binutils 2.17.50.0.17-3 package. Where can I find this package? I tried locating it but I keep finding older versions.

Any help on the above would be much appreciated.

Thanks!
 
if the box is connected to the internet..
Just type
'yum install gcc' at the prompt and it will download / install / resolve all dependencies for you...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top