Changes between Initial Version and Version 2 of Ticket #25793


Ignore:
Timestamp:
Jul 24, 2010, 1:19:14 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Via email, Rudi replied "Thank you very much for the quick reply. Will install the correct port as you have noted. You can close this ticket."

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25793

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Summary changed from mysql5-5.1.48_1 Install Error to mysql5-5.1.48_1 should create log and run directories automatically
    • Property Keywords leopard removed
    • Property Version changed from 1.9.1 to
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Type changed from defect to enhancement
    • Property Port -server removed
  • Ticket #25793 – Description

    initial v2  
    11Following instructions from http://homepage.mac.com/duling/halfdozen/NeDi-Howto.html. Other posts said '+server' is deprecated, so used install command:
    22
     3{{{
    34%% sudo port install mysql5 -server
     5}}}
    46
    57No errors reported on port install. Next command:
    68
     9{{{
    710%% sudo -u mysql mysql_install_db5
     11}}}
    812
    913Errors because log and run directories failed to create in opt/local/var/ on port install. Found instructions to manually create directories and set permissions. So can proceed.
     
    1115Later this command fails:
    1216
     17{{{
    1318%% sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
     19}}}
    1420
    1521Because org.macports.mysql5.plist is also missing from port install. Found post that ties issue to install of deprecated port mysql5 +server, but not the case here.