RE: mod_jk tomcat/apache connector issue (dead horse)

2003-01-08 Thread Mark Eggers
Looks like there is a problem with setting up the build environment (gcc, libtool, ld). I don't have a Solaris machine handy, so I'll try to comment on this from memory. You have been warned. I'm guessing that libtool is sending options for the GNU ld command, while it is executing the Solaris-s

RE: mod_jk tomcat/apache connector issue (dead horse)

2003-01-08 Thread John Bullock
Okay... last-ditch attempt before I reinstall Solaris 8 and start over from scratch... I tried manually running the following command to compile mod_jk.so /usr/local/apache2/bin/apxs -DSOLARIS -o mod_jk.so -I../common -I/usr/java/include -I/usr/java/include/solaris -lposi x4 -c ../common/*.c mod_