Mladen Turk wrote:
NormW wrote:

Missed a patch perhaps?
A build on Apache 2.1 shows symbols F_GETFL, F_SETFL as undefined and a text search through the JTC source tree finds the only references in jk_connect.c
Norm



Seems that we are missing header on Netware. IMO the F_GETFL/F_SETFL are defined inside <nks/fsio.h>, correct? I have added the needed header to jk_global.h. Can you check that? If it still doesn't compile can you figure out the needed header files.


MT.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


.

Good evening,
From a 'quick' check, F_GETFL and F_SETFL are in fcntl.h, and can get passed the previous error by just adding "fcntl.h" on its own at the same place you did (seems errno.h isn't required at this point, but so far I'm just trying a build with 2.1).
However, I now get the following error:


Generating Release\mod_jk_link.opt
Linking Release/mod_jk.nlm
### mwldnlm Linker Error:
#   Undefined symbol: 'jk_map_free'
#   referenced from 'jk_apr_pool_cleanup' in mod_jk.o
#   referenced from 'jk_apr_pool_cleanup' in mod_jk.o
#   referenced from 'jk_apr_pool_cleanup' in mod_jk.o

A text search of the jtc source tree fails to find any reference to where this is definded, which from its prefix, I assume is supposed to be in there somewhere...
Norm


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to