in reply to Re: Problem with Large Files
in thread Problem with Large Files

Yeah, it does:
[jdoe@pc]$ /opt/perl/bin/perl -V | grep large config_args='-d -Dprefix=/opt/perl -Duselargerfiles'
It's a RH 9.0 machine. I'm going to be upgrading it soon to RH ES.

Thanks.

Replies are listed 'Best First'.
Re^3: Problem with Large Files
by rob_au (Abbot) on Jun 12, 2004 at 12:12 UTC
    Please correct me if I am wrong, but is the configuration option not supposed to be -Duselargefiles (instead of -Duselargerfiles as shown in your post)? When checking the configuration on my own build of perl (which does have large file support), I receive the following output:
    rob@robc:~ > /opt/bin/perl -V | grep -i large useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef Compile-time options: USE_LARGE_FILES

     

    perl -le "print unpack'N', pack'B32', '00000000000000000000001011100011'"