I'm attempting to install Apache 2.0.45 on a Linux machine. I have a basic install of Linux and installed MySQL also, but MySQL is not running at the moment.
I log in as root and follow the instructions on the Apache website exactly as written. Everything appears to be OK up until the 'make install' step. After I 'make install' the machine goes through its stuff and then at the very end, when the prompt returns, I see this:
Is this normal? How can I tell if Apache is installed correctly?
I also see a lot of messages output to the screen before that error such as this:
Also, I will note that the machine is set up for DHCP, but it is not connected to a network at all, therefore the initialization of the network card fails at boot. I don't know if the machine has to *know* its IP address in order for Apache to install, but I thought I'd mention it.
Thanks for your help!
Onwards,
Q-
I log in as root and follow the instructions on the Apache website exactly as written. Everything appears to be OK up until the 'make install' step. After I 'make install' the machine goes through its stuff and then at the very end, when the prompt returns, I see this:
Code:
make[1]: *** [install-include] Error 1
make[1]: Leaving directory 'usr/local/httpd-2.0.45'
make: *** [install-recursive] Error 1
Is this normal? How can I tell if Apache is installed correctly?
I also see a lot of messages output to the screen before that error such as this:
Code:
cp: 'include/util_time.h' and '/usr/local/httpd-2.0.45/include/util_time.h' are the same file
cp: 'include/utkl_xml.h' and '/usr/'local/httpd-2.0.45/include/util_xml.h' are the same file
Also, I will note that the machine is set up for DHCP, but it is not connected to a network at all, therefore the initialization of the network card fails at boot. I don't know if the machine has to *know* its IP address in order for Apache to install, but I thought I'd mention it.
Thanks for your help!
Onwards,
Q-