https://bugs.openldap.org/show_bug.cgi?id=9987
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu hyc@openldap.org --- As your referenced link shows, you just need to define -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE when compiling. You can add this to CPPFLAGS manually when running configure. The INSTALL doc already tells you how to do this. No issue here, closing this ticket.