idaunis / mod_go

Apache module for deploying web applications in Go
61 stars 12 forks source link

/usr/share/httpd/build/special.mk: /usr/share/httpd/build/special.mk: #4

Open stone212 opened 7 years ago

stone212 commented 7 years ago

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.

E-N-G-XOR commented 6 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]#

E-N-G-XOR commented 6 years ago

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!