Im am trying to install cloud-foundry, and therefore bosh_lite on my OSX 10.10.
while doing gem install bosh_cli, I get: libxml2 is missing. Please locate mkmf.log to investigate how it is failing.
So I did brew install libxml2 and followed the instructions here:
Libxml2 missing mac os x 10.10
But I am getting the error "libxml2 version 2.6.21 or later is required!" although the libxml in /usr/local/Cellar/... is 2.9.2.
Any ideas what's wrong?