Hi, I am receiving an error during the configure program. I am using FreeBSD4.4, Samba 2.2.2, and OpenLDAP-2.0.18. the errors are: configure:6334: storage size of 'st64' isn't known configure: failed program was: #line 6326 "configure" #include "confdefs.h" #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif #include <sys/stat.h> int main() { struct stat64 st64; exit(lstat64(".",&st64)); ; return 0;} also configure:6367: storeage size of 'st64' isn't known configure: failed program was: #line 6359 "configure" #include "confdefs.h" #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif #include <sys/stat.h> int main() { struct stat64 st64; exit(lstat64(".",&st64)); ; return 0; } Does anyone have any info on this error? Dean