Re: Error Compiling mod_jk.c

2001-03-22 Thread John Harris
Made a typo in the first reply - the second apxs command should read -lposix4 not -posix4 Try the following: apxs -o mod_jk.so -DSOLARIS -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c If you receive a runtime error "fdatasync" not found try it with apxs -o mod_jk.so -DS

Re: Error Compiling mod_jk.c

2001-03-22 Thread John Harris
Try the following: apxs -o mod_jk.so -DSOLARIS -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c If you receive a runtime error "fdatasync" not found try it with apxs -o mod_jk.so -DSOLARIS -I/usr/java/include -I/usr/java/include/solaris -posix4 -c *.c ../jk/*.c John. >>

Error Compiling mod_jk.c

2001-03-22 Thread Wipro Helpdesk
Hi there,   I am using mod_jserv on my site now i want to upgrade the connector to mod_jk. but when when i am running the command   apxs  -o mod_jk.so   -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -I/usr/apache/include -c *.c ../jk/*.c   I get the following error   /usr