Howdy! Either via cpan or when I try it manually, I always get the following message when installing DBD::mysql in Mac OS X 10.7 (I got gcc 4.2):

cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm llvm-gcc-4.2 -c -I/System/Library/Perl/Extras/5.12/darwin-thread-mult +i-2level/auto/DBI -I/opt/local/include/mysql5/mysql -pipe -fPIC -m64 + -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_R +EAD -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -DDBD_MY +SQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -arch x86_64 -arch i38 +6 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-pro +tector -I/usr/local/include -Os -DVERSION=\"4.021\" -DXS_VERSION=\" +4.021\" "-I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE +" dbdimp.c dbdimp.c: In function ‘mysql_describe’: dbdimp.c:3609: warning: assignment from incompatible pointer type dbdimp.c: In function ‘mysql_describe’: dbdimp.c:3609: warning: assignment from incompatible pointer type lipo: /var/folders/v1/hy10rvls1dbdw7k_0gqgmn8r0000gn/T//cctMX7MT.out a +nd /var/folders/v1/hy10rvls1dbdw7k_0gqgmn8r0000gn/T//ccm2GFgS.out hav +e the same architectures (x86_64) and can't be in the same fat output + file make: *** [dbdimp.o] Error 1

The line before the last that starts with 'lipo:' seems the most relevant, but I could be wrong. Any ideas? Thanks in advance!


In reply to Problems installing DBD::mysql in Mac OS X 10.7 by taioba

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.