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

print reqs info before any error #321

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Conversation

dogancanbakir
Copy link
Member

Closes #318 - this PR will show the requirement info before it throws any error.

@dogancanbakir dogancanbakir self-assigned this Sep 2, 2024
@dogancanbakir dogancanbakir linked an issue Sep 2, 2024 that may be closed by this pull request
Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

root@e7d4548d229c:~/go/bin# ./pdtm -i naabu
...
# github.com/google/gopacket/pcap
../pkg/mod/github.com/google/[email protected]/pcap/pcap_unix.go:34:10: fatal error: pcap.h: No such file or directory
   34 | #include <pcap.h>
      |          ^~~~~~~~
compilation terminated.
github.com/projectdiscovery/asnmap/libs
github.com/projectdiscovery/uncover/sources/agent/shodanidb
github.com/projectdiscovery/mapcidr/asn
[INF] naabu requirements:
required To install libpcap on Linux, run the following command in the terminal: sudo apt install -y libpcap-dev
optional To install nmap on Linux, visit https://nmap.org/download.html and follow the instructions for your distribution.
Note: nmap is not required for naabu, so you can skip this step if you don't need it.

@Mzack9999 Mzack9999 merged commit 85a4aac into dev Sep 2, 2024
9 checks passed
@Mzack9999 Mzack9999 deleted the print_reqs_after_install_msg branch September 2, 2024 14:45
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

Successfully merging this pull request may close these issues.

Error installing some tools
2 participants