TheNewNormal / kube-solo-osx

Local development Kubernetes Solo Cluster for macOS made very simple
Apache License 2.0
575 stars 29 forks source link

/usr/local/opt/libev/lib/libev.4.dylib not found because I use macports not brew #172

Closed jlinoff closed 7 years ago

jlinoff commented 7 years ago

This is a great package, thank you!

I use macports instead of brew so the documentation suggesting the brew install libev did not work for me.

Here is what I did to workaround the problem.

  1. sudo port install libev
  2. sudo mkdir -p /usr/local/opt
  3. sudo ln -s /opt/macports/latest /usr/local/opt/libev
  4. ls /usr/local/opt/libev/lib/libev.4.dylib

Note that /opt/macports/latest is where I install ports on my host.

jlinoff commented 7 years ago

As noted in the original issue, this is already fixed so this can be closed. Is it worth adding to the docs?