bujuexiao 2013-06-06 08:39 采纳率: 0%
浏览 4221

mod_jk报错,哪位大侠帮忙解答下

[root@langhuaqi-353 native]# make
Making all in common
make[1]: Entering directory /usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native/common'
make[1]: Nothing to be done for
all'.
make[1]: Leaving directory /usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native/common'
Making all in apache-2.0
make[1]: Entering directory
/usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0'
/usr/local/apache2/build/libtool --silent --mode=compile gcc -std=gnu99 -I/usr/local/apache2/include -g -O2 -DUSE_APACHE_MD5 -I ../common -I /root/jdk1.6.0_20/include -I /root/jdk1.6.0_20/include/unix -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -DHAVE_APR -I/usr/local/apache2/include -I/usr/local/apache2/include -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -c mod_jk.c -o mod_jk.lo
mod_jk.c: In function 'jk_error_exit':
mod_jk.c:446: warning: initialization from incompatible pointer type
mod_jk.c:446: error: expected expression before ')' token
mod_jk.c:446: warning: passing argument 5 of 'ap_log_error_' makes integer from pointer without a cast
/usr/local/apache2/include/http_log.h:372: note: expected 'apr_status_t' but argument is of type 'const struct server_rec '
mod_jk.c: In function 'init_ws_service':
mod_jk.c:499: error: 'conn_rec' has no member named 'remote_ip'
mod_jk.c:499: error: 'conn_rec' has no member named 'remote_ip'
mod_jk.c:499: error: 'conn_rec' has no member named 'remote_ip'
mod_jk.c:515: warning: implicit declaration of function 'ap_get_server_version'
mod_jk.c:515: warning: cast to pointer from integer of different size
mod_jk.c:542: error: 'conn_rec' has no member named 'remote_ip'
mod_jk.c:542: error: 'conn_rec' has no member named 'remote_ip'
mod_jk.c: At top level:
mod_jk.c:1684: warning: initialization from incompatible pointer type
mod_jk.c:1692: warning: initialization from incompatible pointer type
mod_jk.c: In function 'create_jk_config':
mod_jk.c:2091: warning: passing argument 5 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'struct apr_pool_t *' but argument is of type 'struct server_rec *'
mod_jk.c:2091: warning: passing argument 6 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'const char *' but argument is of type 'struct apr_pool_t *'
mod_jk.c:2094: warning: passing argument 5 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'struct apr_pool_t *' but argument is of type 'struct server_rec *'
mod_jk.c:2094: warning: passing argument 6 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'const char *' but argument is of type 'struct apr_pool_t *'
mod_jk.c: In function 'copy_jk_map':
mod_jk.c:2123: warning: passing argument 5 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'struct apr_pool_t *' but argument is of type 'struct server_rec *'
mod_jk.c:2123: warning: passing argument 6 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'const char *' but argument is of type 'struct apr_pool_t *'
mod_jk.c: In function 'merge_jk_config':
mod_jk.c:2163: warning: passing argument 5 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'struct apr_pool_t *' but argument is of type 'struct server_rec *'
mod_jk.c:2163: warning: passing argument 6 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'const char *' but argument is of type 'struct apr_pool_t *'
mod_jk.c: In function 'jk_log_to_file':
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'server' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'server' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'server' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'log' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'connection' in something not a structure or union
mod_jk.c:2204: error: request for member 'server' in something not a structure or union
mod_jk.c: In function 'init_jk':
mod_jk.c:2395: warning: passing argument 5 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'struct apr_pool_t *' but argument is of type 'struct server_rec *'
mod_jk.c:2395: warning: passing argument 6 of 'jk_error_exit' from incompatible pointer type
mod_jk.c:433: note: expected 'const char *' but argument is of type 'struct apr_pool_t *'
mod_jk.c:2413: warning: cast to pointer from integer of different size
mod_jk.c: In function 'jk_post_config':
mod_jk.c:2437: warning: implicit declaration of function 'unixd_set_global_mutex_perms'
make[1]: *
* [mod_jk.lo] Error 1
make[1]: Leaving directory `/usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0'
make: *** [all-recursive] Error 1

  • 写回答

2条回答

  • qq_32242895 2015-10-26 09:39
    关注

    大神们,怎么没人来回答啊

    评论

报告相同问题?

悬赏问题

  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容