RE: Sun Seeking Experts for New Java Certification!

2001-03-28 Thread Parry, Alan

unsubscribe



RE: error loading mod_jk.so

2001-03-15 Thread Parry, Alan

I had a similar problem once. Did you use apxs to compile the mod_jk? If so
check that all the required libraries can be located for linking. My problem
was that java was not installed in the default location and no relevant
error appeared.

Alan

> -Original Message-
> From: Mike Braden [mailto:[EMAIL PROTECTED]]
> Sent: 15 March 2001 5:13 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: error loading mod_jk.so
> 
> 
> I've seen this before, but don't recall the particular solution.
> 
> Are you sure you have DSO support in apache?
> 
> # /usr/local/apache/bin/httpd -l
> Compiled-in modules:
>   http_core.c
>   mod_so.c
> 
> mod_so.c should be there.
> 
> Maybe a search of the list archive would turn something up.
> 
> Mike.
> --
> Mike Braden
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> 
> -Original Message-
> From: Thomas Borland [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 3:53 PM
> To: tomcat user
> Subject: error loading mod_jk.so
> 
> 
> Hello,
> 
> I've compile mod_jk.so for FreeBSD 4.1 using Makefile.freebsd 
> that comes
> with the source tar (under dir apache1.3). I now receive the following
> error while trying to start Apache.
> 
> Syntax error on line 8 of
> /usr/local/jakarta-tomcat-3.2.1/conf/mod_jk.conf-atuo:
> Cannot load /usr/local/libexec/mod_jk.so into server:
> /usr/local/libexec/mod_jk.so: Undefined symbol "map_name_at"
> /usr/local/sbin/apachectl start: httpd could not be started
> 
> Any suggestions how to fix this would be greatly appreciated.
> 
> Thanks
> Tom
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>