OpenWrt Forum Archive

Topic: Could someone help me, please? I'm having a problem with apache build.

The content of this topic has been archived on 25 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Could someone help me, please? I'm having a problem with openwrt build. The bad thing I'm seeing is when i add Apache to my build, it show error as below.

install -d -m0755  /bin.
install: cannot change permission of "directory":operation not permitted.
makefile:576 : recipe  for target  'directory'  failed.
Leaving Directory......


If i un-check Apache server and all of its dependencies from the menu, build succeed and it works perfect. actually i would like to use CGI with html.

Has anyone seen this problem before? I searched the forums but didn't find anything related to this.

Thank you.

After hitting head 3-4 times a day, to my computer i found solution to this.
just add
Sudo before Make
sudo make V=s
and it work perfect. cool:
Thanks to me this time wink

The discussion might have continued from here.