免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2136 | 回复: 1
打印 上一主题 下一主题

[Web] apache整合resin问题 [复制链接]

论坛徽章:
1
水瓶座
日期:2014-12-25 11:15:10
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-09-01 15:10 |只看该作者 |倒序浏览
本帖最后由 水底游 于 2014-09-01 15:14 编辑

apache版本2.4.10,resin3.1.12
在编译mod_caucho.so模块时,老是报错,不知各位有什么好招~

帮我参考下,是不是有什么东西没有编译进去的~~~

报错都是什么什么找不到的~~
  1. [root@node02 resin-3.1.12]# pwd
  2. /usr/local/resin-3.1.12
  3. [root@node02 resin-3.1.12]# ./configure --with-apxs=/usr/local/apache-2.4.10/bin/apxs
  4. checking build system type... x86_64-unknown-linux-gnu
  5. checking host system type... x86_64-unknown-linux-gnu
  6. checking target system type... x86_64-unknown-linux-gnu
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... none
  23. checking for a sed that does not truncate output... /bin/sed
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for fgrep... /bin/grep -F
  27. checking for ld used by gcc... /usr/bin/ld
  28. checking if the linker (/usr/bin/ld) is GNU ld... yes
  29. checking for egrep... (cached) /bin/grep -E
  30. checking how to run the C preprocessor... gcc -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking sys/poll.h usability... yes
  42. checking sys/poll.h presence... yes
  43. checking for sys/poll.h... yes
  44. checking sys/epoll.h usability... yes
  45. checking sys/epoll.h presence... yes
  46. checking for sys/epoll.h... yes
  47. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  48. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 1966080
  51. checking whether the shell understands some XSI constructs... yes
  52. checking whether the shell understands "+="... yes
  53. checking for /usr/bin/ld option to reload object files... -r
  54. checking for objdump... objdump
  55. checking how to recognize dependent libraries... pass_all
  56. checking for ar... ar
  57. checking for strip... strip
  58. checking for ranlib... ranlib
  59. checking command to parse /usr/bin/nm -B output from gcc object... ok
  60. checking for dlfcn.h... yes
  61. checking for objdir... .libs
  62. checking if gcc supports -fno-rtti -fno-exceptions... no
  63. checking for gcc option to produce PIC... -fPIC -DPIC
  64. checking if gcc PIC flag -fPIC -DPIC works... yes
  65. checking if gcc static flag -static works... no
  66. checking if gcc supports -c -o file.o... yes
  67. checking if gcc supports -c -o file.o... (cached) yes
  68. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  69. checking whether -lc should be explicitly linked in... no
  70. checking dynamic linker characteristics... GNU/Linux ld.so
  71. checking how to hardcode library paths into programs... immediate
  72. checking whether stripping libraries is possible... yes
  73. checking if libtool supports shared libraries... yes
  74. checking whether to build shared libraries... yes
  75. checking whether to build static libraries... yes
  76. Using shared library flags from /usr/local/apache-2.4.10/bin/apxs
  77. checking for JAVA_HOME... /usr/local/jdk1.7.0_65
  78. checking if Java is 64-bit... yes
  79. Using Apache 2.0 configuration /usr/local/apache-2.4.10/conf/httpd.conf
  80. Using Apache CFLAGS:   -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -pthread
  81. checking for JNI in /usr/local/jdk1.7.0_65/include/linux ... found
  82. Using JVMTI for class reloading
  83. Using openssl include in ... /usr/include
  84. Using openssl lib in ... /usr/lib64
  85. Using openssl libraries in ...  -lssl -lcrypto
  86. configure: creating ./config.status
  87. config.status: creating Makefile
  88. config.status: creating modules/c/src/Makefile
  89. config.status: creating modules/c/src/common/Makefile
  90. config.status: creating modules/c/src/apache1/Makefile
  91. config.status: creating modules/c/src/apache2/Makefile
  92. config.status: creating modules/c/src/resin_os/Makefile
  93. config.status: creating contrib/init.resin
  94. config.status: executing depfiles commands
  95. config.status: executing libtool commands
  96. [root@node02 resin-3.1.12]# make
  97. (cd modules/c/src; make)
  98. make[1]: Entering directory `/usr/local/resin-3.1.12/modules/c/src'
  99. for dir in common apache2   resin_os; do (cd $dir; make); done
  100. make[2]: Entering directory `/usr/local/resin-3.1.12/modules/c/src/common'
  101. gcc -c -I/usr/include -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI stream.c
  102. stream.c: 在函数‘select_host’中:
  103. stream.c:1299: 警告:将一个指针转换为大小不同的整数
  104. gcc -c -I/usr/include -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI config.c
  105. gcc -c -I/usr/include -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI memory.c
  106. /usr/bin/ld -m elf_x86_64 -r -o common.o stream.o config.o memory.o
  107. /usr/local/resin-3.1.12/libtool --silent --mode=compile gcc -o stream.lo -c -I/usr/include -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI stream.c
  108. stream.c: 在函数‘select_host’中:
  109. stream.c:1299: 警告:将一个指针转换为大小不同的整数
  110. /usr/local/resin-3.1.12/libtool --silent --mode=compile gcc -o config.lo -c -I/usr/include -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI config.c
  111. /usr/local/resin-3.1.12/libtool --silent --mode=compile gcc -o memory.lo -c -I/usr/include -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI memory.c
  112. make[2]: Leaving directory `/usr/local/resin-3.1.12/modules/c/src/common'
  113. make[2]: Entering directory `/usr/local/resin-3.1.12/modules/c/src/apache2'
  114. EGREP="/bin/grep -E" /usr/local/resin-3.1.12/libtool --silent --tag=CXX --mode=compile gcc -o mod_caucho.lo -c -I/usr/local/apache-2.4.10/include  -I/usr/local/apr/include/apr-1  -DRESIN_HOME=\"/usr/local/resin-3.1.12\" -I../common -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI   -DLINUX -D_REENTRANT -D_GNU_SOURCE  -g -O2 -pthread mod_caucho.c
  115. libtool: ignoring unknown tag CXX
  116. 在包含自 /usr/local/apache-2.4.10/include/ap_config.h:25 的文件中,
  117.                  从 mod_caucho.c:35:
  118. /usr/local/apache-2.4.10/include/ap_hooks.h:40:23: 错误:apr_hooks.h:没有那个文件或目录
  119. /usr/local/apache-2.4.10/include/ap_hooks.h:41:32: 错误:apr_optional_hooks.h:没有那个文件或目录
  120. 在包含自 mod_caucho.c:37 的文件中:
  121. /usr/local/apache-2.4.10/include/httpd.h:55:25: 错误:apr_buckets.h:没有那个文件或目录
  122. /usr/local/apache-2.4.10/include/httpd.h:763:21: 错误:apr_uri.h:没有那个文件或目录
  123. In file included from mod_caucho.c:37:
  124. /usr/local/apache-2.4.10/include/httpd.h:890: 错误:expected specifier-qualifier-list before ‘apr_bucket_brigade’
  125. /usr/local/apache-2.4.10/include/httpd.h:2016: 错误:expected specifier-qualifier-list before ‘apr_bucket_brigade’
  126. In file included from mod_caucho.c:38:
  127. /usr/local/apache-2.4.10/include/http_config.h:1233: 错误:expected ‘)’ before ‘int’
  128. 在包含自 mod_caucho.c:39 的文件中:
  129. /usr/local/apache-2.4.10/include/http_core.h:31:26: 错误:apr_optional.h:没有那个文件或目录
  130. In file included from /usr/local/apache-2.4.10/include/http_core.h:32,
  131.                  from mod_caucho.c:39:
  132. /usr/local/apache-2.4.10/include/util_filter.h:135: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  133. /usr/local/apache-2.4.10/include/util_filter.h:137: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  134. /usr/local/apache-2.4.10/include/util_filter.h:139: 错误:expected declaration specifiers or ‘...’ before ‘apr_read_type_e’
  135. /usr/local/apache-2.4.10/include/util_filter.h:297: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  136. /usr/local/apache-2.4.10/include/util_filter.h:299: 错误:expected declaration specifiers or ‘...’ before ‘apr_read_type_e’
  137. /usr/local/apache-2.4.10/include/util_filter.h:315: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  138. /usr/local/apache-2.4.10/include/util_filter.h:333: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  139. /usr/local/apache-2.4.10/include/util_filter.h:336: 错误:格式字符串实参不是字符串型
  140. In file included from /usr/local/apache-2.4.10/include/http_core.h:32,
  141.                  from mod_caucho.c:39:
  142. /usr/local/apache-2.4.10/include/util_filter.h:532: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  143. /usr/local/apache-2.4.10/include/util_filter.h:533: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  144. /usr/local/apache-2.4.10/include/util_filter.h:543: 错误:expected ‘)’ before ‘*’ token
  145. /usr/local/apache-2.4.10/include/util_filter.h:551: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  146. /usr/local/apache-2.4.10/include/util_filter.h:588: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  147. /usr/local/apache-2.4.10/include/util_filter.h:600: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  148. /usr/local/apache-2.4.10/include/util_filter.h:603: 错误:格式字符串实参不是字符串型
  149. In file included from /usr/local/apache-2.4.10/include/http_core.h:33,
  150.                  from mod_caucho.c:39:
  151. /usr/local/apache-2.4.10/include/ap_expr.h:299: 错误:expected ‘)’ before ‘int’
  152. In file included from mod_caucho.c:39:
  153. /usr/local/apache-2.4.10/include/http_core.h:687: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  154. /usr/local/apache-2.4.10/include/http_core.h:688: 错误:expected declaration specifiers or ‘...’ before ‘apr_read_type_e’
  155. /usr/local/apache-2.4.10/include/http_core.h:690: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  156. /usr/local/apache-2.4.10/include/http_core.h:720: 错误:expected ‘)’ before ‘apr_status_t’
  157. /usr/local/apache-2.4.10/include/http_core.h:732: 警告:数据定义时没有类型或存储类
  158. /usr/local/apache-2.4.10/include/http_core.h:743: 错误:expected specifier-qualifier-list before ‘ap_mgmt_type_e’
  159. /usr/local/apache-2.4.10/include/http_core.h:766: 错误:expected ‘)’ before ‘int’
  160. /usr/local/apache-2.4.10/include/http_core.h:779: 错误:expected declaration specifiers or ‘...’ before ‘ap_logio_add_bytes_in’
  161. /usr/local/apache-2.4.10/include/http_core.h:780: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  162. /usr/local/apache-2.4.10/include/http_core.h:779: 警告:数据定义时没有类型或存储类
  163. /usr/local/apache-2.4.10/include/http_core.h:782: 错误:expected declaration specifiers or ‘...’ before ‘ap_logio_get_last_bytes’
  164. /usr/local/apache-2.4.10/include/http_core.h:782: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  165. /usr/local/apache-2.4.10/include/http_core.h:782: 警告:数据定义时没有类型或存储类
  166. /usr/local/apache-2.4.10/include/http_core.h:782: 错误:与‘APR_DECLARE_OPTIONAL_FN’类型冲突
  167. /usr/local/apache-2.4.10/include/http_core.h:779: 附注:‘APR_DECLARE_OPTIONAL_FN’的上一个声明在此
  168. /usr/local/apache-2.4.10/include/http_core.h:891: 错误:expected ‘)’ before ‘void’
  169. /usr/local/apache-2.4.10/include/http_core.h:902: 错误:expected declaration specifiers or ‘...’ before ‘ap_ident_lookup’
  170. /usr/local/apache-2.4.10/include/http_core.h:903: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  171. /usr/local/apache-2.4.10/include/http_core.h:902: 警告:数据定义时没有类型或存储类
  172. /usr/local/apache-2.4.10/include/http_core.h:902: 错误:与‘APR_DECLARE_OPTIONAL_FN’类型冲突
  173. /usr/local/apache-2.4.10/include/http_core.h:779: 附注:‘APR_DECLARE_OPTIONAL_FN’的上一个声明在此
  174. /usr/local/apache-2.4.10/include/http_core.h:910: 错误:expected declaration specifiers or ‘...’ before ‘authz_some_auth_required’
  175. /usr/local/apache-2.4.10/include/http_core.h:910: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  176. /usr/local/apache-2.4.10/include/http_core.h:910: 警告:数据定义时没有类型或存储类
  177. /usr/local/apache-2.4.10/include/http_core.h:910: 错误:与‘APR_DECLARE_OPTIONAL_FN’类型冲突
  178. /usr/local/apache-2.4.10/include/http_core.h:779: 附注:‘APR_DECLARE_OPTIONAL_FN’的上一个声明在此
  179. /usr/local/apache-2.4.10/include/http_core.h:911: 错误:expected declaration specifiers or ‘...’ before ‘authn_ap_auth_type’
  180. /usr/local/apache-2.4.10/include/http_core.h:911: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  181. /usr/local/apache-2.4.10/include/http_core.h:911: 警告:数据定义时没有类型或存储类
  182. /usr/local/apache-2.4.10/include/http_core.h:911: 错误:与‘APR_DECLARE_OPTIONAL_FN’类型冲突
  183. /usr/local/apache-2.4.10/include/http_core.h:779: 附注:‘APR_DECLARE_OPTIONAL_FN’的上一个声明在此
  184. /usr/local/apache-2.4.10/include/http_core.h:912: 错误:expected declaration specifiers or ‘...’ before ‘authn_ap_auth_name’
  185. /usr/local/apache-2.4.10/include/http_core.h:912: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  186. /usr/local/apache-2.4.10/include/http_core.h:912: 警告:数据定义时没有类型或存储类
  187. /usr/local/apache-2.4.10/include/http_core.h:912: 错误:与‘APR_DECLARE_OPTIONAL_FN’类型冲突
  188. /usr/local/apache-2.4.10/include/http_core.h:779: 附注:‘APR_DECLARE_OPTIONAL_FN’的上一个声明在此
  189. /usr/local/apache-2.4.10/include/http_core.h:919: 错误:expected declaration specifiers or ‘...’ before ‘access_compat_ap_satisfies’
  190. /usr/local/apache-2.4.10/include/http_core.h:919: 错误:expected declaration specifiers or ‘...’ before ‘(’ token
  191. /usr/local/apache-2.4.10/include/http_core.h:919: 警告:数据定义时没有类型或存储类
  192. /usr/local/apache-2.4.10/include/http_core.h:919: 错误:与‘APR_DECLARE_OPTIONAL_FN’类型冲突
  193. /usr/local/apache-2.4.10/include/http_core.h:779: 附注:‘APR_DECLARE_OPTIONAL_FN’的上一个声明在此
  194. In file included from mod_caucho.c:40:
  195. /usr/local/apache-2.4.10/include/http_protocol.h:44: 错误:expected ‘)’ before ‘void’
  196. /usr/local/apache-2.4.10/include/http_protocol.h:76: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  197. /usr/local/apache-2.4.10/include/http_protocol.h:541: 错误:expected ‘)’ before ‘int’
  198. /usr/local/apache-2.4.10/include/http_protocol.h:616: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  199. /usr/local/apache-2.4.10/include/http_protocol.h:648: 错误:expected ‘)’ before ‘void’
  200. /usr/local/apache-2.4.10/include/http_protocol.h:700: 错误:expected specifier-qualifier-list before ‘apr_bucket_refcount’
  201. /usr/local/apache-2.4.10/include/http_protocol.h:708: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_bucket_type_error’
  202. /usr/local/apache-2.4.10/include/http_protocol.h:725: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  203. /usr/local/apache-2.4.10/include/http_protocol.h:736: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  204. /usr/local/apache-2.4.10/include/http_protocol.h:740: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  205. /usr/local/apache-2.4.10/include/http_protocol.h:741: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  206. /usr/local/apache-2.4.10/include/http_protocol.h:743: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  207. /usr/local/apache-2.4.10/include/http_protocol.h:744: 错误:expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’
  208. In file included from mod_caucho.c:41:
  209. /usr/local/apache-2.4.10/include/http_connection.h:93: 错误:expected ‘)’ before ‘conn_rec’
  210. /usr/local/apache-2.4.10/include/http_connection.h:134: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  211. /usr/local/apache-2.4.10/include/http_connection.h:142: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  212. mod_caucho.c: 在函数‘cse_get_module_config’中:
  213. mod_caucho.c:259: 错误:‘request_rec’没有名为‘per_dir_config’的成员
  214. mod_caucho.c:260: 错误:‘request_rec’没有名为‘per_dir_config’的成员
  215. mod_caucho.c: 在函数‘get_session_index’中:
  216. mod_caucho.c:509: 错误:‘request_rec’没有名为‘headers_in’的成员
  217. mod_caucho.c:528: 错误:‘request_rec’没有名为‘uri’的成员
  218. mod_caucho.c: 在函数‘write_env’中:
  219. mod_caucho.c:552: 错误:‘request_rec’没有名为‘uri’的成员
  220. mod_caucho.c:554: 错误:‘request_rec’没有名为‘unparsed_uri’的成员
  221. mod_caucho.c:574: 错误:‘request_rec’没有名为‘args’的成员
  222. mod_caucho.c:575: 错误:‘request_rec’没有名为‘args’的成员
  223. mod_caucho.c:588: 错误:‘conn_rec’没有名为‘remote_ip’的成员
  224. mod_caucho.c:590: 错误:‘conn_rec’没有名为‘remote_ip’的成员
  225. mod_caucho.c:591: 错误:‘conn_rec’没有名为‘remote_addr’的成员
  226. mod_caucho.c:594: 错误:‘request_rec’没有名为‘user’的成员
  227. mod_caucho.c:595: 错误:‘request_rec’没有名为‘user’的成员
  228. mod_caucho.c:596: 错误:‘request_rec’没有名为‘ap_auth_type’的成员
  229. mod_caucho.c:597: 错误:‘request_rec’没有名为‘ap_auth_type’的成员
  230. mod_caucho.c: 在函数‘write_headers’中:
  231. mod_caucho.c:635: 错误:‘request_rec’没有名为‘headers_in’的成员
  232. mod_caucho.c: 在函数‘write_added_headers’中:
  233. mod_caucho.c:665: 错误:‘request_rec’没有名为‘subprocess_env’的成员
  234. mod_caucho.c:677: 错误:‘request_rec’没有名为‘user’的成员
  235. mod_caucho.c:686: 错误:‘request_rec’没有名为‘args’的成员
  236. mod_caucho.c:688: 错误:‘request_rec’没有名为‘args’的成员
  237. mod_caucho.c:691: 错误:‘request_rec’没有名为‘uri’的成员
  238. mod_caucho.c:693: 错误:‘request_rec’没有名为‘uri’的成员
  239. mod_caucho.c: 在函数‘send_data’中:
  240. mod_caucho.c:790: 错误:‘request_rec’没有名为‘content_type’的成员
  241. mod_caucho.c:791: 错误:‘request_rec’没有名为‘headers_out’的成员
  242. mod_caucho.c:794: 错误:‘request_rec’没有名为‘headers_out’的成员
  243. mod_caucho.c: 在函数‘caucho_request’中:
  244. mod_caucho.c:896: 错误:‘conn_rec’没有名为‘remote_ip’的成员
  245. mod_caucho.c: 在函数‘caucho_status’中:
  246. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  247. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  248. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  249. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  250. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  251. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  252. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  253. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  254. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  255. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  256. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  257. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  258. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  259. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  260. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  261. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  262. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  263. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  264. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  265. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  266. mod_caucho.c:1134: 错误:‘request_rec’没有名为‘handler’的成员
  267. mod_caucho.c:1142: 错误:‘request_rec’没有名为‘content_type’的成员
  268. mod_caucho.c: 在函数‘cse_strip’中:
  269. mod_caucho.c:1203: 错误:‘request_rec’没有名为‘uri’的成员
  270. mod_caucho.c:1218: 错误:‘request_rec’没有名为‘filename’的成员
  271. mod_caucho.c:1219: 错误:‘request_rec’没有名为‘filename’的成员
  272. mod_caucho.c:1236: 错误:‘request_rec’没有名为‘args’的成员
  273. mod_caucho.c:1237: 错误:‘request_rec’没有名为‘uri’的成员
  274. mod_caucho.c:1237: 错误:‘request_rec’没有名为‘args’的成员
  275. mod_caucho.c:1239: 错误:‘request_rec’没有名为‘headers_out’的成员
  276. mod_caucho.c:1243: 错误:‘request_rec’没有名为‘headers_out’的成员
  277. mod_caucho.c:1244: 错误:‘request_rec’没有名为‘uri’的成员
  278. mod_caucho.c: 在函数‘cse_dispatch’中:
  279. mod_caucho.c:1263: 错误:‘request_rec’没有名为‘uri’的成员
  280. mod_caucho.c:1282: 错误:‘request_rec’没有名为‘handler’的成员
  281. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  282. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  283. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  284. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  285. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  286. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  287. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  288. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  289. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  290. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  291. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  292. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  293. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  294. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  295. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  296. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  297. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  298. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  299. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  300. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  301. mod_caucho.c:1289: 错误:‘request_rec’没有名为‘handler’的成员
  302. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  303. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  304. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  305. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  306. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  307. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  308. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  309. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  310. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  311. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  312. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  313. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  314. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  315. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  316. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  317. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  318. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  319. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  320. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  321. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  322. mod_caucho.c:1295: 错误:‘request_rec’没有名为‘handler’的成员
  323. mod_caucho.c: 在函数‘caucho_register_hooks’中:
  324. mod_caucho.c:1361: 错误:‘APR_HOOK_MIDDLE’未声明(在此函数内第一次使用)
  325. mod_caucho.c:1361: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其
  326. mod_caucho.c:1361: 错误:所在的函数内也只报告一次。)
  327. mod_caucho.c:1363: 错误:‘APR_HOOK_FIRST’未声明(在此函数内第一次使用)
  328. make[2]: *** [mod_caucho.lo] 错误 1
  329. make[2]: Leaving directory `/usr/local/resin-3.1.12/modules/c/src/apache2'
  330. make[2]: Entering directory `/usr/local/resin-3.1.12/modules/c/src/resin_os'
  331. gcc -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI  -m64 -fPIC -D_FILE_OFFSET_BITS=64 -DRESIN_HOME=\"/usr/local/resin-3.1.12\" -I/usr/include -I/usr/local/jdk1.7.0_65/include -I/usr/local/jdk1.7.0_65/include/linux -I../common -DCPU=\"x86_64\" -DOS=   -c -o jni_os.o jni_os.c
  332. gcc -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI  -m64 -fPIC -D_FILE_OFFSET_BITS=64 -DRESIN_HOME=\"/usr/local/resin-3.1.12\" -I/usr/include -I/usr/local/jdk1.7.0_65/include -I/usr/local/jdk1.7.0_65/include/linux -I../common -DCPU=\"x86_64\" -DOS=   -c -o jni_jvmti.o jni_jvmti.c
  333. gcc -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI  -m64 -fPIC -D_FILE_OFFSET_BITS=64 -DRESIN_HOME=\"/usr/local/resin-3.1.12\" -I/usr/include -I/usr/local/jdk1.7.0_65/include -I/usr/local/jdk1.7.0_65/include/linux -I../common -DCPU=\"x86_64\" -DOS=   -c -o jni_jvmdi.o jni_jvmdi.c
  334. /usr/bin/ld -m elf_x86_64 -shared -fPIC -L/usr/lib64 -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -lpthread -lc
  335. make[2]: Leaving directory `/usr/local/resin-3.1.12/modules/c/src/resin_os'
  336. make[1]: Leaving directory `/usr/local/resin-3.1.12/modules/c/src'
  337. [root@node02 resin-3.1.12]#
复制代码

论坛徽章:
1
水瓶座
日期:2014-12-25 11:15:10
2 [报告]
发表于 2014-09-01 15:46 |只看该作者
自个找到问题所在了。。。。
将apr和apr-util包含的头文件都复制到apache下解决:
cp /usr/local/apr/include/apr-1/* /usr/local/apache/include/
cp /usr/local/apr-util/include/apr-1/* /usr/local/apache/include/
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP