I have apache files downloaded, and I've not been able to install the, it keeps listing dependencies and when I check my list of installed packages, it lists apache2 as deinstall, I equally have not been able to run mysql either. What should I do, because the system is not connected to the internet.
Asked
Active
Viewed 990 times
1 Answers
1
$ lynx http://httpd.apache.org/download.cgi
$ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NN
$ ./configure --prefix=PREFIX
$ make
$ make install
$ vi PREFIX/conf/httpd.conf
Test:
$ PREFIX/bin/apachectl -k start
Radu Rădeanu
- 174,089
- 51
- 332
- 407