-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
kali 2017.1 |
Isn't there anybody who can help me out.. |
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
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMnGkStHmRpI7Eh5nRQO8CC1HhzCz70kks5swg0tgaJpZM4PaEyH>
.
|
The error is in Kali 2017.1 edition but in ubuntu 16.04TLS no error please help |
i'm facing the same issue on deepin os 15.5 it's a debian based distro. any help please! |
Why is this happening in debian based distro? please help cause we cannot create binary file for building psiphon. |
solved by: |
make |
on mac os high sierria |
could someone help me. |
try to remove libssl-dev and install libssl1.0-dev |
.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
The text was updated successfully, but these errors were encountered: