On Sat, Dec 13, 2003 at 01:39:06PM -0700, Brad Nicholes wrote: > We have noticed at least on NetWare that enabling large file support > causes problems when trying to use acrobat reader in the browser to view > a .PDF file. My guess is that this is due to the redefinition of > apr_off_t to off64_t rather than off_t. Does anybody have any idea > where the incompatibility might be or where I should start looking?
Have you checked that APR_OFF_T_FMT is right for apr_off_t == off64_t? (anything that prints an apr_off_t might go wrong otherwise)