Tag: homebrew

  • Fix Homebrew – You have no /usr/bin/cc (Xcode)

    I recently did a fresh install of OS X Lion on my Macbook Pro I installed XCode, homebrew, and git. After trying to install mysql via homebrew: brew install mysql I received this error: Error: Failed executing: ./configure –prefix=/usr/local/Cellar/readline/6.2.2 –mandir=/usr/local/Cellar/readline/6.2.2/share/man –infodir=/usr/local/Cellar/readline/6.2.2/share/info –enable-multibyte If `brew doctor’ does not help diagnose the issue, please report the bug:…

    Continue reading