All,
I have looked around on alot of the sights and I haven't seen a
whole lot of success with anybody being able to build mod_jk on any
platform. Anyhow, I was wondering if anyone could give me a bit of
advice on building it on IRIX. I am running into alot of the same
issues others have on the boards and I just wondered if anyone hasd
found any good solutions.
I have been using this command to send to apxs...
/usr/freeware/apache/sbin/apxs -o mod_jk.so -DIRIX -I../jk
-I/usr/java/include -I/usr/java/include/irix -c *.c ../jk/*.c
It appears to get started and then pukes at the same `jk_pool_atom_t'
line in the mod_jk.c source that I have seen a lot of FBSD and Solaris
users run into. This is the exact output I get...
cc: unrecognized option `-n32'
cc: unrecognized option `-KPIC'
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)
mod_jk.c: At top level:
mod_jk.c:931: warning: excess elements in struct initializer
mod_jk.c:931: warning: (near initialization for `jk_module')
mod_jk.c:932: warning: excess elements in struct initializer
mod_jk.c:932: warning: (near initialization for `jk_module')
mod_jk.c:933: warning: excess elements in struct initializer
mod_jk.c:933: warning: (near initialization for `jk_module')
mod_jk.c:934: warning: excess elements in struct initializer
mod_jk.c:934: warning: (near initialization for `jk_module')
mod_jk.c:938: warning: excess elements in struct initializer
mod_jk.c:938: warning: (near initialization for `jk_module')
apxs:Break: Command failed with rc=1
I would be forever in the debt of someone who could give a relative
newby a hand in figuring
out why this blows up so badly. Or if there is a different version I
could try to make it work.
Thanks
--
-----------------------------------------------
David J. Hladky [EMAIL PROTECTED]
Software Engineer
-----------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]