brew install memcache get Error: Formulae found in multiple taps
本篇文章由:http://xinpure.com/brew-install-memcache-get-error-formulae-found-in-multiple-taps/
安装环境:
Mac OSX 10.11.1
PHP 5.5.19
安装过程及错误信息
Input:
xinpureZhu:php xinpure$ brew install memcache
Output:
Error: No available formula with the name "memcache"
==> Searching for similarly named formulae...
These similarly named formulae were found:
josegonzalez/php/php53-memcache josegonzalez/php/php54-memcached josegonzalez/php/php56-memcache memcache-top
josegonzalez/php/php53-memcached josegonzalez/php/php55-memcache josegonzalez/php/php56-memcached memcached
josegonzalez/php/php54-memcache josegonzalez/php/php55-memcached libmemcached memcacheq
To install one of them, run (for example):
brew install josegonzalez/php/php53-memcache
==> Searching taps...
These formulae were found in taps:
homebrew/php/php53-memcache homebrew/php/php54-memcache homebrew/php/php55-memcache homebrew/php/php56-memcache homebrew/php/php70-memcached
homebrew/php/php53-memcached homebrew/php/php54-memcached homebrew/php/php55-memcached homebrew/php/php56-memcached
To install one of them, run (for example):
brew install homebrew/php/php53-memcache
Input:
xinpureZhu:php xinpure$ brew install homebrew/php/php55-memcache
Output:
==> Tapping homebrew/php
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-php'...
remote: Counting objects: 544, done.
remote: Compressing objects: 100% (502/502), done.
remote: Total 544 (delta 374), reused 66 (delta 41), pack-reused 0
Receiving objects: 100% (544/544), 217.13 KiB | 31.00 KiB/s, done.
Resolving deltas: 100% (374/374), done.
Checking connectivity... done.
Tapped 525 formulae (561 files, 2.6M)
==> Installing php55-memcache from homebrew/homebrew-php
Error: Formulae found in multiple taps:
* homebrew/php/php55
* josegonzalez/php/php55
Please use the fully-qualified name e.g. homebrew/php/php55 to refer the formula.
问题一 multiple taps 解决方法
brew untap josegonzalez/php
brew tap --repair
brew update
Input:
xinpureZhu:scripts xinpure$ brew install php55-memcached
Output:
...省略...
==> Installing homebrew/php/php55-memcached
==> Downloading https://pecl.php.net/get/memcached-2.2.0.tgz
######################################################################## 100.0%
==> /usr/local/opt/php55/bin/phpize
==> ./configure --prefix=/usr/local/Cellar/php55-memcached/2.2.0 --with-php-config=/usr/local/opt/php55/bin/php-config --with-libmemcached-dir=/usr/lo
Last 15 lines from /Users/xinpure/Library/Logs/Homebrew/php55-memcached/02.configure:
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable memcached support... yes, shared
checking for libmemcached... yes, shared
checking whether to enable memcached session handler support... yes
checking whether to enable memcached igbinary serializer support... yes
checking whether to enable memcached json serializer support... no
checking whether to enable memcached msgpack serializer support... no
checking whether to enable memcached sasl support... yes
checking whether to enable memcached protocol support... no
checking for ZLIB... yes, shared
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for zlib location... configure: error: memcached support requires ZLIB(错误提示在这。。。). Use --with-zlib-dir=<DIR> to specify the prefix where ZLIB headers and library are located
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/homebrew/homebrew-php/issues
问题二 memcached support requires ZLIB 解决方法
xcode-select --install
此命令会弹出安装界面,耐心等待安装完成。
Input:
xinpureZhu:scripts xinpure$ brew install php55-memcached
Output:
==> Installing php55-memcached from homebrew/homebrew-php
==> Downloading https://pecl.php.net/get/memcached-2.2.0.tgz
Already downloaded: /Library/Caches/Homebrew/php55-memcached-2.2.0.tgz
==> /usr/local/opt/php55/bin/phpize
==> ./configure --prefix=/usr/local/Cellar/php55-memcached/2.2.0 --with-php-config=/usr/local/opt/php55/bin/php-config --with-libmemcached-dir=/usr/lo
==> make
==> Caveats
To finish installing memcached for PHP 5.5:
* /usr/local/etc/php/5.5/conf.d/ext-memcached.ini was created,
do not forget to remove it upon extension removal.
* Validate installation via one of the following methods:
*
* Using PHP from a webserver:
* - Restart your webserver.
* - Write a PHP page that calls "phpinfo();"
* - Load it in a browser and look for the info on the memcached module.
* - If you see it, you have been successful!
*
* Using PHP from the command line:
* - Run "php -i" (command-line "phpinfo()")
* - Look for the info on the memcached module.
* - If you see it, you have been successful!
==> Summary
/usr/local/Cellar/php55-memcached/2.2.0: 5 files, 112K, built in 14 seconds
参考链接
问题一参考:
http://stackoverflow.com/questions/30864992/how-can-i-fix-error-formulae-found-in-multiple-taps
问题二参考:
https://github.com/Homebrew/homebrew-php/issues/2029
https://github.com/Homebrew/homebrew-php/issues/1953
brew install memcache get Error: Formulae found in multiple taps的更多相关文章
- brew Error: Formulae found in multiple taps
Mac PHP brew install php56-apcu Error: Formulae found in multiple taps: * homebrew/php/php56-apcu * ...
- brew install thrift
➜ ~ brew install thriftUpdating Homebrew...Warning: You are using macOS 10.11.We (and Apple) do not ...
- how to use brew install gpg
how to use brew install gpg https://formulae.brew.sh/formula/gnupg $ brew install gnupg https://gith ...
- mac brew install redis 报错
mac brew install redis 报错 /usr/local/opt/php55/bin/phpize /usr/local/opt/php55/bin/phpize: line 61: ...
- mac OSX 上 brew install hive
本文介绍brew install hive并修改默认的metastore存储方案,改Derby数据库为mysql的方法以及可能遇到的问题的解决方案. 1. 通过homebrew安装hive 1 bre ...
- mac osx 系统 brew install hadoop 安装指南
mac osx 系统 brew install hadoop 安装指南 brew install hadoop 配置 core-site.xml:配置hdfs文件地址(记得chmod 对应文件夹 ...
- mac brew install nginx遇到的坑
默认使用 brew install nginx 出现了一下的错误: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: ...
- sudo brew install mongodb报错
报错信息如下: Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew ...
- Mac 下使用brew install 报错: Cowardly refusing to `sudo brew install'
Mac 下使用brew install 报错: localhost:infer-osx-v0.6.0 admin$ sudo brew install opam Error: Cowardly ref ...
随机推荐
- 在WPF中快速实现键盘钩子
大部分的时候,当我们需要键盘事件的时候,可以通过在主窗口注册KeyBinding来实现,不过,有的时候我们需要的是全局键盘事件,想在任何一个地方都能使用,最开始的时候我是通过键盘钩子来实现的, 不过键 ...
- High-current supply uses standard three-terminal regulator
Voltage-regulator design for high output currents can be a critical and difficult task. Although vol ...
- FPGA LVDS I/O as an Analog Programmable Comparator
http://www.eetimes.com/author.asp?section_id=36&doc_id=1320289 Seeing the new ADC IP being bandi ...
- WICED -- Wireless Internet Connectivity for Embedded Devices
Broadcom's Wireless Internet Connectivity for Embedded Devices (WICED™) platform (pronounced "w ...
- CSS基础知识解析
一.基础知识 1.1 CSS组成 css 样式由选择符和声明组成,而声明又由属性和值组成,如下图所示: 选择符:又称选择器,指明网页中要应用样式规则的元素,如本例中是网页中所有的段(p)的文字将变成蓝 ...
- 小道消息:CSDN社区产品重大更新
Hi,小伙伴们: 悄悄给大家透露个消息:CSDN社区将要有重大更新. 都有哪些呢?各自是:新极客头条.Ink.博乐 是不是后面两个比較眼生?不要着急,那但是我们的重中之重.我来给大家一一道来-- 先来 ...
- 【资料】wod强壮护符
泛用耗材 损坏的 卡罗先活力护符 小型的 强壮护符 改良的 鲁比斯护符 否定护符 活跃护符 自然防御护符 防御疾病护符 特定职业使用耗材护符 野蛮人 诗人 祭司 泛用 仪式用巴博许教的 ...
- 提交svn的时候,提示丢失了预定增加的xxxx
百度之,发现都是linux或者命令行下的解决方法, 经测试,右键svn目录 选择tortoisesvn 选择svn还原, 即可解决问题
- [Mac OS] Homebrew简介及安装wine
Homebrew官网 http://brew.sh/index_zh-cn.html Homebrew是神马 linux系统有个让人蛋疼的通病,软件包依赖,好在当前主流的两大发行版本都自带了解决方案, ...
- [Linux] ubuntu server sudo出现sudo:must be setuid root 完美解决办法
1.开机按shift或esc先进行recovery模式 2.选择root命令行模式 3.先执行 #mount -o remount,rw / 这个很重要,网上找的很多资料都不全没有这步造成无法恢复成功 ...