/usr/share/httpd/build/special.mk: /usr/share/httpd/build/special.mk:
Running Debian 9 stretch. I git clone successfully. Then cd into the mod_go directory. Then:
root@hostname:~/mod_go# make
Makefile:8: /usr/share/httpd/build/special.mk: No such file or directory
make: *** No rule to make target '/usr/share/httpd/build/special.mk'. Stop.
Thank you for reading.
I am running into this same issue on a docker image of centos 7. This will not compile correctly during the build process...
cd /tmp git clone https://github.com/idaunis/mod_go.git /tmp/modg cd modg make make install
BOOM => Error....
make Makefile:8: /usr/share/httpd/build/special.mk: No such file or directory make: *** No rule to make target `/usr/share/httpd/build/special.mk'. Stop. [root@7d6469a5c73f modg]#
Solved.... The container is missing all the files from the folder ....
/usr/share/httpd/build/
copy the files in from another machine and you are all set!