Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Installing Brew Fails #22634

Closed
sgtcoder opened this issue Sep 17, 2013 · 2 comments
Closed

Installing Brew Fails #22634

sgtcoder opened this issue Sep 17, 2013 · 2 comments

Comments

@sgtcoder
Copy link

Everytime I run this command in my Terminal:

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

I get:
dyld: Library not loaded: /usr/local/php5/lib/libidn.11.dylib
Referenced from: /usr/local/php5.4/bin/curl
Reason: image not found

I am running Mountain Lion 10.8.4. I am not sure what I am doing wrong.

@adamv
Copy link
Contributor

adamv commented Sep 17, 2013

The curl installed as part of your PHP installation is missing a library that it expects, for some reason.

You'll probably want to delete these PHP installs from /usr/local, as chances are that they will interfere with future installs of software through Homebrew, but that's up to use.

Try explicitly using the OS X provide curl in /usr/bin/curl.

@adamv
Copy link
Contributor

adamv commented Sep 19, 2013

Presuming fixed.

@adamv adamv closed this as completed Sep 19, 2013
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants