Squicky
Lt. Commander
- Registriert
- Sep. 2002
- Beiträge
- 1.422
Hallo
Ich nutzt ein frisches Linux Mint 17 (mit allen automatischen Updates).
Nun soll/muss die Virtual Smartcard installiert werden: http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html
Es soll auch "OpenPACE [10] (nPA emulation)" installiert werden.
"openpace-master" ist runtergeladen und entpackt.
Im entpacktem Ordner wird ".\configure" ausgefürht.
Dabei kommt es zu einem Fehler:
Wie kann man OpenSSL 1.0.2 installieren?
Folgendes funktioniert nicht:
Danke
Ich nutzt ein frisches Linux Mint 17 (mit allen automatischen Updates).
Nun soll/muss die Virtual Smartcard installiert werden: http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html
Es soll auch "OpenPACE [10] (nPA emulation)" installiert werden.
"openpace-master" ist runtergeladen und entpackt.
Im entpacktem Ordner wird ".\configure" ausgefürht.
Dabei kommt es zu einem Fehler:
Code:
...
checking for CRYPTO... no
configure: error: Package requirements (libcrypto >= 1.0.2) were not met:
Requested 'libcrypto >= 1.0.2' but version of OpenSSL-libcrypto is 1.0.1f
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CRYPTO_CFLAGS
and CRYPTO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Wie kann man OpenSSL 1.0.2 installieren?
Folgendes funktioniert nicht:
Code:
wget http://www.openssl.org/source/openssl-1.0.2-beta1.tar.gz
tar -zxf openssl-1.0.2-beta1.tar.gz
cd openssl-1.0.2-beta1
./config
make
make test
make install_sw
Danke