I found this error several times in ths mailing list.... You should find
the answer...
However this is one for freebsd
----
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/j*.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)
Hope this help
andrea
---
At 02.11 28/01/2001 -0600, you wrote:
> I am trying to install tomcat on a slackware linux box. I followed the
>instructions found on:
> http://mikal.org/interests/java/tomcat_users/msg19668.html
> for compiling and setting everything up. However, when I start
>apache, I get the following error message:
>
>reality:/usr/local/apache/bin# ./httpd start
>Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto:
>Cannot load /usr/local/apache/libexec/mod_jk.so into
>server: /usr/local/apache/libexec/mod_jk.so: undefined symbol: map_name_at
> (note I am using the same versions of apache, tomcat etc. specified in
>the directions)
> I dug through the mailing list but was unable to find any solutions to
>the above problem.
> Any help would be appreciated!!
>
> Thanks,
> Ryan Cuprak
>
>==========================================================================
>| Ryan Cuprak |
>| [EMAIL PROTECTED] <www.cuprak.net> |
>| Home Ph: (860)-742-5561 46 Prospect St. Coventry CT 06238 |
>| College Ph: (773)-973-9661 1400 W. Devon Ave. PMB 271 Chicago, IL 60660|
>==========================================================================
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]