Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib #109

Closed
mikelnrd opened this issue Nov 21, 2016 · 5 comments
Closed

dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib #109

mikelnrd opened this issue Nov 21, 2016 · 5 comments

Comments

@mikelnrd
Copy link

Hi I have corectl and kube-cluster installed (and iTerm). When I hit 'up' fro the kube-cluster menu I get the following. Any help to get this working would be appreciated thanks.

Kube-Cluster data disks do not exist, they will be created now ...

Creating 5GB sparse disk (QCow2) for Master ...
dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib
Referenced from: /Users/mike/bin/qcow-tool
Reason: image not found
/Applications/Kube-Cluster.app/Contents/Resources/functions.sh: line 152: 15281 Abort trap: 6 ~/bin/qcow-tool create --size=5GiB master-data.img

Created 5GB Data disk for Master

Please type Nodes Data disk size in GBs followed by [ENTER]:
[default is 15]:

@mikelnrd
Copy link
Author

If I type in a GB size (e.g. 16) I get...

Please type Nodes Data disk size in GBs followed by [ENTER]:
[default is 15]: 16

Creating 16GB sparse disk (QCow2) for Node1...
dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib
Referenced from: /Users/mike/bin/qcow-tool
Reason: image not found
/Applications/Kube-Cluster.app/Contents/Resources/functions.sh: line 152: 16092 Abort trap: 6 ~/bin/qcow-tool create --size="$disk_size"GiB node-01-data.img

Created 16GB Data disk for Node1

Creating 16GB sparse disk (QCow2) for Node2...
dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib
Referenced from: /Users/mike/bin/qcow-tool
Reason: image not found
/Applications/Kube-Cluster.app/Contents/Resources/functions.sh: line 152: 16094 Abort trap: 6 ~/bin/qcow-tool create --size="$disk_size"GiB node-02-data.img

Created 16GB Data disk for Node2

Starting k8smaster-01 VM ...

booting k8smaster-01 (1/1)
[ERROR] stat master-data.img: no such file or directory

Master VM has not booted, please check '~/kube-cluster/logs/master_vm_up.log' and report the problem !!!

@mikelnrd
Copy link
Author

And the log is just...

MacBook-Pro:~ mike$ cat ~/kube-cluster/logs/master_vm_up.log

booting k8smaster-01 (1/1)
[ERROR] stat master-data.img: no such file or directory

@rimusz
Copy link
Member

rimusz commented Nov 21, 2016

yes, you got cut by this issue TheNewNormal/kube-solo-osx#156
till we sort it out you need to run : brew install libdev

@sputnick
Copy link

Small typo there @rimusz "libev" not "libdev" just FYI.

@mikelnrd
Copy link
Author

Thanks! Happy to close the issue for now I'll open another one if that doesn't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants