> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 30, 2001 12:10 PM

>   Try it with
> gcc -shared -o mod_jk.so *.o -lposix4
> that worked for me on Solaris 8 x86.


nope. no good either.
I did notice more output though, because the first couple of times if spit
past my buffer I used
script to capture my run.
Here is the newer stuff:


gcc -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -
DNO_DL_NEEDED  -I/usr/loca
l/apache/include -I../jk -I/usr/java/include -I/usr/java/include/solaris  -c
mod_jk.c
In file included from ../jk/jk_util.h:66,
                 from mod_jk.c:90:
../jk/jk_pool.h:116: parse error before `jk_pool_atom_t'
mod_jk.c: In function `jk_handler':
mod_jk.c:679: `jk_pool_atom_t' undeclared (first use in this function)
mod_jk.c:679: (Each undeclared identifier is reported only once
mod_jk.c:679: for each function it appears in.)
mod_jk.c:679: parse error before `buf'
mod_jk.c:680: `buf' undeclared (first use in this function)

Reply via email to