Summary: | CU 177: nmap error while loading shared libraries: libssl.so.1.1 | ||
---|---|---|---|
Product: | IPFire | Reporter: | Jon <jon.murphy> |
Component: | --- | Assignee: | Adolf Belka <adolf.belka> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | Minor Usability | ||
Priority: | Will affect an average number of users | CC: | adolf.belka, matthias.fischer |
Version: | 2 | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugzilla.ipfire.org/show_bug.cgi?id=13238 |
Description
Jon
2023-08-08 14:45:57 UTC
Same as 'monit' and 'haproxy'... => https://lists.ipfire.org/pipermail/development/2023-August/016283.html This will be dealt with in CU178 as I have already submitted a version update for nmap so the PAK_VER has been incremented with that. The patch has been merged into next. https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=a6b7832024ca58d689e59ff0a12442f573d2dfff please add nping /usr/bin/nping /usr/bin/nping: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory nping is one of the binaries in the nmap package so with nmap updated all the binaries will get the new ssl libs linked in CU178. the error "nmap: error while loading shared libraries: libssl.so.1.1' is fine. nmap seems A-OK. [root@ipfireAPU ~] # nmap -sTU -O 192.168.6.1 Starting Nmap 7.92 ( https://nmap.org ) at 2023-08-15 12:35 CDT Nmap scan report for ipfireAPU.localdomain (192.168.6.1) Host is up (0.00053s latency). Not shown: 995 closed udp ports (port-unreach), 995 closed tcp ports (conn-refused) PORT STATE SERVICE 53/tcp open domain Tested on: APU4D4 IPFire 2.27 (x86_64) - Core-Update 178 Development Build: master/5ca80b3b Thank you! (In reply to Jon from comment #3) > please add nping > > /usr/bin/nping > /usr/bin/nping: error while loading shared libraries: libssl.so.1.1: cannot > open shared object file: No such file or directory nping works A-OK also! [root@ipfireAPU ~] # nping -V Nping version 0.7.92 ( https://nmap.org/nping ) [root@ipfireAPU ~] # [root@ipfireAPU ~] # nping -h Nping 0.7.92 ( https://nmap.org/nping ) Usage: nping [Probe mode] [Options] {target specification} TARGET SPECIFICATION: Targets may be specified as hostnames, IP addresses, networks, etc. |