BOA移植
官网: http://www.boa.org/ BOA 服务器是一个小巧高效的web服务器,是一个运行于unix或linux下的,支持CGI的、适合于嵌入式系统的单任务的http服务器,源代码开放、性能高 配置 boa-0.94.13 # ./configure 1 修改Makefile CC = arm-linux-gcc CPP = arm-linux-gcc -E 编译 boa-0.94.13 # make 出现如下错误 出现错误: yacc -d boa_grammar.y make: yacc: Command not found make: *** [y.tab.c] Error 127 办法: # sudo apt-get install bison 出现错误: lex boa_lexer.l make: lex: Command not found make: *** [lex.yy.c] Error 127 解决办法: # sudo apt-get install flex 出现错误: arm-none-eabi-gcc -g -O2 -pipe -Wall -I. -c -o alias.o alias.c In file included from alias.c:26:0: boa.h:41:19: fatal error: netdb.h: No such