Changes between Initial Version and Version 1 of Ticket #37540, comment 7


Ignore:
Timestamp:
Jan 14, 2013, 6:33:47 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37540, comment 7

    initial v1  
    22> Correct, there is no port called "mysql".  Try "`port installed mysql\*`" as Larry said. Or "`port installed | grep mysql`".
    33
    4 Sorry about that[[BR]]
    5  port installed mysql\*[[BR]]
    6 The following ports are currently installed:[[BR]]
    7   mysql5 @5.1.61_0[[BR]]
    8   mysql5 @5.1.62_0[[BR]]
    9   mysql5 @5.1.63_0[[BR]]
    10   mysql5 @5.1.66_2 (active)[[BR]]
    11   mysql5-server @5.1.61_0[[BR]]
    12   mysql5-server @5.1.62_0[[BR]]
    13   mysql5-server @5.1.63_0[[BR]]
    14   mysql5-server @5.1.66_1 (active)[[BR]]
    15   mysql51 @5.1.66_1 (active)[[BR]]
    16   mysql_select @0.1.2_0 (active)[[BR]][[BR]]
    17 Over the years, I have installed perl files from multiple sources: cpan, manual installation, macports. As a result, I was getting modules distributed in way too many directories. I actually uninstalled and reinstalled macports with the idea that I would try to put all the perl libs in the same tree making MacPorts my primary source of public perl libs. But I'm not getting very far.[[BR]]
    18 [[BR]]
    19 When installing previous ports, MacPorts correctly identified dependencies and installed the appropriate files.[[BR]]
    20 [[BR]]
    21 In looking at permissions, the owner/group of everything in /opt is root/admin with rwxr-xr-x permissions. The restricted write access might be a concern - except I'm using sudo to install with MacPorts, so permissions shouldn't be an issue (?)[[BR]][[BR]]
     4Sorry about that
     5{{{
     6 port installed mysql\*
     7The following ports are currently installed:
     8  mysql5 @5.1.61_0
     9  mysql5 @5.1.62_0
     10  mysql5 @5.1.63_0
     11  mysql5 @5.1.66_2 (active)
     12  mysql5-server @5.1.61_0
     13  mysql5-server @5.1.62_0
     14  mysql5-server @5.1.63_0
     15  mysql5-server @5.1.66_1 (active)
     16  mysql51 @5.1.66_1 (active)
     17  mysql_select @0.1.2_0 (active)
     18}}}
     19Over the years, I have installed perl files from multiple sources: cpan, manual installation, macports. As a result, I was getting modules distributed in way too many directories. I actually uninstalled and reinstalled macports with the idea that I would try to put all the perl libs in the same tree making MacPorts my primary source of public perl libs. But I'm not getting very far.
     20
     21When installing previous ports, MacPorts correctly identified dependencies and installed the appropriate files.
     22
     23In looking at permissions, the owner/group of everything in /opt is root/admin with rwxr-xr-x permissions. The restricted write access might be a concern - except I'm using sudo to install with MacPorts, so permissions shouldn't be an issue (?)