I had to do this today on my Mac Mini with macOS High Sierra 10.13.6:
This is what worked for me: - Install Homebrew, see https://brew.sh/. Currently this is done by >/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - >brew install openssl (install latest version of OpenSSL from the Terminal) - >export CPATH=/usr/local/opt/openssl/include - >export LIBRARY_PATH=/usr/local/opt/openssl/lib - >sudo /usr/bin/perl -MCPAN -e 'install Net::SSLeay' - >sudo /usr/bin/perl -MCPAN -e 'install IO::Socket::SSL' Remark: >cpan install Crypt::OpenSSL::RSA did produce errors and aborted - but I really do not know what I'm doing here. The above sequenced worked. LMS tells me in the info that I'm now using IO::Socket::SSL: 2.072 instead of the old 1.966. LMS is now able to download updates, etc. ------------------------------------------------------------------------ boboS's Profile: http://forums.slimdevices.com/member.php?userid=72110 View this thread: http://forums.slimdevices.com/showthread.php?t=109738 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
