#43610 closed defect (invalid)
p5.16-dbd-mysql @4.26.0 +mysql5 build failure — at Version 1
Reported by: | ckastall@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | p5.16-dbd-mysql |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi,
When attempting to install p5.16-dbd-mysql, dependencie mysql5 start installing but quickly fail.
What bugs me is that I already have installed mysql55 :
mysql55 @5.5.37_0 (active) mysql55-server @5.5.37_0 (active)
I have looked for different solutions, but in vain. Xcode 5 is installed.
Trying to install mysql5 fails with the same error message.
Thanks for any help
Change History (2)
Changed 11 years ago by ckastall@…
Attachment: | p5-dbd-mysql.txt added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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
.
Note: See
TracTickets for help on using
tickets.
p5-dbd-mysql build error message