I'm a newbie, compiling perl5 from source for the first time. The OS is SCO 3.2v5.02. The compiler is cc.
I accepted the the defaults as offered to me by Configure. make makes and produces an executable. When I run "make test", many tests fail with
"Can't load '../lib/directory/filename.so' for module SomeModule: dynamic linker: ./perl: invalid
relocation type 3 at 0x804c2f44 at ../lib/XSLoader.pm line 75."
or
"Can't load '../lib/directory/filename.so' for module SomeModule:
:SomeMethod: dynamic linker: ./perl: relocation error: symbol not found: PL_stack_sp a
t ../lib/XSLoader.pm line 75"
...depending on whether I run it on the old SCO box or our brand new one. The problem is always some kind of relocation error in XSLoader line 75, which features a call to dl_load_file().
Any insights, anyone? On the "new" box 26 tests fail, leaving me with a score of 88.50 %
Thanks!
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.