-
Notifications
You must be signed in to change notification settings - Fork 294
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
Start websploit / Error : FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a' #65
Comments
I have this Problem too |
how fix it |
Checkout this answer : |
I had the same issue as @izaletr had! After run command:
I get this error:
### Solution: You just need to go to this directory:
and make a symlink to libc.a with this link (liblibc.a):
Hope this work for you too.:blush::blush: |
it didn't work for me
|
File "/usr/lib/python3.9/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
Kali 2020.4
The text was updated successfully, but these errors were encountered: