[Tile-serving] [mod_tile] init_storage_backend: Value too large for defined data type (#88)
Tomasz365
notifications at github.com
Fri Aug 29 18:40:02 UTC 2014
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>
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/88
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140829/40e5320e/attachment.html>
More information about the Tile-serving
mailing list