mod_tile icon indicating copy to clipboard operation
mod_tile copied to clipboard

init_storage_backend: Value too large for defined data type

Open bielitom opened this issue 10 years ago • 1 comments

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>

bielitom avatar Aug 29 '14 18:08 bielitom

Is this still a problem?

pantierra avatar Feb 14 '21 23:02 pantierra