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