Open ManuelBerrueta opened 1 month ago
Can you please try the dev branch and see if the problem exists there too?
go install github.com/OJ/gobuster/v3@dev
Hello, I tried to install it and got an issue with the library: /usr/libexec/gcc/x86_64-linux-gnu/13/cc1: error while loading shared libraries: /lib/x86_64-linux-gnu/libisl.so.23: invalid ELF header
. I would usually explore more about the issue, but time constraints!
Hello, I tried to install it and got an issue with the library:
/usr/libexec/gcc/x86_64-linux-gnu/13/cc1: error while loading shared libraries: /lib/x86_64-linux-gnu/libisl.so.23: invalid ELF header
. I would usually explore more about the issue, but time constraints!
this error occurs while the library file /lib/x86_64-linux-gnu/libisl.so.23 is corrupted or invalid i guess... To solve this error try checking if this file exists : ls -l /lib/x86_64-linux-gnu/libisl.so.23
if it does then , try insatlling : sudo apt update sudo apt install --reinstall libisl23
if anything happenes ask !!!
Using the latest release at this time (v3.6) for Linux. I was running the tool to enumerate virtual hosts for a lab and the tool is going way over the 100% mark: