thispc / psiphon

A multi-functional version of a popular network circumvention tool
GNU General Public License v3.0
229 stars 59 forks source link

Problem with OpenSSL 1.1.0f #7

Open thisismzm opened 7 years ago

thisismzm commented 7 years ago

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

amid11 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

@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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

sysuRH commented 5 years ago

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

It worked too. Thanks

1UC1F3R616 commented 4 years ago

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 commented 4 years ago

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