Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created August 28, 2012 16:46
Show Gist options
  • Save ifnull/3500363 to your computer and use it in GitHub Desktop.
Save ifnull/3500363 to your computer and use it in GitHub Desktop.
Memcache on native Lion install of PHP

If you are running the native install of PHP the is shipped with Lion, use the following to install Memcache.

brew install libmemcached
mkdir -p ~/Library/LaunchAgents
cp /usr/local/Cellar/memcached/1.4.13/homebrew.mxcl.memcached.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist
sudo pecl install memcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment