On Tue, Jul 27, 2004 at 11:25:03AM +0200, S�bastien GALLET wrote: > I can't compile mod_jk with my debian (sarge) > Here is the log > > make[2]: entrant dans le r�pertoire � > /var/data1/neo/apache/TMP/libapache2-mod-jk/src/jk/native/common � > /bin/sh /usr/share/apache2/build/libtool --silent --mode=compile gcc > -I/usr/include/apache2 -g -O2 -DHAVE_JNI -I/usr/include/apr-0 -pipe > -I/usr/include/xmltok -I/usr/include/openssl -O2 -pipe > -I/usr/include/xmltok -I/usr/include/openssl -O2 -pthread -DHAVE_APR > -I/home/thom/packages/apache2-2.0.49/build-tree/apache2-build/worker/srclib/apr/include > > /home/thom/packages/apache2-2.0.49/build-tree/apache2/srclib/apr/include -g > -O2 -DHAVE_JNI -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE > -D_SVID_SOURCE -D_GNU_SOURCE -I /usr/lib/j2se/1.4/include -I > /usr/lib/j2se/1.4/include/linux -c jk_ajp12_worker.c > gcc: cannot specify -o with -c or -S and multiple compilations > make[2]: *** [jk_ajp12_worker.lo] Erreur 1
First of all, sorry for my english. On debian sarge you need the apache2-dev package. This is not installable - at this time. mod_jk needs the APR source for compile. I be solved this problem: 1. Removed the debian apache2 packages and the dependencies 2. Installed the apache-2.0.x by hand (configure/make/make install) 3. Installed the Tomcat-4.x/5.x 4. Installed the mod_jk It works fine. I use Apache-2.0.50/Tomcat-5.0.27/ jakarta-tomcat-connectors-jk2-2.0.4, but the problem you've write is on other versions the same. greetings Mario -- "Grau ist alle Theorie, und schwierig die Praxis!" (Goethe, Faust I) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
