Created
January 28, 2012 13:05
-
-
Save mkyed/1694240 to your computer and use it in GitHub Desktop.
Installing PowerDNS 3.0.1 on Mac OS X Lion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) Install MySQL <http://dev.mysql.com/> | |
| 2) Install Homebrew <http://mxcl.github.com/homebrew/> | |
| 3) ~ $ brew install boost boost-jam lua pkg-config | |
| 4) Get http://downloads.powerdns.com/releases/pdns-3.0.1.tar.gz | |
| 5) pdns-3.0.1 $ ./configure --with-mysql-includes=/usr/local/mysql/include && make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks,