"A month of sundays ago Kai Chen wrote:" > Here is my config.h... /* Define if you have the lseek64 function. */ #define HAVE_LSEEK64 1 That's conclusive. Large file support is compiled in. If you can't seek beyond 2GB it must be because you are using a file as resource and don't have large file support in the FS. Peter