Click to See Complete Forum and Search --> : gcc32


OTP
01-22-2004, 08:21 PM
Ok. I have downloaded and then installed the gcc32-3.2.3-6.src.rpm (rpm -ivh) and then tried to install the kernel-source-2.4.22-1.2163.nptl_32.rhfc1.at.i386.rpm again and it still said

[root@localhost alsa]# rpm -ivh kernel-source-2.4.22-1.2163.nptl_32.rhfc1.at.i386.rpm
warning: kernel-source-2.4.22-1.2163.nptl_32.rhfc1.at.i386.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
error: Failed dependencies:
gcc32 is needed by kernel-source-2.4.22-1.2163.nptl_32.rhfc1.at

What is the problem. I have been trying to install this stupid kernel for a while now and it has been giving me this and that saying that this is missing and this is missing! Ahhh!

????

mdwatts
01-23-2004, 08:59 AM
Moved to the Software forum since Installation is meant for distro installation problems.

rpm -ivh gcc32-3.2.3-6.src.rpm

You installed the source rpm package (which needs to be compiled into a binary rpm) instead of the binary (i#86.rpm) package.

http://www.rpm.org/max-rpm/ and the rpm manpage (man rpm)