Phew! It always makes me nervous when I have to fix something I don't fully understand.
Just curious, when I build mod_jk 1.2 for Apache 1.3 (this is on RedHat Linux), through buildconf.sh, configure [params] amd make, I always have problems with this: ------------------- make[1]: Entering directory `/usr/src/jakarta/jakarta-tomcat-connectors/jk/native/apache-1.3' make[1]: *** No rule to make target `mod_jk.', needed by `libjk.a'. Stop. ------------------- The fix it trivial, but not proper (I just put 'OBJEXT=o' into apache-1.3/Makefile). Is it my environment (libtool, autoconf, automake etc.) doing this or is this a real problem? Bojan On Wed, 2002-04-03 at 11:18, [EMAIL PROTECTED] wrote: > On 3 Apr 2002, Bojan Smojver wrote: > > > I've committed a patch to mod_jk.c (apache 1.3) that changes aplog_error > > into ap_log_error (which I found to be the proper call in Apache 1.3), > > but since I'm not all that familiar with Apache, I'm not 100% sure I did > > the right thing. Could some of the mod_jk gurus please verify that this > > is correct... > > It is correct - I cut and pasted from the wrong place. > > ( thanks ! ) > > Costin > > > -- > 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]>