psiphon icon indicating copy to clipboard operation
psiphon copied to clipboard

make command

Open papuruth opened this issue 7 years ago • 11 comments

.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 avatar Sep 17 '17 08:09 papuruth

kali 2017.1

papuruth avatar Sep 17 '17 08:09 papuruth

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

papuruth avatar Oct 27 '17 17:10 papuruth

What exactly do you want help for?

On 27-Oct-2017 10:34 PM, "ReX" [email protected] 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 .

tanmaytat11 avatar Oct 27 '17 17:10 tanmaytat11

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

papuruth avatar Oct 29 '17 17:10 papuruth

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

mouhmmad avatar Jan 18 '18 15:01 mouhmmad

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

xSMARTK1LLx avatar Jan 20 '18 20:01 xSMARTK1LLx

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!

mouhmmad avatar Jan 20 '18 22:01 mouhmmad

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 avatar Aug 27 '18 06:08 sravanth-space

on mac os high sierria

sravanth-space avatar Aug 27 '18 06:08 sravanth-space

could someone help me.

sravanth-space avatar Aug 27 '18 06:08 sravanth-space

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

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

canklot avatar Feb 17 '19 16:02 canklot