Results 1 to 3 of 3
I installed Linux 9.1 on an old Pentium II 266 MHz desktop with 64 MB of RAM. I am running in text mode, and I have it set up as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-15-2004 #1Just Joined!
- Join Date
- May 2004
- Posts
- 1
Re-Installing/Repairing gcc and other packages in text mode
I installed Linux 9.1 on an old Pentium II 266 MHz desktop with 64 MB of RAM. I am running in text mode, and I have it set up as a webserver which I control by SSH remotely. The software bundled with the distro run fine (Apache 2, PHP 4, Postfix). I am trying to get MySQL, Cyrus IMAP, and Phorum running on it, but I can install the software. I run a ./configure on any of new software I wish to install, I get a 'No C compiler found in $PATH'. I didn't have this problem on another PC with a similar version of Linux.
Is there a way to repair/reinstall the C compiler (It's gcc I believe) from the command line without performing a fresh install?

Thanks for your help!
- 05-15-2004 #2Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Do a google for
. It should bring up several sites with the rpm available. Download and install. That should solve your problem.Code:gcc rpm mandrake 9.1
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 06-04-2004 #3Just Joined!
- Join Date
- Jun 2004
- Location
- Portugal
- Posts
- 47
If you haven't touched urpmi config files, don't know what urpmi is and you have the installation CDs at hand, execute:
It should ask you for the correct CDs and install the gcc compiler.Code:urpmi gcc
You can do this with any package that comes with Mandrake. If there exists more than one package with the name you gave, it presents you with a list of packages with that name, so that you can choose from them.


Reply With Quote
