Skip to main content
Participant
July 30, 2013
Question

ColdFusion 10 mod_jk won't compile for Apache HTTPD 2.4.6

  • July 30, 2013
  • 1 reply
  • 982 views

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

This topic has been closed for replies.

1 reply

Inspiring
May 28, 2014