I'm trying to build the new native code stuff on my Linux box, and am running
into the following SOLARIS-specific issues:
service/src/native/jsvc.h
- The header file <sys/systeminfo.h> is SOLARIS specific
service/src/native/jsvc_unix.c
- The sysinfo() system call, defined in <sys/systeminfo.h>
is SOLARIS specific
connectors/src/
- No Makefile that copies Makedefs.orig to Makedefs
connectors/src/webapplib/
- I can build the library, but what do I do with it?
connectors/src/apache-1.3/
- How do I install and configure this connector in Apache?
(Among other things, it looks like it'll need access to the
"wa.h" header file at compile time, and the library
at runtime.)
Craig