Posted By:
jayesh_patel
Posted On:
Wednesday, March 20, 2002 10:39 PM
I have dowlnload and unpack jakarta-tomcat-3.2.3-src into /usr/local then I have change directory to /usr/local/jakarta-tomcat-3.2.3/src/native/apache1.3 and run this command make -f Makefile.linux then I have copy mod_jk.so to /usr/local/apacha/libexec When I appending this line to httpd.conf : Include /usr/local/tomcat/conf/mod_jk.conf-auto and when run this command ./apachectl configtest I get this error message : API module structure jk_module in file /usr/local/apache/libexec/mod_jk.so is garbled - perhaps this is not an apache module DSO? my tomcat is installed in
More>>
I have dowlnload and unpack jakarta-tomcat-3.2.3-src into /usr/local
then I have change directory to /usr/local/jakarta-tomcat-3.2.3/src/native/apache1.3
and run this command
make -f Makefile.linux
then I have copy mod_jk.so to /usr/local/apacha/libexec
When I appending this line to httpd.conf :
Include /usr/local/tomcat/conf/mod_jk.conf-auto
and when run this command
./apachectl configtest
I get this error message :
API module structure jk_module in file /usr/local/apache/libexec/mod_jk.so is garbled -
perhaps this is not an apache module DSO?
my tomcat is installed in /usr/local/tomcat directory.
why this proble occur ?
<<Less