Thanks for the hints....however, I don't know what I am looking for since I am so new to Linux and Perl. I hope it is ok. I am pasting what I found...but, not sure about what I should be seeing.

Please let me know if you see anything.

<XXXX# ldd /usr/local/bin/perl> /usr/local/bin/perl: libperl.so => /usr/lib/libperl.so (0x28067000) libm.so.2 => /usr/lib/libm.so.2 (0x280ff000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2811a000) libutil.so.3 => /usr/lib/libutil.so.3 (0x28133000) libc.so.4 => /usr/lib/libc.so.4 (0x2813c000) XXXX# find / -name libperl.so /lump/usr.local/lib/perl5/5.8.8/mach/CORE/libperl.so /lump/usr.ports/lang/perl5.8/work/perl-5.8.8/libperl.so /usr/lib/libperl.so XXXX# libperl.so /usr/lib/libperl.so: Permission denied. XXX# ls -l libperl.so lrwxr-xr-x 1 root wheel 12 Dec 17 2003 libperl.so@ -> libperl.so.3 + XXXX# ls -l libperl.* -r--r--r-- 1 root wheel 851158 Dec 17 2003 libperl.a lrwxr-xr-x 1 root wheel 12 Dec 17 2003 libperl.so@ -> libperl. +so.3 -r--r--r-- 1 root wheel 614824 Dec 17 2003 libperl.so.3 XXXX# find / -name libperl.so /usr/local/bin/perl: /lump/usr.local/lib/perl5/5.8.8/mach/CORE/libperl.so /lump/usr.ports/lang/perl5.8/work/perl-5.8.8/libperl.so XXXX# /usr/lib/libperl.so XXXX# libperl.so libperl.so => /usr/lib/libperl.so (0x28067000) /usr/lib/libperl.so: Permission denied. XXXX# ls -l libperl.so lrwxr-xr-x 1 root wheel 12 Dec 17 2003 libperl.so@ -> libperl.so.3 + XXXX# ls -l libperl.* -r--r--r-- 1 root wheel 851158 Dec 17 2003 libperl.a libm.so.2 => /usr/lib/libm.so.2 (0x280ff000) lrwxr-xr-x 1 root wheel 12 Dec 17 2003 libperl.so@ -> libperl. +so.3

I really appreciate the assistance.


In reply to Re^4: Perl5.8.8 error by tjperl
in thread Perl5.8.8 error by tjperl

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.