Hi,

I have some Berkeley DB files which were created with Storable 2.15 on Solaris 8 using 64 bit perl. I am trying to port these files to Redhat 4 (again using perl 64bit), but on running the script, I get an error message which states:

Byte order is not compatible at blib/lib/Storable.pm (autosplit into b +lib/lib/auto/Storable/thaw.al) line 366, at /usr/lib/perl5/site_perl/ +5.8.5/MLDBM/Serializer/Storable.pm line 27

I have tried setting $Storable::interwork_56_64bit=1 to no avail, but I think that fix is for an older version of the Storable module.

Should these Berkeley DB files be portable to other platforms, or do I need to try something else?!

Thanks for any help.

js1.


In reply to Berkeley DB files portable? by js1

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.