Skip to content

Instantly share code, notes, and snippets.

@dgpokl
Created November 4, 2012 07:39
Show Gist options
  • Save dgpokl/4010748 to your computer and use it in GitHub Desktop.
Save dgpokl/4010748 to your computer and use it in GitHub Desktop.
How to fix Zend PHP Warnings about mcrypt.so and memcached.so
sudo ln -s /usr/local/zend/lib/libltdl.3.dylib /usr/lib/libltdl.3.dylib && echo "OK."
sudo mkdir -p /usr/local/libmemcached-0.50z/lib && sudo ln -s /usr/local/zend/lib/libmemcached.8.dylib /usr/local/libmemcached-0.50z/lib/libmemcached.8.dylib && echo "OK."
## That's it, you're done.
## Both the above commands should echo "OK." if they completed successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment