WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: nmap 7.80 depends on openssl 1.1.1  (Read 840 times)

Offline guillaumefe

  • Newbie
  • *
  • Posts: 1
nmap 7.80 depends on openssl 1.1.1
« on: April 28, 2025, 07:31:18 PM »
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:

Code: [Select]
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.

Code: [Select]
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,
« Last Edit: April 28, 2025, 07:39:10 PM by guillaumefe »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12200
Re: nmap 7.80 depends on openssl 1.1.1
« Reply #1 on: April 28, 2025, 08:17:26 PM »
Hi guillaumefe
Welcome to the forum.

openssl-1.1.1.tcz  added to  nmap.tcz.dep  In TC16
x86 and x86_64 repositories.

Thank you for reporting this.