Hello everyone,
While testing
Tiny Core Linux current (16) in a QEMU instance, I encountered a missing dependency when trying to run nmap.
The command fails with the following error:
tc@box:~$ nmap
nmap: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
tc@box:~$
It appears that libopenssl1.1 (available as openssl-1.1.1 in "Apps") is missing as a required dependency for nmap.
The current openssl.tcz provides OpenSSL 3.2.0, which is not compatible anymore.
libpcap.tcz
libusb.tcz
udev-lib.tcz
glib2.tcz
libffi.tcz
pcre2-10.42.tcz
libnl.tcz
dbus.tcz
expat2.tcz
lua-lib.tcz
pcre.tcz
bzip2-lib.tcz
libssh2.tcz
openssl-1.1.1
gcc_libs.tcz
liblinear.tcz
Best regards,