Changes between Initial Version and Version 1 of Ticket #33501


Ignore:
Timestamp:
Mar 6, 2012, 9:28:17 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

To make modifications to files in /opt/local, MacPorts must be run as root, which is usually done using sudo:

sudo port install mysql5

I have no familiarity with ruby so I cannot help you install gems.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33501

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Priority changed from High to Normal
    • Property Keywords mysql removed
    • Property Resolution changed from to invalid
  • Ticket #33501 – Description

    initial v1  
    1 Hey guys,
     1Hey guys, [[br]]
    22I have been trying to install MYSQL but eveytime i do that it give me these errors
    33
    4 
     4{{{
    55$ port install mysql
    66Error: Insufficient privileges to write to MacPorts install prefix.
     7}}}
    78
    8 i also tried -- gem install mysql2 it give me a response saying
     9i also tried -- `gem install mysql2` it give me a response saying
     10{{{
    911$ gem install mysql2
    1012ERROR:  While executing gem ... (Errno::EACCES)
    1113    Permission denied - /Users/ad/.rvm/gems/ruby-1.9.2-p290/gems/mysql2-0.3.11/.gitignore
    12 
     14}}}
    1315
    1416Any help is highly appreciated