joshrainwater / active-users

A Laravel Package for easily retrieving a list of active users and guests that are currently online.
MIT License
89 stars 32 forks source link

Can not install due to libcrypto library not found #6

Closed felixed closed 4 years ago

felixed commented 4 years ago

Any help? I tried updating and upgrading brew and then reinstalling OpenSSL but didn't work. This is what I get.

$ composer require joshrainwater/active-users dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib Referenced from: /usr/local/bin/php Reason: image not found Abort trap: 6

felixed commented 4 years ago

My workaround:

brew switch openssl 1.0.2s

It now installs fine.