Open Akshay-Arjun opened 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
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.
It may be an error due to your compiling version is different from your OS version, hope to fix it soon
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
Same thing. Any advice?
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
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
How to use it .is i need to download dictionary file
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
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 .
~/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