Hey guys
I'm currently running perl 5.6.1 on Sun Solaris 8 and I am having trouble with files greater the 2 gig in size.
I've checked to make sure large file support is enabled, perl -V:uselargefiles
uselargefiles='define';
I have many files greater then 2 gig on the unix file system, unix utilites run fine agasint them. However perl crashes whenever it tries to open a file greater then 2 gig or write more then 2 gig of data to a file.
I'm aware of the pipe workaround for reading files greater then 2 gig but I am not aware of any workaround for writing them, and I'd rather just get the large file support working.
Is there anything special I need to do in the script? ideas?
thanks
SomeGuy
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|