hi ,
i have mod_jk.so file.
i made with 

        /usr/local/apache/bin/apxs -o mod_jk.so  \
        -I${JAVA_HOME}/include/linux \
        -I../jk -I${JAVA_HOME}/include \
        -c *.c ../jk/*.c
         

when i included in the httpd.conf file
LoadModule mod_jk libexec/mod_jk.so

and restart the apache ,apache fail to restart

also

[warn]Loaded DSO modules/mod_jk.so uses plain apache 1/3 API,this module might crash 
under EAPI! (Please recompile it with -DEAPI),
how can i recompile with -DEAPI.

thanks in advance.

Mradul

Reply via email to