Looks like you are missing the src to native/jk and native/apacheX.X. You
need to download the source version and copy the src/native directory into
the Tomcat binary tree.
Any Tomcat developers know why src/native isn't part of the binary distribution
as most people are going to integrate tomcat with some Webserver.
Bryan
According to [EMAIL PROTECTED]:
|
| Dear Tomcat users,
| When I run the following command to build mod_jk for apache For Solaris: I get
| the following errors. Can you please suggest me a solution to fix it...
| Thanks a lot for sparing yor time,
| regards,
| ravik
|
| apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include
| -I/usr/java/include/solaris -c
| *.c ../jk/*.c
|
| gcc: *.c: No such file or directory
| gcc: No input files
| apxs:Break: Command failed with rc=65536
|
|
|
--