Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 10 mod_jk won't compile for Apache HTTPD 2.4.6

Community Beginner ,
Jul 30, 2013 Jul 30, 2013

Making all in apache-2.0

make[1]: Entering directory `./src/connector-source/native/apache-2.0'

./apr/build-1/libtool --silent --mode=compile gcc -std=gnu99 -I./httpd/include  -DHAVE_CONFIG_H -DUSE_APACHE_MD5 -I ../common -I /include -I /include/unix -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -DHAVE_APR  -I./apr/include/apr-1 -I./apu/include/apr-1  -DHAVE_CONFIG_H -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -c mod_jk.c -o mod_jk.lo

mod_jk.c: In function 'init_ws_service':

mod_jk.c:832: error: 'conn_rec' has no member named 'remote_ip'

mod_jk.c:833: error: 'conn_rec' has no member named 'remote_addr'

mod_jk.c:1106: error: 'conn_rec' has no member named 'remote_ip'

mod_jk.c:1106: error: 'conn_rec' has no member named 'remote_ip'

make[1]: *** [mod_jk.lo] Error 1

make[1]: Leaving directory `./src/connector-source/native/apache-2.0'

make: *** [all-recursive] Error 1

960
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 28, 2014 May 28, 2014
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources