Created
November 4, 2012 07:39
-
-
Save dgpokl/4010748 to your computer and use it in GitHub Desktop.
How to fix Zend PHP Warnings about mcrypt.so and memcached.so
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
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