|
You are missing alot of necessary files. You need to install those files from your CD. Such as gcc; the gnu c compiler. You should be able to find them on your CD, or download them from a ftp server.
To install the files, as root or su, run the rpm command or use whatever packagemanager is available. If using the command line, then issue the command rpm -i yourfile-rpm to install the packages.
|