I just installed SUSE Linux 10 on my dell laptop. I'm trying to install Apache, PHP, MySQL on it to use as a dev server / test server. I'm having trouble install apache. I'm pretty new to linux. but I use osx unix. I'm having trouble installing apache (httpd2.2) from source.
all tutorials/instructions say to :
> make clean
> ./configure
> make && make install
but this keeps failing. i'm following all of the steps, which seem to be very simple, but it says that there is no 'make' file. and when I try to install from binary, it gives me an error saying that it can't find any C compilers. can anyone tell me what I'm doing wrong. I'm new too linux, but I'm trying to configure and set up this linux server for the sole pupose of learning how to administer a linux web server.
all tutorials/instructions say to :
> make clean
> ./configure
> make && make install
but this keeps failing. i'm following all of the steps, which seem to be very simple, but it says that there is no 'make' file. and when I try to install from binary, it gives me an error saying that it can't find any C compilers. can anyone tell me what I'm doing wrong. I'm new too linux, but I'm trying to configure and set up this linux server for the sole pupose of learning how to administer a linux web server.
