You should post this to the tomcat-user list, which where installation help
is available.
Did you compile apache for your system or install a binary version?
apxs is setup when apache is built for your system. apxs is a perl script
with the gcc and linker options used from the build of apache.
You may also want to check the archives for tomcat-users. There was a
recent post
from someone building mod_jk for AIX. I don't recall is there was a
solution posted.
Mike.
--
Mike Braden
[EMAIL PROTECTED]
-----Original Message-----
From: Rosalind Wilson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 27, 2001 7:10 AM
To: [EMAIL PROTECTED]
Subject: AIX 4.3.1, Apache 1.3.17, mod_jk.so compilation problems
I'm having trouble compiling mod_jk successfully using apxs (Apache 1.3.17)
on AIX 4.3.1. apxs doesn't appear to respond at all - it's not invoking
gcc.
I'm using the command line below
apxs -o mod_jk.so -DAIX -I../jk -I/usr/jdk_base/include
-I/usr/jdk_base/include/aix -c *.c ../jk/*.c
but the command just sits there (uses no processor time).
Tried the makefile route but I get the following error:
~~~~~~~~~~~~~~~~~
In file included from /usr/jdk_base/include/jni.h:36,
from ../jk/jk_jni_worker.c:67:
/usr/jdk_base/include/aix/jni_md.h:89: parse error before `*'
/usr/jdk_base/include/aix/jni_md.h:89: initializer element is not constant
/usr/jdk_base/include/aix/jni_md.h:89: parse error before `if'
/usr/jdk_base/include/aix/jni_md.h:89: parse error before `1'
/usr/jdk_base/include/aix/jni_md.h:89: parse error before `->'
/usr/jdk_base/include/aix/jni_md.h:89: redefinition of
`_currentSuspendState'
/usr/jdk_base/include/aix/jni_md.h:89: `_currentSuspendState' previously
defined here
/usr/jdk_base/include/aix/jni_md.h:89: parse error before `}'
make: 1254-004 The error code from the last command is 1.
~~~~~~~~~~~~~~~~
which turns out to be some kind of objection to sys_thread_t
Please help. Borderline hysterical.
-----------------------
Sell Art with GetSomeArt - FREE
register at http://www.getsomeart.com quoting reference TOTSEL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]