Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Installation : (Category) Unix :
jserv 1.1b2 running on hpux 10.20
I got jserv 1.1b2 running under 10.20. There is a problem in jserv_mmap.c. Apparently HAVE_MMAP does not get set even though hpux supports it, so jserv_gethost doesn't get compiled. I changed #if defined (HAVE_MMAP) && !defined(WIN32) to #if 1
and all was well.

tmroyAThotmailDOTcom
[Append to This Answer]
Previous: (Answer) Make fails with RH6.0
This document is: http://java.apache.org/faq/?file=331
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.