I am using apache 1.3.14 but my systems group should be pushing 1.3.26 out later today or tomorrow. So John Turner's links don't help -- I tried that too ;-)
Now I have discovered that there are a bunch of configure scripts available at <http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/src/> and am trying to work with those .. but of course I am still running into some problems (some of which are probably my own doing as I am new to this I am afraid).
I am running
./configure --with-apxs=/path-to/apache_1.3.14/bin/apxs --with-java-home=path-to/jdk_130
which goes ok.
Then when I issue make, I receive
Making all in common
/bin:/usr/common/bin:/usr/common/etc:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/var/ifor --mode=compile gcc -I/web2_sys/apache_1.3.14/include -g -O2 -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -DMOD_SSL=207101 -DMOD_PERL -DUSE_HSREGEX -DEAPI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -q32 -D_LARGE_FILES -qlonglong -g -O2 -I /include -I /include/ -c ./jk_ajp12_worker.c
/usr/bin/sh: /bin:/usr/common/bin:/usr/common/etc:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/var/ifor: not found.
make: 1254-004 The error code from the last command is 127.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
Near as I can figure, my /sbin directory does not contain what the script is looking for (in this case, /sbin/var/ifor). In fact the sbin directory contains only 3 files and one other dir named helpers. So I am not sure if I can comment that out or go back to the systems group and ask them or what.
At 01:26 PM 11/5/2002 -0600, Milt Epstein wrote:
If you really want to build it yourself, I'd take the above error message and go search comp.unix.aix at groups.google.com. This is really an AIX shared library question, not an Apache module question. I've seen this error before, and the solution is to use certain linker/loader options (I don't remember exactly which ones, but you can find them in comp.unix.aix), and/or perhaps find an apxs that works with AIX. (If you're using an old Apache, upgrading might help, because I'd think newer versions would have an apxs that has been "fixed" for AIX.)The other alternative is to find an already built mod_jk, matched to your version of AIX and Apache. John Turner has collected a bunch of built mod_jk's (and corresponding howto's) at his web site, including some for AIX (I know, because I contributed one :-). The web site is something like: http://www.johnturner.com/ Or search the list archives.
======================================================== Maureen Barger, CIT/ID, Cornell University Ithaca, NY 14850 [EMAIL PROTECTED] http://mo.cit.cornell.edu/ Experience is something you don't get until just after you need it. -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
