Hi Jerry That's exactly it. We're using Apache 1.3.28.
I'll get the sources and recompile the module *without* EAPI, and we'll try again and see how that works out. Thanks! -Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 4:28 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Problems loading mod_jk into apache. Dan: What version of Apache do you have? Your precompiled mod_jk is looking for an APR socket that your Apache does not have. APR is the Apache Portable Runtime project, a feature related to Apache 2.x. You probably have a 1.3.x httpd, which does not have APR. You will either need to recompile your Apache 1.3.x with EAPI, or compile a mod_jk with no EAPI. Jerry Dan Zubey said: > Hi All. > > > > I downloaded the suse 9.0 pre-made mod_jk module for SuSE 9.0 (i386) and > installed it. > > > > When I try to restart apache with mod_jk, I'm getting an: > > > > Syntax error on line 226 of /etc/httpd/httpd.conf: > > Cannot load /usr/lib/apache/mod_jk.so into server: > /usr/lib/apache/mod_jk.so: undefined symbol: apr_sockaddr_ip_get > > > > Line 226 in /etc/httpd/httpd.conf contains: > > LoadModule mod_jk /usr/lib/apache/mod_jk.so > > > > I've also included the directives: > > Include /var/tomcat3/conf/jk/mod_jk.conf-auto > > AddModule mod_jk.c > > > > Again, we're using SuSE 9.0 on x86. Let me know if there's more > information > I can give. > > > > Any help at all would be really appreciated, I'm thoroughly stumped. > > > > Thanks, > > > > -Dan > > > > > > ----- > > Dan Zubey N7NMD > > Network Engineer / Information Security > > United Drugs Corporate Office > > 602.678.1179 x270 > > 800.800.2988 > > 602.678.0772 Fax > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
