Skip to content

Instantly share code, notes, and snippets.

@eyupatis
Created July 24, 2013 20:33
Show Gist options
  • Save eyupatis/6074270 to your computer and use it in GitHub Desktop.
Save eyupatis/6074270 to your computer and use it in GitHub Desktop.
Source not found problem when installing libxml2 to Mac Os x Mountion Lion
if you have homebrew you must write this to terminal
brew install libxml2
after installation
brew link libxml2 --force
source not found error fixed for me. Hope you fix too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment