Problem with OpenSSL 1.1.0f
It has problem with OpenSSL 1.1.0f. what is the solution?
Hi @mzmgh I don't have any problem with openssl 1.1.0.f-1.1, maybe if you tell us more about your issue somebody would be able to help, more info like:
- Your OS
- Exact error message, log files...
- Have you installed it but can not connect to servers or you're having problem with make and installing.
Error while ./configure
uname -a Linux unresolved 4.12.0-kali1-amd64 #1 SMP Debian 4.12.6-1kali6 (2017-08-30) x86_64 GNU/Linux
cd openssh-5.9p1/ ./configure . . checking whether getpgrp requires zero arguments... yes checking OpenSSL header version... 1010006f (OpenSSL 1.1.0f 25 May 2017) checking OpenSSL library version... 1010006f (OpenSSL 1.1.0f 25 May 2017) checking whether OpenSSL's headers match the library... no configure: error: Your OpenSSL headers do not match your library. Check config.log for details. If you are sure your installation is consistent, you can disable the check by running "./configure --without-openssl-header-check". Also see contrib/findssl.sh for help identifying header/library mismatches.
!!!
@biepie70 Remove psiphon folder, then clone it again, follow the given steps but this time instead of ./configure enter ./configure --without-openssl-header-check .
I'm facing the same issue, tried "./configure enter ./configure --without-openssl-header-check ." with no success. any suggestions? please. ( i'm running deepin os 15.5 wich is a debian based distro )
Same here.... using Ubuntu 16.04. Even with the --without-openssl-header-check parameter I still get the following errors:
checking openssl/opensslv.h usability... no checking openssl/opensslv.h presence... no checking for openssl/opensslv.h... no configure: error: *** OpenSSL headers missing - please install first or check config.log ***
Is it that we need to get pip to find openssl?
I find the solution. At the first I download 0.9.x version of openssl and then when I run ./configure I add --with-ssl-dir=OPEN_SSL_VERSION_0.9.X_DIRECTORY_PATH
I tried installing libssl1.0-dev instead of libssl-dev and it worked
I tried installing libssl1.0-dev instead of libssl-dev and it worked
It worked too. Thanks
I tried installing libssl1.0-dev instead of libssl-dev and it worked
It worked too. Thanks
Giving me no candidate error, can u tell what command u exactly executed?
I tried installing libssl1.0-dev instead of libssl-dev and it worked
It worked too. Thanks
Giving me no candidate error, can u tell what command u exactly executed?
To use psiphon on your Linux machine just follow these steps #26