Closed bsureshkum closed 2 years ago
Hi there,
did you use the build script as per the instructions?
If so, could you provide the output?
If you don't have it anymore please try ./build.sh --full
to run a full rebuild and post the output here.
Meanwhile you can also take a look at our Dependencies wiki page and check if all the dependencies are installed manually.
Your call of id2t seems strange to me. What arguments are 1
and x
supposed to be? Run ./id2t
or ./id2t --help
for information about which arguments are allowed. (Provided the dependency issues are solved before, of course.)
Please do not run id2t
via sudo
. It is not required and only exposes your system's privileges.
Hope this helps. I'll try to get back to you as soon as possible, once you post more information.
Hi Pepper-JK,
Thanks for your time. I tried to manually install dependencies but still I am having issues. Please find the output below.
Kind Regards, output_ID2T.txt SK
Hi peper-jk,
I have deleted the existing directory and reinstalled using ./build.sh --full command. Please see the output. output_ID2T-1.txt
The problem you are having is due to a file name change in Python 3.9. See this for a possible solution: https://stackoverflow.com/a/65513989/2632102
Thanks a lot. That did the magic.
Closing due to the solution found on stackexchange:
cd /usr/lib/x86_64-linux-gnu/
ln -s -f libc.a liblibc.a
Hi,
I had difficulty in installing ID2T in Kali Linux VM. When I issued ./id2t command, I have got the following error. Can anyone help me please. Thanks.