You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bonifacio Braganza <bo...@wipro.com> on 2001/02/09 11:45:43 UTC

Where can I find dlfcn.h for mod_jk.c for HPUX compilation

Hi,
 I'm getting the following error when I try to compile mod_jk.c in HP UX 10. Did not find the mentioned file anywhere in the source distribution, and nither on the system.

gcc -DHPUX10 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_MODULE
 -I/usr2/tranweb/apache1.3/include -I../jk -I/opt/java/include -I/opt/java/inclu
de/hp-ux -I/opt/java/include/green_threads -D_HPUX_SOURCE  -c ../jk/jk_jni_worke
r.c
../jk/jk_jni_worker.c:64: dlfcn.h: No such file or directory
../jk/jk_jni_worker.c:764: warning: #warning -----------------------------------
--------------------
../jk/jk_jni_worker.c:765: warning: #warning NO JAVA 2 HEADERS! SUPPORT FOR JAVA
 2 FEATURES DISABLED
../jk/jk_jni_worker.c:766: warning: #warning -----------------------------------
--------------------
apxs:Break: Command failed with rc=65536
*** Error exit code 1
 
Stop.

Please let me know if I'm missing anything

Many thanx
Bonifacio Braganza