-
-
Notifications
You must be signed in to change notification settings - Fork 101
namp libary missing #3932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you know where you installed
It looks like nmap is built against the old OpenSSL 1.0 but is missing a dependency on that. |
Well, your hint is helpfull. Indeed, it seems that it was installed from localhostomnios. I had not in mind, that this publisher was active, since I upgraded to r151054.
|
Uh oh!
There was an error while loading. Please reload this page.
My first OmnOS post: I just installed/upgraded OmniOS v11 r151054 and installed nmap with pkg install nmap.
`root@pc-1508:~# nmap -p 111 --script=nfs-showmount server
Starting Nmap 7.12 ( https://nmap.org ) at 2025-05-26 13:59 CEST
ld.so.1: nmap: fatal: libssl.so.1.0.0: open failed: No such file or directory
ld.so.1: nmap: fatal: relocation error: file /usr/bin/nmap: symbol SSL_load_error_strings: referenced symbol not found`
ldd shows missing librarys.
root@pc-1508:~# ldd /usr/bin/nmap libpcre.so.1 => /usr/lib/libpcre.so.1 libssl.so.1.0.0 => (file not found) libcrypto.so.1.0.0 => (file not found) libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libstdc++.so.6 => /usr/lib/libstdc++.so.6 libm.so.2 => /lib/libm.so.2 librt.so.1 => /lib/librt.so.1 libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 libc.so.1 => /lib/libc.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1
actual nmap version is 7.97, while actual debian installation is 7.95.
Best regards
Klaus
The text was updated successfully, but these errors were encountered: