On Mon, 2005-08-29 at 21:47 +0100, Mark Cooke wrote: > > On Monday 29 August 2005 08:50, Andrey V. Romanchev wrote: > > > I use samba on my embedded Linux-2.4.24 (uclibc-0.9.27, samba - 3.0.11) > > > box and meet subj problem.
> Prime candidates for the problem with large files will be either how > samba 3.0.11 was compiled or uclibc. uclibc does need large file > support explicitly enabling (according to a quick google). Turns out it was a cross-compile issue, and adding -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS wen compiling samba was the solution. Cheers, Mark -- Mark Cooke <[EMAIL PROTECTED]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
