Skip to content
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

Issue #29

Open
7unkn0wn opened this issue Dec 17, 2020 · 1 comment
Open

Issue #29

7unkn0wn opened this issue Dec 17, 2020 · 1 comment

Comments

@7unkn0wn
Copy link

Hello friend, when i try to execute a command it shows me this :
┌──(root💀kali)-[~]
└─# trackerjacker -i wlan0 --map
Traceback (most recent call last):
File "/usr/local/bin/trackerjacker", line 5, in
from trackerjacker.main import main
File "/usr/local/lib/python3.9/dist-packages/trackerjacker/main.py", line 15, in
import scapy.all as scapy
File "/usr/local/lib/python3.9/dist-packages/scapy/all.py", line 16, in
from scapy.arch import *
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/init.py", line 25, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/bpf/core.py", line 29, in
LIBC = cdll.LoadLibrary(find_library("libc"))
File "/usr/lib/python3.9/ctypes/util.py", line 341, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
File "/usr/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
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'

i would like to get help, thank you.

@Lercas
Copy link

Lercas commented Jun 11, 2021

cd /usr/lib/x86_64-linux-gnu/
sudo ln -s -f libc.a liblibc.a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants