add apache-httpd
Hello,
Hello, I try to port apache httpd for fun.
It compiles and starts but returns error while reading httpd's configfile at runtime:
open("/usr/local/apache2/conf/httpd.conf", O_RDONLY | O_CLOEXEC, 0666)
returns ENODEV
despite the file exists:
-rw-r--r-- 1 0 0 18326 Feb 24 21:14 httpd.conf
and as error comes from kernel I don't know how to proceed. Any directions what to do next?
Resolved by recompiling full image rather than running fresh package on old image.
Edited by Chocimier