Uh sorry, the error log seems to have disappeared between my sending it and my ail being posted ! :)
To say it short, it's in the last line of the compilation (the 'link' line), I get /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x18): undefined reference to `main' mod_jk.o: In function `ws_start_response': /usr/local/jakarta-tomcat-connectors-4.0.2-01-src/jk/native/apache-2.0/mod_j k.c:225: undefined reference to `apr_psprintf' ... Then a heap of 'undefined reference' error lines. Thank if you can help ! :) > ------------------------------------------ > Claude Coiffier -TEAMLOG > +33(0)4 76 61 36 48 > -----Message d'origine----- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoy� : vendredi 6 septembre 2002 15:19 � : 'Tomcat Users List' Objet : RE: Apache 2.0 and Tomcat 4.0.4 - Compiling mod_jk problem Cool error! Which build process are you doing? I don't have a build-unix.sh in my dir tree. On a Linux (I use RH), you should be able to simply do the following: - change to /path/to/connector-src/jk/native - run buildconf.sh - run "./configure --with-apxs=/some/path/to/apache2/bin/apxs --with-java-home=${JAVA_HOME}" - run "make" - take the resulting mod_jk.so in apache-2.0 directory and copy it to $APACHE_HOME/modules John > -----Original Message----- > From: Claude Coiffier [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 9:03 AM > To: 'Tomcat Users List' (E-mail) > Subject: Apache 2.0 and Tomcat 4.0.4 - Compiling mod_jk problem > > > Hi, > > I'm working with Apache 2.0 and Tomcat 4.0.4, > I've been trying to execute build-unix.sh to compile mod_jk > under Linux, and > I get the following error : > -- 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]>
