faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <charleystran> I am having a ton of problems getting amber running on OSX. Does anyone any advice for this error
<FromGitter> <charleystran> ➜ mahi-mahi amber watch ⏎ <code>02:07:38 Watch run | (INFO) Building... ⏎ ld: library not found for -lssl (this usually means you need to install the development package for libssl) ⏎ clang: error: linker command failed with exit code 1 (use -v to see invocation) ⏎ Error: execution of command failed with code: 1: `cc "${@}" -o '/Users/charley/Development/stranlabs/mahi-mahi/bin/mahi-mahi' -rdynamic
<FromGitter> ... -lyaml -lz `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libssl || printf %s '-lssl -lcrypto'` `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libcrypto || printf %s '-lcrypto'` -lpcre /usr/local/Cellar/crystal/0.28.0/embedded/lib/libgc.a -lpthread /usr/local/Cellar/crystal/ ... [https://gitter.im/amberframework/amber?at=5cf6c956bf4cbd167c2e91ad]
<FromGitter> <charleystran> openssl is installed and seems to be linked properly
<FromGitter> <Blacksmoke16> are you on mojave?
<FromGitter> <Blacksmoke16> sounds like that
<FromGitter> <charleystran> yea, I am, let me try
<FromGitter> <charleystran> that worked!!! Thank you
<FromGitter> <Blacksmoke16> np