Matthew -

The perl part of your question is obscured by/in your link. For the record (and for the bretheren) you started with this problem; received help on issues like the apparent lack of ISA.pm:

Can't locate Class/ISA.pm in @INC (@INC contains: lib extlib /usr/lib/ +perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/ +5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_p +erl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 /usr/lib/perl5/si +te_perl .) at extlib/CGI/Application.pm line 4. BEGIN failed--compilation aborted at extlib/CGI/Application.pm line 4. + Compilation failed in require at lib/PerlDesk/App.pm line 11. BEGIN failed--compilation aborted at lib/PerlDesk/App.pm line 11. Comp +ilation failed in require at lib/PerlDesk/App/Installer.pm line 22. B +EGIN failed--compilation aborted at lib/PerlDesk/App/Installer.pm lin +e 22. Compilation failed in require at /home/.sites/143/site2/web/cgi +-bin/install.cgi line 25.

and have not stated your latest problem at all, here... tho I note that as of this writing, you've received a tip at logicnow on how to manually install at least two missing database modules.

The error messages you posted appear -- to me, in my ignorance -- to reflect C problems -- note the ".c" and ".h" references -- perhaps (?) in connection with your attempt to build a module.

Perhaps wiser heads than I can piece this together, but it might be well to add an update, with some clarifying detail


In reply to Re: DBD::MYSQL error by ww
in thread DBD::MYSQL error by mattrbailey

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.