Changes between Initial Version and Version 1 of Ticket #43690, comment 1
- Timestamp:
- May 12, 2014, 11:05:26 PM (11 years ago)
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/MAMP1 Trying to Install MacPorts MAMP: Followed the steps with my old Mac a few years ago with out issue. wiki:howto/MAMP 2 2 3 3 Now I am getting errors: 4 4 5 5 When I execute this Command 6 [[BR]] ~ sudo port install mysql5-server I got the following errors7 [[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:9 6 7 {{{ 8 ~ sudo port install mysql5-server 9 }}} 10 11 I got the following errors 12 13 {{{ 14 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: 10 15 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/main.log 11 12 16 Error: The following dependencies were not installed: mysql5 To report a bug, follow the instructions in the guide: 13 14 17 http://guide.macports.org/#project.tickets 15 16 18 Error: Processing of port mysql5-server failed 17 [[BR]] ============================= 19 }}} 18 20 19 21 I 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 27 and it installed. 22 28 23 29 24 30 The 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 {{{ 33 sudo -u mysql mysql_install_db5 34 }}} 35 Error Message 36 {{{ 37 sudo: mysql_install_db5: command not found 38 }}} 30 39 31 [[BR]] I also tried 32 [[BR]] ~ sudo -u mysql mysql_install_db55 33 [[BR]] Got the same error 40 I also tried 41 {{{ 42 ~ sudo -u mysql mysql_install_db55 43 }}} 44 Got the same error 34 45 35 Option 2) sudo mysql_install_db5 Error Message 36 [[BR]] ============================= 37 [[BR]] sudo: mysql_install_db5: command not found 38 [[BR]] ============================= 46 Option 2) 47 {{{ 48 sudo mysql_install_db5 49 }}} 50 Error Message 51 {{{ 52 sudo: mysql_install_db5: command not found 53 }}} 39 54 40 55 I 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 }}} 59 Error Massage 60 {{{ 61 sudo: mysql_install_db55: command not found 62 }}}