This involves code breaking ONLY with this (presently known) combination: perl5.8.7 using BerkeleyDB as a cron job.

There is no problem when it is not run as a cron job, nor when the perl5.8.0 interpreter is used and it is a cron job, nor when some other installed modules (besides BerkeleyDB) are USE'd with 5.8.7 under cron.

Is anyone aware of this conflict? I cannot say whether or not there are other modules besides BerkeleyDB which run foul of the 5.8.7 interpreter under cron. It is awkward for me to test because this vixie-cron has a bug requiring both stdout and stderr be redirected to null. But I do know, for instance, that there is no problem with the combination when some other modules (like Cwd) are alone used.

If anyone could point to other references touching on this idiosyncracy it would be appreciated.

Cheers

Pstack

Edited 1 Jan 2006, by footpad: Added basic formatting tags.


In reply to possible perl5.8.7 bug? by Pstack

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.