419
edits
(→FAQ) |
(→FAQ) |
||
Line 42: | Line 42: | ||
**# using MacPorts: if you've installed a version of MySQL using MacPorts, you should simply be able to do a <code>port install py-mysql</code> or <code>port install py25-mysql</code>. I haven't tested this personally because I was working from source (I already have a custom MySQL built here for Litmus work), but I did see those ports in the list when I was trying to figure this setup out. | **# using MacPorts: if you've installed a version of MySQL using MacPorts, you should simply be able to do a <code>port install py-mysql</code> or <code>port install py25-mysql</code>. I haven't tested this personally because I was working from source (I already have a custom MySQL built here for Litmus work), but I did see those ports in the list when I was trying to figure this setup out. | ||
**# from source: Source can be found here: http://sourceforge.net/project/showfiles.php?group_id=22307 Instructions for building (some source mods are required): http://www.keningle.com/?p=11 -- coop | **# from source: Source can be found here: http://sourceforge.net/project/showfiles.php?group_id=22307 Instructions for building (some source mods are required): http://www.keningle.com/?p=11 -- coop | ||
** Note I ran into | ** Note I ran into a failure to build sqlite3 which trying to install apache from macports. This fixed it for me http://www.nabble.com/sqlite3-build-failure-td16129072.html | ||
= Build Graph Stage Server = | = Build Graph Stage Server = |
edits