Im setting up a webserver Sinister Koala and ive installed apache and ive also installed tomcat so i can use java server pages.
the directions say to install the module using the following line
apxs -c -o mod_jk.so *.c
and when i execute that i get an error saying
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform, make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary '/usr/local/apache/bin/httpd'.
anyone know how to fix this??? what i want to do is install tomcat as a in server module of apache, and these are the steps laid out in the directions...
the directions say to install the module using the following line
apxs -c -o mod_jk.so *.c
and when i execute that i get an error saying
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform, make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary '/usr/local/apache/bin/httpd'.
anyone know how to fix this??? what i want to do is install tomcat as a in server module of apache, and these are the steps laid out in the directions...