Uninstall memcached and/or (force) install with Homebrew - Mac OS X

让人想犯罪 __ 提交于 2019-12-06 00:08:45

Both Memcached & libevent ship with a Makefile uninstall target-command. Assuming you still have your previously configured source files; else, you need to run ./configure before running any make commands.

cd memcached-1.4.1
sudo make uninstall
cd ../libevent-1.4.1-stable
sudo make uninstall

Afterward, you should be able to install everything cleanly with Homebrew.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!