Hello,

I'd like to use a Apache+Tomcat for using SSL & Certificates.
I need to build the mod_jk module for Apache.

I have downloaded jakarta-tomcat-connectors-jk-1.2-src-current.zip from
Jakarta Web Site.
I have unzipped it and:

1) cd (DIR)/jk/native
2) ./configure --with-apxs=(APACHE DIR)/bin/apxs
3) make

and I'm optaining these errors:

gcc -I/usr/local/apache/include -g -O2 -DLINUX=22 -DMOD_SSL=208115 -DUSE_HSR
EGEX
 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -g -O2 -I
/usr/java/j2sdk1.4.0//include
-I /usr/java/j2sdk1.4.0//include/ -c jk_connect.c  -fPIC -DPIC -o
.libs/jk_conne
ct.lo
jk_connect.c: In function `jk_resolve':
jk_connect.c:123: `in_addr_t' undeclared (first use in this function)
jk_connect.c:123: (Each undeclared identifier is reported only once
jk_connect.c:123: for each function it appears in.)
jk_connect.c:123: parse error before `laddr'
jk_connect.c:167: `laddr' undeclared (first use in this function)
make[1]: *** [jk_connect.lo] Error 1
make[1]: Leaving directory
`/home/javauser/apache/jakarta-tomcat-connectors-jk-1
.2.5-src/jk/native/common'
make: *** [all-recursive] Error 1

Anyone can help me with this?

I'm using RH 7, on a i686

-- Ivan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to