No mod_jk.so generated when compiling tomcat connector
Posted
by
user1171848
on Server Fault
See other posts from Server Fault
or by user1171848
Published on 2012-12-11T16:19:14Z
Indexed on
2012/12/11
17:07 UTC
Read the original article
Hit count: 258
When I try to compile the tomcat connector from source, everything appears fine except that no mod_jk.so file gets created.
Software versions:
RHEL6 x86_64
httpd-2.4.3
tomcat-connector 1.2.37
Commands:
The only warning message during the make is:
cd native
./configure --with-apxs=/usr/local/apache2/bin/apxs
make
cd apache-2.0
ls
Warning! dlname not found in /usr/local/tomcat-connectors-1.2.37-src/native/apache-2.0/mod_jk.la.
Does anyone have any suggestions on how to get the mod_jk.so file to be generated?
© Server Fault or respective owner