I tried to install Bundle::DBD::mysql with MCPAN. DBI installed (at least it didn't say it failed). When it started the DBD install, this is what I got (after some time). I"m running gnu gcc.

---------------------------

gcc -B/usr/ccs/bin/ -c -I/usr/local/lib/perl5/site_perl/5.8.3/sun4-so +laris/auto/DBI -I/usr/local/mysql/include -Xa -xstrconst -mt -D_FORTEC_ -xarch=v9 + -fno-strict-aliasing <<<<<gcc: unrecognized option `-Xa'>>>>>>> gcc: language arch=v9 not recognized gcc: mysql.c: linker input file unused because linking not done Running Mkbootstrap for DBD::mysql () LD_RUN_PATH="/usr/lib" /usr/bin/perl myld gcc -B/usr/ccs/bin/ -G -L/usr/local/lib dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.so -L/usr/local/mysql/lib -lmysqlclient -lposix4 -lcrypt -lgen -lsocket -lnsl -lm gcc: dbdimp.o: No such file or directory gcc: mysql.o: No such file or directory <<<<make: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1 /usr/bin/make -- NOT OK >>> Running make test Can't test without successful make Running make test Can't test without successful make Bundle summary: The following items in bundle Bundle::DBD::mysql had installation problems: Mysql DBD::mysql

------------------------------

Edited 2004-03-31 by Ovid.

In reply to DBI Installed DBD Failed by Anonymous Monk

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.