I have just installed httpd-2.0.44 and get this error message at the end of the make install
MAKE[1]: *** [install-include] error 1
when I try to run /usr/local/httpd2.0.44/bin apachectl start
I get the error message
/usr/local/httpd2.0.44/bin/httpd is not a file or directory.
When I look in the make file it points me to /usr/local/httpd2.0.44/bin/httpd and the httpd directory does not exist, so I edit it to look in the bin directory.
I then get the error message /usr/local/httpd2.0.44/bin is a directory.
All I want to do is start the server.
MAKE[1]: *** [install-include] error 1
when I try to run /usr/local/httpd2.0.44/bin apachectl start
I get the error message
/usr/local/httpd2.0.44/bin/httpd is not a file or directory.
When I look in the make file it points me to /usr/local/httpd2.0.44/bin/httpd and the httpd directory does not exist, so I edit it to look in the bin directory.
I then get the error message /usr/local/httpd2.0.44/bin is a directory.
All I want to do is start the server.