trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Hong-Bing Chen
Hi, I am trying to compile tomcat-apache plugin for Solaris and it fails. The versions are Apache 1.3.19, SunOs 5.8 and Perl 5.6.0. The error message is : "gcc -DSOLARIS -DUSE_EXPAT -I../lib/expat-lite -I/usr/apache1.3.19/include -I../common -I/usr/java1.3/j2sdk1_3_0/include

Re: trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Ed Gomolka
At 02:46 PM 4/5/01 -0400, Hong-Bing Chen wrote: Hi, I am trying to compile tomcat-apache plugin for Solaris and it fails. The versions are Apache 1.3.19, SunOs 5.8 and Perl 5.6.0. The error message is : "gcc -DSOLARIS -DUSE_EXPAT -I../lib/expat-lite -I/usr/apache1.3.19/include -I../common

Re: trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Hong-Bing Chen
Thanks Ed. I finished the build using "sh build-solaris.sh" after I updated my apxs file as below: #my $CFG_CFLAGS_SHLIB = q(); # substituted via Makefile.tmpl #my $CFG_LD_SHLIB = q(); # substituted via Makefile.tmpl #my $CFG_LDFLAGS_SHLIB = q(); # substituted via