The problem is that you don't have libdb but it is being specified on the gcc command.

Can you give us the answers you gave to Configure that preceded the compile test? Specifically, what libraries did it find, and what libraries did you have it use?

Below is an example of that part of the configuration dialog:

... Checking for optional libraries... No -lsfio. No -lsocket. No -linet. Found -lnsl (shared). No -lnm. No -lndbm. No -lgdbm. No -ldbm. No -ldb. No -lmalloc. Found -ldl (shared). No -ldld. No -lld. No -lsun. Found -lm (shared). Found -lcrypt (shared). No -lsec. Found -lutil (shared). Found -lc (shared). No -lcposix. No -lposix. No -lucb. No -lBSD. In order to compile perl5 on your machine, a number of libraries are usually needed. Include any other special libraries here as well. Say "none" for none. The default list is almost always right. What libraries to use? [-lnsl -ldl -lm -lcrypt -lutil -lc]

In reply to Re: Error during compilation of 5.8.8 on solaris 10 by pc88mxer
in thread Error during compilation of 5.8.8 on solaris 10 by mmakarczyk

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.