isuruwa / T-HYDRA

Hydra In Termux
https://github.com/isuruwa/T-HYDRA
GNU General Public License v3.0
46 stars 5 forks source link

Makefile:83: strip Error 127 #2

Open Akshay-Arjun opened 2 years ago

Akshay-Arjun commented 2 years ago

~/T-HYDRA/Files $ make install

Now type make install strip hydra pw-inspector make: strip: No such file or directory make: *** [Makefile:83: strip] Error 127

isuruwa commented 2 years ago

You need to configure before compiling , just run the thyins.sh file in T-HYDRA/Files it will done the installation automatically

Akshay-Arjun commented 2 years ago

You need to configure before compiling , just run the thyins.sh file in T-HYDRA/Files it will done the installation automatically

AFTER running the .sh file this is the output. I didn't run it individually.

isuruwa commented 2 years ago

It may be an error due to your compiling version is different from your OS version, hope to fix it soon

wx69wx commented 2 years ago

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] pid = wait3(NULL, WNOHANG, NULL); ^ hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ 4 warnings generated. ld.lld: error: undefined symbol: wait3

SoDo87 commented 2 years ago

Same thing. Any advice?

RATbot0 commented 2 years ago

It may be an error due to your compiling version is different from your OS version, hope to fix it soon

I was able to enter at first, but when I exited, I could not enter again.it gives an error

RATbot0 commented 2 years ago

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] pid = wait3(NULL, WNOHANG, NULL); ^ hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ 4 warnings generated. ld.lld: error: undefined symbol: wait3

Me too

Rishuppt commented 2 years ago

How to use it .is i need to download dictionary file

Georglider commented 2 years ago

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] pid = wait3(NULL, WNOHANG, NULL); ^ hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ 4 warnings generated. ld.lld: error: undefined symbol: wait3

The same issue

isuruwa commented 2 years ago

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] pid = wait3(NULL, WNOHANG, NULL); ^ hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ 4 warnings generated. ld.lld: error: undefined symbol: wait3

The same issue

hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] pid = wait3(NULL, WNOHANG, NULL); ^ hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4242:11: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ hydra.c:4345:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] (void)wait3(NULL, WNOHANG, NULL); ^ 4 warnings generated. ld.lld: error: undefined symbol: wait3

The same issue

Compiling will fail due to unsupported termux pkg s . Hope to fix it in future. For now you can install hydra only on a distro in termux .