Hello,
    I am trying to run tomcat 3.2 with apache 1.3 on Solaris 2.6. I can make the mod_jk.so by
apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c
and then run
gcc -shared -o mod_jk.so *.o
 
I receive the error "symbol fdatasync: referenced symbol not found" at run time ( as predicted by the homepage...)
so I follow the instruction placing -lposix4 just in front of -c. BUT IT DOESN'T WORK!!!
 
Anyone can HELP?
 
Daniel 

Reply via email to