Changes between Initial Version and Version 1 of Ticket #43690, comment 1


Ignore:
Timestamp:
May 12, 2014, 11:05:26 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43690, comment 1

    initial v1  
    1 Trying to Install MacPorts MAMP: Followed the steps with my old Mac a few years ago with out issue. ​https://trac.macports.org/wiki/howto/MAMP
     1Trying to Install MacPorts MAMP: Followed the steps with my old Mac a few years ago with out issue. ​wiki:howto/MAMP
    22
    33Now I am getting errors:
    44
    55When I execute this Command
    6 [[BR]] ~ sudo port install mysql5-server I got the following errors
    7 [[BR]] =============================
    8 [[BR]] Error: org.macports.build for port mysql5 returned: command execution failed Error: Failed to install mysql5 Please see the log file for port mysql5 for details:
    96
     7{{{
     8~ sudo port install mysql5-server
     9}}}
     10
     11I got the following errors
     12
     13{{{
     14Error: org.macports.build for port mysql5 returned: command execution failed Error: Failed to install mysql5 Please see the log file for port mysql5 for details:
    1015/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/main.log
    11 
    1216Error: The following dependencies were not installed: mysql5 To report a bug, follow the instructions in the guide:
    13 
    1417​http://guide.macports.org/#project.tickets
    15 
    1618Error: Processing of port mysql5-server failed
    17 [[BR]]  =============================
     19}}}
    1820
    1921I reviewed and determined that I need to run
    20 [[BR]] ~ sudo port install mysql55-server
    21 [[BR]] and it installed.
     22
     23{{{
     24~ sudo port install mysql55-server
     25}}}
     26
     27and it installed.
    2228
    2329
    2430The next step fails with both options:
    25 [[BR]] Option 1) sudo -u mysql mysql_install_db5
    26 [[BR]] Error Message
    27 [[BR]] =============================
    28 [[BR]] sudo: mysql_install_db5: command not found
    29 [[BR]] =============================
     31[[BR]] Option 1)
     32{{{
     33sudo -u mysql mysql_install_db5
     34}}}
     35Error Message
     36{{{
     37 sudo: mysql_install_db5: command not found
     38}}}
    3039
    31 [[BR]] I also tried
    32 [[BR]] ~ sudo -u mysql mysql_install_db55
    33 [[BR]] Got the same error
     40I also tried
     41{{{
     42~ sudo -u mysql mysql_install_db55
     43}}}
     44Got the same error
    3445
    35 Option 2) sudo mysql_install_db5 Error Message
    36 [[BR]]  =============================
    37 [[BR]] sudo: mysql_install_db5: command not found
    38 [[BR]] =============================
     46Option 2)
     47{{{
     48sudo mysql_install_db5
     49}}}
     50Error Message
     51{{{
     52sudo: mysql_install_db5: command not found
     53}}}
    3954
    4055I also Tried
    41 [[BR]] ~ sudo mysql_install_db55
    42 [[BR]] Error Massage
    43 [[BR]]  =============================
    44 [[BR]] sudo: mysql_install_db55: command not found
    45 [[BR]] =============================
     56{{{
     57~ sudo mysql_install_db55
     58}}}
     59Error Massage
     60{{{
     61sudo: mysql_install_db55: command not found
     62}}}