I am getting the following errors:
lib/DBM_Filter/t/01error ...................................... /usr/l +ib/dld.sl: Unresolved symbol: __dbm_do_nextkey (code) from /usr/lib/libdbm.1 # Failed test 'use ODBM_File;' # at ../lib/DBM_Filter/t/01error.t line 60. # Tried to use 'ODBM_File'. # Error: Can't load '../lib/auto/ODBM_File/ODBM_File.sl' for modu +le ODBM_Fi le: Unresolved external at ../lib/XSLoader.pm line 68. # at ../lib/ODBM_File.pm line 12. # Compilation failed in require at (eval 5) line 2. # BEGIN failed--compilation aborted at (eval 5) line 2. FAILED at test 2 ext/ODBM_File/t/odbm .......................................... /usr/l +ib/dld.sl: Unresolved symbol: __dbm_do_nextkey (code) from /usr/lib/libdbm.1 # Failed test 'use ODBM_File;' # at ../../t/lib/dbmt_common.pl line 20. # Tried to use 'ODBM_File'. # Error: Can't load '../../lib/auto/ODBM_File/ODBM_File.sl' for m +odule ODBM _File: Unresolved external at ../../lib/XSLoader.pm line 68. # at ../../lib/ODBM_File.pm line 12. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. FAILED at test 1 ext/DynaLoader/t/DynaLoader ................................... /usr/l +ib/dld.sl: Can't open shared library: egg_bacon_sausage_and_spam /usr/lib/dld.sl: No such file or directory ok dist/Net-Ping/t/510_ping_udp .................................. # Fa +iled test at t/510_ping_udp.t line 32. # got: '0' # expected: '1' # Looks like you failed 1 test of 2. FAILED at test 2

How can I fix these issues.


In reply to Compiling With GCC by pkhayeskp

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.