I was fed up of using windows so I set up a dual boot and added SuSE linux 9.1 to my PC. I downloaded the version from suse ftp site and it seems as though not much is pakged with it.
I successfully installed mozilla but that was easy anyway.
I've discoverd probs trying to get apache 2.0.5 installed. ./configure produces an error saying no acceptable C compiler found in $PATH.
Then make gives the error make: command not found
I set out to get a compiler. I downloaded the tar.gz file for distcc 2.17 but when I run ./configure to begin installing distcc I get the C compiler not found error again.
Same prob when I try to install make which I downloaded.
What do I need to download and install before I can begin installing stuff that I need to compile? How do I install these required packages and where do I find them.
These were the exact commands I typed to try to install apache:
Firstly I logged in as root and extracted all files from the tar.gz file then opened a console window where they were extracted.
1. ./configure --prefix=/usr/local/apache2
2. make
3. make install
The first command ./configure did loads of stuff but i spotted errors in it's output and it halted when it said no acceptable C compiler found in $PATH
mae didn't even exist
Thanks in advance for any help