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
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.
>>
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