옛날에는 go ahead 하고 boa 고쳐서 썼는데...
각설하고..
대상 타겟은 6410이다.
구체적으로 사용보드는 MV6410이다.
방문해서 다운로드.
컨픽...
CC=arm-linux-gcc CFLAGS=-fno-delete-null-pointer-checks PKG_CONFIG_PATH=/dfb/lib/pkgconfig/ ./configure --prefix=/dfb --without-fam --host=arm-linux --build=i686-pc-linux-gnu --target=arm-linux
빌드...
make all install
타겟머신에 복사하고..
추가 설치....
cp lighttpd.conf /적당한 위치
lightpd.conf 에러 나는 부분 주석 처리.. (일단 많은 기능을 끈 상태임)
타겟머신에서 에러나는 경로 확보
/srv/www/htdocs/
해당 위치에 index.html 생성. 내용은 아무거나..
실행...
/dfb/sbin/arm-linux-lighttpd -f /lighttpd.conf
웹브라우저에서 테스트... (프락시 설정 주의)