The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-20-2005
locustfurnace locustfurnace is offline
Registered User
 

Join Date: Aug 2004
Posts: 232
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.
Reply With Quote