Hi,
I am trying to integrate apache(1.3.14) and tomcat(3.2.1) on a Solaris
2.6/sparc machine. I met the following question when I tried to make
mod_jk.so file.
# make -f Makefile.linux (---has been modified for Solaris---)
/usr/local/apache/bin/apxs -I ../jk -I /usr/j2se/include -
I /usr/j2se/include/solaris -c -o mod_jk.so mod_jk.c
../jk/jk_ajp12_worker.c ../jk/jk_connect.c ../jk/jk_msg_buff.c ../jk/jk_ut
il.c ../jk/jk_ajp13.c ../jk/jk_jni_
worker.c ../jk/jk_pool.c ../jk/jk_worker.c ../jk/jk_ajp13_worker.c ../jk/jk
_lb_worker.c ../jk/jk_sockbuf.c ..
/jk/jk_map.c ../jk/jk_uri_worker_map.c
(---here is the message---)
make: /usr/local/apache/bin/apxs: Command not found
make: *** [mod_jk.so] Error 127
Can anyone tell me the possible reason for this error?
I very appreciate if you can give me any hint or answers.
yours
----------------------
zhong zhihua