보통 Modsecurity는 ../apache2/conf/httpd.conf 파일에서 Include conf/mod_secutiry2.conf와 같은 내용을 추가해서 률파일을 로드하는 것으로 알고 있습니다.
mod_secutiry2.conf와 같은 설정파일을 로컬상에 두지 않고, 원격상에 파일 서버에 위치해 두며 Modsecurity 최초 구동시 원격의 설정파일을 읽어오는 방식으로 Modsecurity를
mingw + msys 환경에서 stunnel 을 빌드하려고 하는데, make 하면 몇가지 헤더파일들이 없다면서 빌드를 못하네요.
아래의 파일들이 없다고 합니다.
common.h:164:20: syslog.h: No such file or directory
common.h:166:36: sys/wait.h: No such file or directory
common.h:187:17: pwd.h: No such file or directory
common.h:188:17: grp.h: No such file o
이번에 Embedded System을 개발할려고 기획 중인데,
Intel Pentium M CPU나 ATOM CPU를 사용할려고 고려 중입니다.
그런데, chipset 업체에서는 반드시 ROM BIOS를 사용해야 한다고 하는데,
다른 open source firmware로 ROM BIOS를 대신하는 방법은 없을까요?