Hello
I'm facing an issue launching tcpdump: the following message appears
tcpdump: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
I discovered libcrypto is part of openssl-3 but I'm not able to find such a package for solus.
On the other hand on my system the openssl-11 package is installed.
I tried to install tcpdump from source but configure fails on libpcap checking after the following these lines
checking for pcap-config... /usr/bin/pcap-config
checking for pcap_loop... no
Then it states I found a bug.
Can anyone help me?
How can I install openssl-3 or in alternative compile tcpdump against the current libpcap?
Thank you in advance
ulix