mod_http compile - site.mm vs Site.mm
Posted: Mon Apr 30, 2018 6:33 pm
On Ubuntu 18.04-LTS
Ran ./configure
then ran make and got:
make: *** No rule to make target 'Site.mm', needed by 'all'. Stop
To correct the problem (note the upper case Site.mm - whereas the file in the directory was site.mm), I just copied site.mm to Site.mm - then the make worked!
Ran ./configure
then ran make and got:
make: *** No rule to make target 'Site.mm', needed by 'all'. Stop
To correct the problem (note the upper case Site.mm - whereas the file in the directory was site.mm), I just copied site.mm to Site.mm - then the make worked!