psiphon icon indicating copy to clipboard operation
psiphon copied to clipboard

Problem with OpenSSL 1.1.0f

Open thisismzm opened this issue 8 years ago • 10 comments

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

thisismzm avatar Aug 09 '17 07:08 thisismzm

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.

amid11 avatar Aug 13 '17 14:08 amid11

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 avatar Sep 03 '17 13:09 biepie70

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

amid11 avatar Sep 04 '17 12:09 amid11

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 )

mouhmmad avatar Jan 18 '18 14:01 mouhmmad

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?

rik-shaw avatar Feb 01 '18 17:02 rik-shaw

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

thisismzm avatar Feb 03 '18 11:02 thisismzm

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

jsmithw avatar Jul 31 '18 03:07 jsmithw

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

It worked too. Thanks

sysuRH avatar Mar 03 '19 08:03 sysuRH

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?

searchformyusername avatar Nov 12 '19 11:11 searchformyusername

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

mouhmmad avatar Nov 16 '19 17:11 mouhmmad