Hi guys!

After a lot of testing and doing silly things (last resort stuff), I finally
managed to get jk2 compiled.   And it works!  YES!!!

Here is what I did:

1.  download
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/jakar
ta-tomcat-connectors-4.0.2-01-src.tar.gz

2. cd to the "src/jk/native2/server/apache2" directory

3. edit the above lines of the "Makefile" to suit your configuration making
sure that the APACHE2_HOME and the build.properties can be found.  (I just
copied the build.properties.sample from the "src/jk directory" into the
"src/jk/native2/server/apache2" directory and changed the location
accordingly).  You need to edit the build.properties of course.

4. Make  -  This will create the needed files into
"src/jk/build/WEB-INF/jk2/apache2".  Now an error will occur towards the
end.  Don�t worry.  All that has happened is that a file has been
incorrectly named and could therefore not be copied to the correct location.

5.  now cd into the "src/jk/build/WEB-INF/jk2/apache2/.lib" and rename the
file "libjk.al" to "libjk.lo" and copy it to the other *.lo files in the
"src/jk/build/WEB-INF/jk2/apache2" directory.

6.  finally to build your mod_jk.so do "gcc -shared -o mod_jk.so *.lo"

That�s it!

I just want to point out that some linux gurus might cringe at the way I
have done things.  I�m no linux expert, I just don�t give up :-) !  If
anybody should have any suggestions based on this mini-howto I�m all ears!

bye Michael Delamere


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to