这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » Apache 的util.c编译错误

共2条 1/1 1 跳转至

Apache 的util.c编译错误

高工
2013-03-27 09:01:46     打赏
我在redhat 9.0上编译arm版本的apache时提示:输入make后提示的
不知道哪里出了错,谢谢啦~~
cd ../apache_1.3.39
make
出现以下错误信息:
gcc -c  -I../os/unix -I../include   -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1410: error: `test_char_table' undeclared (first use in this function)
util.c:1410: error: (Each undeclared identifier is reported only once
util.c:1410: error: for each function it appears in.)
util.c:1410: error: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_logitem':
util.c:1487: error: `test_char_table' undeclared (first use in this function)
util.c:1487: error: `T_ESCAPE_LOGITEM' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1547: error: `test_char_table' undeclared (first use in this function)
util.c:1547: error: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1651: error: `test_char_table' undeclared (first use in this function)
util.c:1651: error: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':
util.c:1680: error: `test_char_table' undeclared (first use in this function)
util.c:1680: error: `T_OS_ESCAPE_PATH' undeclared (first use in this function)
make[3]: *** [util.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/httpd/tmp/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/httpd/tmp/apache_1.3.27'
make: *** [build] Error 2



关键词: Apache     util.c     编译     错误     funct    

高工
2013-03-27 20:18:34     打赏
2楼

谢谢!!!


共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]