On Mon, Nov 25, 2002 at 03:49:07PM +0100, [EMAIL PROTECTED] wrote:
> > NEW features of cdrtools-1.11a40:
> ...
> > Mkisofs (By J?rg Schilling and James Pearson [EMAIL PROTECTED]):
> >
> > -   Correctly handle files > 1GB on the UDF filesystem.
> >     Thanks to Wei DING <[EMAIL PROTECTED]> for the patch.
> 
> 
> [root@sls-isdn movies]# /opt/schily/bin/mkisofs -dvd-video -udf
>    -o dvdimage.raw /usr/media/movies/JamesBond/
> /opt/schily/bin/mkisofs: Value too large for defined data type.
>   File /usr/media/movies/JamesBond/Diamantenfieber.mpeg is too large
>   - ignoring
> 
> 2461564 -rw-rw-r--    1 mergl    video    2518174084 Oct 17 23:38
>    /usr/media/movies/JamesBond/Diamantenfieber.mpeg
> 
> [root@sls-isdn movies]# uname -a
> Linux sls-isdn.s.bawue.de 2.4.18-10 #1 Wed Aug 7 11:41:24 EDT 2002
>   i686 unknown
> 
> 
> did I miss something ?

GLIBC 2.2 or higher, compiled againts 2.4.x kernel headers is required
for files over 2GB on linux.  Make sure you have that.  And make sure
you compiled the programs against that version of libc, and of course
the program has to make sure to use 64bit system calls.  perhaps the
last thing is the issue.  If ls works, then libc is working, so then the
application just has to support it I guess.

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to