Changes between Initial Version and Version 1 of Ticket #43610


Ignore:
Timestamp:
May 7, 2014, 4:25:16 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Then use the +mysql55 variant of the p5.16-dbd-mysql port.

sudo port clean p5.16-dbd-mysql
sudo port install p5.16-dbd-mysql +mysql55

The command port variants p5.16-dbd-mysql shows you what variants are available.

The error shown in your log, error: C compiler cannot create executables, usually means you have not installed the Xcode command line tools; you should do so by running xcode-select --install.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43610

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #43610 – Description

    initial v1  
    55What bugs me is that I already have installed mysql55 :
    66
     7{{{
    78mysql55 @5.5.37_0 (active)
    89mysql55-server @5.5.37_0 (active)
     10}}}
    911
    1012I have looked for different solutions, but in vain.