Mod_jk build problems Mod_jk version:jakarta-tomcat-connectors-jk-1.2.0-src Environment: Sparc Solaris 8 WWW server: Apache 1.3.26 with DSO and mod_ssl
mod_jk configure: ./configure --with-apxs=/usr/local/apacheSSL/bin/apxs --enable-EAPI Make Error: Making all in apache-1.3 /usr/local/bin/libtool --mode=compile gcc -DUSE_APACHE_MD5 -I ../common/ -I /usr/local/j2sdk1_3_1_01/include -I /usr/local/j2sdk1_3_1_01/include/ -I/usr/local/apacheSSL/include -DSOLARIS2=270 -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -g -O2 -DEAPI -I../common -c -o mod_jk.lo mkdir .libs gcc -DUSE_APACHE_MD5 -I ../common/ -I /usr/local/j2sdk1_3_1_01/include -I /usr/local/j2sdk1_3_1_01/include/ -I/usr/local/apacheSSL/include -DSOLARIS2=270 -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -g -O2 -DEAPI -I../common -c -fPIC -DPIC -o .libs/mod_jk.lo gcc: No input files *** Error code 1 make: Fatal error: Command failed for target `mod_jk.lo' Current working directory /export/home/staff/jakarta-tomcat-connectors-jk-1.2.0-src/jk/native/apache-1.3 *** Error code 1 make: Fatal error: Command failed for target `all-recursive' ---Ideas on how to fix this ? Fixed Error : (which I correct) Making all in apache-1.3 make: Fatal error in reader: Makefile, line 18: Unexpected end of line seen Current working directory /export/home/staff/jakarta-tomcat-connectors-jk-1.2.0-src/jk/native/apache-1.3 *** Error code 1 make: Fatal error: Command failed for target `all-recursive' -----Fixed by :JK_DIR := .. to JK_DIR = .. Ideas on how to fix this error ? I know there is a binary for Solaris 8 but I will need to install in solaris 7 as well so I figured I would build on Solaris 8 for a test. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
