etc/init.d/httpd not found
Posted: Tue Jul 14, 2009 11:08 am
From make menuconfig Base-System>Busybox>Configuration>Networking Utilities I disabled httpd. When I ran make, it errors out because etc/init.d/httpd could not be removed (since my config of busybox did not have it.)
To Resolve I:
1. mkdir -p kamikaze-8.09-src/files/etc/init.d
2. touch kamikaze-8.09-src/files/etc/init.d/httpd
Router WL500W
Did not use full-build-809.sh, instead manually ran the netfilter patch scripts.
base config file used was from targets-8.09/brcm-2.4/
If I had used targets-8.09/custom/.config as my base config file it may not have given the error.
Suggestion in the config files instead of removing etc/init.d/httpd would it be better to simply disable busybox's httpd and if the user wants to enable it set busybox.conf to use port 81
To Resolve I:
1. mkdir -p kamikaze-8.09-src/files/etc/init.d
2. touch kamikaze-8.09-src/files/etc/init.d/httpd
Router WL500W
Did not use full-build-809.sh, instead manually ran the netfilter patch scripts.
base config file used was from targets-8.09/brcm-2.4/
If I had used targets-8.09/custom/.config as my base config file it may not have given the error.
Suggestion in the config files instead of removing etc/init.d/httpd would it be better to simply disable busybox's httpd and if the user wants to enable it set busybox.conf to use port 81