Try configuring like this:

./configure --with-apxs=/usr/sbin/apxs

using your path to apxs.  If you don't have apxs on your system, you
probably should reinstall apache (with DSO support), from source is probably
preferrable.

Tom Veldhouse

----- Original Message -----
From: "Manoj Kithany" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, September 04, 2002 2:14 PM
Subject: mod_jk.c Compilation Errors


> Hi Experts,
>
> Greetings!
>
> I am using Apache(1.3) and Tomcat (4.0.4) on IBM AIX (5.1) System.
> I am havin high time in integrating APache and Tomcat. Binary "mod_jk" is
> NOT available for IBM AIX System - so I try to build it using following
> procedure but get ERRORS.
>
> I tried to execute "./buildconf.sh" and then execute "./configure" without
> having any problems. But when I execute "make" I get following Error -
> wonder why? It says "header" fiels are missing!!!
>
> Can you please look into this problem - would really appreciate your
> precious time. The Error is:
> --------------------------------------------------
> # make
> Making all in common
> Target "all" is up to date.
> Making all in apache-1.3
>         /bin/sh ../libtool --mode=compile
/usr/bin/gcc -DPACKAGE=\"mod_jk\"
> -DVERSION=\"1.2.0\" -DHAVE_DLFCN_H=1  -I. -I.     -I../comm
> on -g -O2 -c -o mod_jk.lo `test -f mod_jk.c || echo './'`mod_jk.c
> rm -f .libs/mod_jk.lo
> /usr/bin/gcc -DPACKAGE=\"mod_jk\" -DVERSION=\"1.2.0\" -DHAVE_DLFCN_H=1 -I.
> -I. -I../common -g -O2 -c mod_jk.c  -DPIC -o .libs/mod_jk.lo
> mod_jk.c:71: ap_config.h: No such file or directory
> mod_jk.c:72: httpd.h: No such file or directory
> mod_jk.c:73: http_config.h: No such file or directory
> mod_jk.c:74: http_request.h: No such file or directory
> mod_jk.c:75: http_core.h: No such file or directory
> mod_jk.c:76: http_protocol.h: No such file or directory
> mod_jk.c:77: http_main.h: No such file or directory
> mod_jk.c:78: http_log.h: No such file or directory
> mod_jk.c:79: util_script.h: No such file or directory
> mod_jk.c:80: util_date.h: No such file or directory
> mod_jk.c:81: http_conf_globals.h: No such file or directory
> In file included from jk_global.h:68,
>                  from jk_service.h:73,
>                  from mod_jk.c:97:
> jk_version.h:80: warning: `PACKAGE' redefined
> *Initialization*:1: warning: this is the location of the previous
definition
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> #
> ----------------------------------------------------------------
>
> Any infor, from the above transcript would be appreciated!
>
> THANKS again.
>
> Manoj G. Kithany
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to