Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with OpenSSL 1.1.0f #7

Open
thisismzm opened this issue Aug 9, 2017 · 10 comments
Open

Problem with OpenSSL 1.1.0f #7

thisismzm opened this issue Aug 9, 2017 · 10 comments

Comments

@thisismzm
Copy link

thisismzm commented Aug 9, 2017

It has problem with OpenSSL 1.1.0f. what is the solution?

@amid11
Copy link

amid11 commented Aug 13, 2017

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:

  1. Your OS
  2. Exact error message, log files...
  3. Have you installed it but can not connect to servers or you're having problem with make and installing.

@biepie70
Copy link

biepie70 commented Sep 3, 2017

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.

!!!

@amid11
Copy link

amid11 commented Sep 4, 2017

@biepie70 Remove psiphon folder, then clone it again, follow the given steps but this time instead of ./configure enter ./configure --without-openssl-header-check .

@mouhmmad
Copy link

mouhmmad commented Jan 18, 2018

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 )

@rik-shaw
Copy link

rik-shaw commented Feb 1, 2018

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?

@thisismzm
Copy link
Author

thisismzm commented Feb 3, 2018

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

@jsmithw
Copy link

jsmithw commented Jul 31, 2018

I tried installing libssl1.0-dev instead of libssl-dev and it worked

@sysuRH
Copy link

sysuRH commented Mar 3, 2019

I tried installing libssl1.0-dev instead of libssl-dev and it worked

It worked too. Thanks

@1UC1F3R616
Copy link

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?

@mouhmmad
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants