Hi there,
I am new to linux and Kubuntu, but i want to set up a webserver. I have installed Kubuntu and tried to install apache 2. I have downloaded the tar.gz file from the apache site and unpacked it. Then i did what i find in any manual i can find:
./ configure
make
make install
this all runs fine, i can't see any error messages.
Then, when i try to start apache ( apachectl -k start ), i get the error message: "the program apachectl is currently not installed. You can install it by typing : apt-get install apache. Make sure you have the universe component enabled"
First i have tried to do the apt-get thing, but then i get the feeling it doens't install apache 2. Also, i have tried to install apache2 from the adept manager but when i do that the files are spread out all over my system ( var, etc, usr/sbin ) and then i am lost.
I have installed apache on windows and got it working fine.
Can anyone help me on the error message please?
thanks in advance,
I am new to linux and Kubuntu, but i want to set up a webserver. I have installed Kubuntu and tried to install apache 2. I have downloaded the tar.gz file from the apache site and unpacked it. Then i did what i find in any manual i can find:
./ configure
make
make install
this all runs fine, i can't see any error messages.
Then, when i try to start apache ( apachectl -k start ), i get the error message: "the program apachectl is currently not installed. You can install it by typing : apt-get install apache. Make sure you have the universe component enabled"
First i have tried to do the apt-get thing, but then i get the feeling it doens't install apache 2. Also, i have tried to install apache2 from the adept manager but when i do that the files are spread out all over my system ( var, etc, usr/sbin ) and then i am lost.
I have installed apache on windows and got it working fine.
Can anyone help me on the error message please?
thanks in advance,
Comment