odedshimon / BruteShark

Network Analysis Tool
GNU General Public License v3.0
3.03k stars 332 forks source link

liblibdl error #145

Open D3vil0p3r opened 1 month ago

D3vil0p3r commented 1 month ago

In Arch Linux, when running: bruteshark-cli -l wlo1 -m <module> you get:

ERROR: Unable to load shared library 'libdl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory

Detailed logs:

     33839: find library=liblibdl [0]; searching
     33839: search cache=/etc/ld.so.cache
     33839: search path=/usr/lib        (system search path)
     33839:  trying file=/usr/lib/liblibdl
     33839: 
ERROR: Unable to load shared library 'libdl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory

It refers to /usr/lib/liblibdl... should it be libdl? Is it an upstream error?