15 Oct
2009
15 Oct
'09
8:38 p.m.
On Thu, 2009-10-15 at 10:06 +0100, Paul Freeman wrote:
(some previous posts indicated this might be todo with 64bit file offsets so we've played around with disable-largefile and setting _FILE_OFFSET_BITS manually but without any success)
If your OS is 64bit, you can't disable 64bit file offsets. But yes, your problems clearly points to pread() being broken for some reason. The easiest way to see if that's the only thing broken is to comment out HAVE_PREAD from config.h after configure and recompile.