Hello, Basically I have no idea how to solve this problem I encounter when trying to install a BioPerl module. Essentially the output is below:
> Bio-SamTools-1.33 user$ ./Build test Set up build environment without MacOSX10.5 SDK (will build i386 binar +ies) Set up build environment without MacOSX10.5 SDK (will build i386 binar +ies) Set up build environment without MacOSX10.5 SDK (will build i386 binar +ies) t/01sam.t .. Set up build environment without MacOSX10.5 SDK (will bui +ld i386 binaries) Can't load '/Users/user/Programs/Bio-SamTools-1.33/t/../blib/arch/auto +/Bio/DB/Sam/Sam.bundle' for module Bio::DB::Sam: dlopen(/Users/user/P +rograms/Bio-SamTools-1.33/t/../blib/arch/auto/Bio/DB/Sam/Sam.bundle, +2): no suitable image found. Did find: /Users/user/Programs/Bio-SamTools-1.33/t/../blib/arch/auto/Bio/DB/ +Sam/Sam.bundle: mach-o, but wrong architecture at /usr/local/ActivePe +rl-5.14/lib/DynaLoader.pm line 195. at t/01sam.t line 26 Compilation failed in require at t/01sam.t line 26. BEGIN failed--compilation aborted at t/01sam.t line 26. t/01sam.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 112/112 subtests Test Summary Report ------------------- t/01sam.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 112 tests but ran 0. Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.19 cusr + 0.03 csys = 0.23 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed.
Obviously the problem is something to do with different "architectures", but I have no idea how to fix this... Any help greatly appreciated.

In reply to Module installation- architecture problems by rjbioinf

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.