mod_tile
mod_tile copied to clipboard
init_storage_backend: Value too large for defined data type
There is problem with stat function on big filesystem (XFS, 2TB+)
Possible fix (worked for me): store.c add:
define __USE_LARGEFILE64
define _LARGEFILE_SOURCE
define _LARGEFILE64_SOURCE
define __USE_FILE_OFFSET64
before #include <sys/stat.h>
Is this still a problem?