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

make command #9

Open
papuruth opened this issue Sep 17, 2017 · 11 comments
Open

make command #9

papuruth opened this issue Sep 17, 2017 · 11 comments

Comments

@papuruth
Copy link

.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
Copy link
Author

kali 2017.1

@papuruth
Copy link
Author

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

@tanmaytat11
Copy link
Collaborator

tanmaytat11 commented Oct 27, 2017 via email

@papuruth
Copy link
Author

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

@mouhmmad
Copy link

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

@xSMARTK1LLx
Copy link

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

@mouhmmad
Copy link

mouhmmad commented Jan 20, 2018

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
Copy link

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
Copy link

on mac os high sierria

@sravanth-space
Copy link

could someone help me.

@canklot
Copy link

canklot commented Feb 17, 2019

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

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

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

6 participants