thispc / psiphon

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

make command #9

Open papuruth opened 6 years ago

papuruth commented 6 years ago

.configure without ssl successful but when i run "make" command there is an error

In file included from authfd.c:60:0: cipher.h:67:17: error: field ‘evp’ has incomplete type EVP_CIPHER_CTX evp; ^~~ In file included from authfd.c:61:0: kex.h:104:11: error: field ‘evp_ctx’ has incomplete type HMAC_CTX evp_ctx; ^~~ authfd.c: In function ‘ssh_get_next_identity’: authfd.c:334:48: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ buffer_get_bignum(&auth->identities, key->rsa->e); ^~ authfd.c: In function ‘ssh_encode_identity_ssh2’: authfd.c:499:33: error: dereferencing pointer to incomplete type ‘DSA {aka struct dsa_st}’ buffer_put_bignum2(b, key->dsa->p); ^~ Makefile:129: recipe for target 'authfd.o' failed make: *** [authfd.o] Error 1

papuruth commented 6 years ago

kali 2017.1

papuruth commented 6 years ago

Isn't there anybody who can help me out..

tanmaytat11 commented 6 years ago

What exactly do you want help for?

On 27-Oct-2017 10:34 PM, "ReX" notifications@github.com wrote:

Isn't there anybody who can help me out..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thispc/psiphon/issues/9#issuecomment-340028658, or mute the thread https://github.com/notifications/unsubscribe-auth/AMnGkStHmRpI7Eh5nRQO8CC1HhzCz70kks5swg0tgaJpZM4PaEyH .

papuruth commented 6 years ago

The error is in Kali 2017.1 edition but in ubuntu 16.04TLS no error please help

mouhmmad commented 6 years ago

i'm facing the same issue on deepin os 15.5 it's a debian based distro. any help please!

xSMARTK1LLx commented 6 years ago

Why is this happening in debian based distro? please help cause we cannot create binary file for building psiphon.

mouhmmad commented 6 years ago

solved by: Creating the ssh binary on an "ubuntu 16.04 live usb". Coping the "ssh" to psiphon directory on my deepin os machine. removing openssl 1.1 and compile a new openssl 1.0.2 Now i can run and connect psiphon and the socks is running on 127.0.0.1:1080 but no internet trafic using firefox after configuring the proxy setttings to 127.0.0.1:1080 ? any ideas, please. thanks in advance!

sravanth-space commented 6 years ago

make (cd openbsd-compat && /Library/Developer/CommandLineTools/usr/bin/make) gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -fstack-protector-all -I. -I.. -I. -I./.. -I/usr/local/opt/openssl/include -DHAVE_CONFIG_H -c setproctitle.c setproctitle.c:147:2: warning: implicit declaration of function 'strnvis' is invalid in C99 [-Wimplicit-function-declaration] strnvis(ptitle, buf, sizeof(ptitle), ^ setproctitle.c:148:6: error: use of undeclared identifier 'VIS_CSTYLE' VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); ^ setproctitle.c:148:17: error: use of undeclared identifier 'VIS_NL' VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); ^ setproctitle.c:148:24: error: use of undeclared identifier 'VIS_TAB' VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); ^ setproctitle.c:148:32: error: use of undeclared identifier 'VIS_OCTAL' VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); ^ 1 warning and 4 errors generated. make[1]: [setproctitle.o] Error 1 make: [openbsd-compat/libopenbsd-compat.a] Error 2

sravanth-space commented 6 years ago

on mac os high sierria

sravanth-space commented 6 years ago

could someone help me.

canklot commented 5 years ago

try to remove libssl-dev sudo apt remove libssl-dev

and install libssl1.0-dev sudo apt install libssl1.0-dev