You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kiet Duong <du...@earthlink.net> on 2001/03/01 02:07:56 UTC

Re: help building mod_jk

I've search the archives and have tried the suggestions (including the one 
below).

Has anybody successfully gotten mod_jk to build and work on FreeBSD?  If 
so, can I get the precompiled version?

Thanks

KD



At 01:20 AM 2/28/2001, you wrote:
>this is an old problem. You should look first to the mailing list 
>database! however I wonder why this bug still exist!
>This is an old response.
>---
>I'm not sure where is the error in the makefile because I'm not a shell 
>expert, but I solve the problem launching by myself apxs.
>The location of the apxs is (in my configuration) /usr/local/sbin/ instead 
>of ${APACHE_HOME}/bin/
>After correcting this I launch the Makefile that compile the mod_jk.so 
>(make all). The script launch :
>
>/usr/local/sbin/apxs -c -I/usr/local/jdk1.1.8/include 
>-I/usr/local/jdk1.1.8/include/freebsd -DFREEBSD 
>-I/usr/local/apache/include -I../jk mod_jk.c
>
>As you can see it compiles only the mod_jk.c. The command you have to 
>launch is:
>
>/usr/local/sbin/apxs -c -I/usr/local/jdk1.1.8/include 
>-I/usr/local/jdk1.1.8/include/freebsd -DFREEBSD 
>-I/usr/local/apache/include -I../jk mod_jk.c ../jk/*.c
>
>If you use a different jdk just yank the apxs command and add ../jk/*.c at 
>the end as I did.
>
>It works with all the jdk (1.1.8, 1.2 beta native and 1.2 linux)
>
>
>regards
>
>At 21.21 27/02/2001 -0600, you wrote:
>>Can any one make a suggestion as to solving following error.
>>
>>
>>bash-2.04# apachectl configtest
>>Syntax error on line 8 of /usr/local/www/conf/mod_jk.conf-auto:
>>Cannot load /usr/local/www/libexec/mod_jk.so into server: 
>>/usr/local/www/libexec/mod_jk.so: Undefined symbol "map_name_at"
>>
>>Kiet Duong
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, email: tomcat-user-help@jakarta.apache.org
>