Hi guys, I'm using Apache Web Server 1.3.x, my jk version is 
mod_jk-apache-2.0.46-linux-i686.so (well, that's the file I downloaded). 
Upgrading to apache 2 is really getting me spooked since I might break 
something (Web Host Manager and CPanel). When I start httpd

[EMAIL PROTECTED] [/opt/apache-tomcat-5.0.17/bin]# httpd start
Syntax error on line 126 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_jk.so into server: 
/usr/local/apache/libexec/mod_jk.so: undefined symbol: apr_sockaddr_ip_get
/usr/sbin/httpd start: httpd could not be started

Here's how I load the mod_jk in apache httpd.conf, I just renamed the file from 
mod_jk-apache-2.0.46-linux-i686 to mod_jk and put it inside libexec directory.

#jk module for tomcat connection
<IfModule !mod_jk>
LoadModule jk_module libexec/mod_jk.so
</IfModule>


I'm not a system admin by nature, it so happens that I'm a lone developer here 
in my company who does everything. So I hope you understand... Thanks!

                
---------------------------------
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail Beta.

Reply via email to