RE: Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-28 Thread Mauricio Cadima
the mod_jk2.so with and without this option, what is this for? Thanks -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:46 PM To: Tomcat Users List Subject: Re: Problem with cc-gcc compiling mod_jk in Solaris 9 Mauricio, Are you trying

Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-27 Thread Mauricio Cadima
Hi I'm trying to compile mod_jk in Solaris 9 with Apache 1.3 and Tomcat 4.1, I followed the instructions explained in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/quickhowto.html . I don't have cc installed so I created a symbolic link to gcc (CC=gcc) and I added the gcc executable and

Re: Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-27 Thread Mark Eggers
Mauricio, Are you trying to compile mod_jk, or mod_jk2? Instead of creating a symbolic link, do the following: 1. Make sure that gcc is in your path (it's usually installed in /opt/something if I remember correctly). 2. Set an environment variable: setenv CC=gcc (C shell) export CC=gcc (Bash