I think I already know the answer to my question but since I am definitely not an expert I thought I would ask here.
In a small test program I entered the following:
use re 'debug';
Before entering this code the program ran correctly.
When I syntax-checked the program these messages came back:
Can't load '/usr/perl5/5.6.1/lib/sun4-solaris-64int/auto/re/re.so' for
+ module re: ld.so.1: perl: fatal: relocation error: file /usr/perl5/5
+.6.1/lib/sun4-solaris-64int/auto/re/re.so: symbol my_regcomp: referen
+ced symbol not found at /usr/perl5/5.6.1/lib/sun4-solaris-64int/XSLoa
+der.pm line 75.
BEGIN failed--compilation aborted at regtest.pl line 10.
Reading the message I have guessed that this version of Perl was badly installed. But it is only a guess and I am hoping that someone can tell me if I am right or wrong.
I have already sent this to the sysadmin responsibile. I am hoping he can make it all better.
xenchu
That's about all there is to it, except for everything else. -<b>Programming Perl</b> (p.346)
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.