Bug 13240 - CU 177: nmap error while loading shared libraries: libssl.so.1.1
Summary: CU 177: nmap error while loading shared libraries: libssl.so.1.1
Status: CLOSED FIXED
Alias: None
Product: IPFire
Classification: Unclassified
Component: --- (show other bugs)
Version: 2
Hardware: unspecified Unspecified
: Will affect an average number of users Minor Usability
Assignee: Adolf Belka
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-08 14:45 UTC by Jon
Modified: 2023-08-22 09:12 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon 2023-08-08 14:45:57 UTC
[root@ipfire ~] # nmap -sTU -O 192.168.60.1
nmap: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
[root@ipfire ~] # 

IPFire 2.27 (x86_64) - Core-Update 177
Comment 1 Matthias Fischer 2023-08-08 15:56:20 UTC
Same as 'monit' and 'haproxy'...

=> https://lists.ipfire.org/pipermail/development/2023-August/016283.html
Comment 2 Adolf Belka 2023-08-08 16:10:33 UTC
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
Comment 3 Jon 2023-08-08 16:22:28 UTC
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
Comment 4 Adolf Belka 2023-08-08 16:27:04 UTC
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.
Comment 5 Jon 2023-08-15 17:38:08 UTC
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!
Comment 6 Jon 2023-08-15 17:58:40 UTC
(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.