Homebrew weigert sich, OpenSSL zu verknüpfen

Bin ich auf: OSX 10.11.6, Homebrew version 0.9.9 m OpenSSL 0.9.8 zg 14. Juli 2015

Ich versuche zu spielen mit dotnetcore und nach Ihrer Anweisungen

Habe ich aktualisiert/installiert die neueste version von openssl:

> brew install openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2h_1.el_capitan.bottle.tar.gz
Already downloaded: /Users/administrator/Library/Caches/Homebrew/openssl-1.0.2h_1.el_capitan.bottle.tar.gz
==> Pouring openssl-1.0.2h_1.el_capitan.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
  /usr/local/etc/openssl/certs

and run
  /usr/local/opt/openssl/bin/c_rehash

This formula is keg-only, which means it was not symlinked into /usr/local.

Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/openssl/lib
    CPPFLAGS: -I/usr/local/opt/openssl/include

Aber wenn ich versuche den link openssl, die ich weiterhin führen Sie in diesem linking-Fehler:

> brew link --force openssl
Warning: Refusing to link: openssl
Linking keg-only OpenSSL means you may end up linking against the insecure,
deprecated system version while using the headers from the Homebrew version.
Instead, pass the full include/library paths to your compiler e.g.:
  -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib

Die option include-compiler-flags nicht sinnvoll für mich, da bin ich nicht kompilieren und diese Bibliotheken zu, ich bin abhängig.

BEARBEITEN dotnetcore aktualisiert Ihre Anweisungen:

brew update    
brew install openssl    
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/   
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/

InformationsquelleAutor der Frage daviddeath | 2016-07-30

Schreibe einen Kommentar