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?
In Arch Linux, when running:
bruteshark-cli -l wlo1 -m <module>
you get:Detailed logs:
It refers to
/usr/lib/liblibdl
... should it belibdl
? Is it an upstream error?