Search code examples
phpmacoshomebrewphpredis

How can I fix "Error: Formulae found in multiple taps"?


I want to install php54-redis.

Yu:nginx Yu$ brew install josegonzalez/php/php54-redis

==> Installing php54-redis from josegonzalez/homebrew-php

Error: Formulae found in multiple taps:

  • homebrew/php/php54

  • josegonzalez/php/php54

Please use the fully-qualified name e.g. homebrew/php/php54 to refer the formula.

What am I doing wrong and how is thise done properly?


Solution

  • brew untap josegonzalez/homebrew-php
    

    This is same problem.

    josegonzalez/homebrew-php has been moved to homebrew/php, so we can untap it to fix error.