Hey guys, I havent been here for a while but now I need some wisdom from you all;-) I am setting up a new server under Mac OS X 10.11.3 (15D21) I need the following tools to be installed on this server:

Macports
perl5.8
mod_perl2
p5-cgi
p5-libwww-perl
p5-perlmagick
ImageMagick
p5-html-parser
p5-mail-sendmail


mysql5
mysql5-server
p5-dbi
p5-dbd-mysql ***


Now here is what is happening; Everything goes well up to installing the last module "p5-dbd-mysql". Before installing this module perl is running with all its modules and Mysql is up and running and I can access the databases with Navicat. If I install the last module "p5-dbd-mysql" I can also read and write the databases from my websites. All looks good... But When I restart the server my mysql will not load anymore with the message "ERROR! The server quit without updating PID file".

I need to uninstall all mysql modules and reinstall them to get the configuration working again. I also tried changing the installation order of the modules without success. I understand that the module "p5-dbd-mysql" is installing its own mysql and I think this is causing a clash. I am looking for a dbd module that does not install mysql but the core dbd.

I am really stuck here and need the server up and running soon.

Thank you in advance,

Ton

In reply to Mac ports DBD not working by Umdurman

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.