Skip to content

Instantly share code, notes, and snippets.

@mkyed
Created January 28, 2012 13:05
Show Gist options
  • Select an option

  • Save mkyed/1694240 to your computer and use it in GitHub Desktop.

Select an option

Save mkyed/1694240 to your computer and use it in GitHub Desktop.
Installing PowerDNS 3.0.1 on Mac OS X Lion
1) Install MySQL <http://dev.mysql.com/>
2) Install Homebrew <http://mxcl.github.com/homebrew/>
3) $ brew install boost boost-jam lua pkg-config wget
4) $ wget http://downloads.powerdns.com/releases/pdns-3.0.1.tar.gz && tar xzf pdns-3.0.1.tar.gz
5) $ cd pdns-3.0.1 && ./configure --with-mysql-includes=/usr/local/mysql/include && make && make install
@n0ts
Copy link

n0ts commented Dec 8, 2012

  1. sudo launchctl load /System/Library/LaunchDaemons/pdns_server.plist
  2. sudo launchctl load -w /System/Library/LaunchDaemons/pdns_server.plist

Thanks,

@mkyed
Copy link
Author

mkyed commented Jan 15, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment