Open stone212 opened 7 years ago
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!
Running Debian 9 stretch. I git clone successfully. Then cd into the mod_go directory. Then:
Thank you for reading.