ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.18k stars 648 forks source link

Cannot start ntopng on FreeBSD 15 #8709

Open deanfourie1 opened 1 week ago

deanfourie1 commented 1 week ago

Environment:

What happened: When attempting to start ntopng with service ntopng start, I get the following error.

[24.03-RELEASE][admin@pfSense.home.arpa]/root: service ntopng start
Starting ntopng.
ld-elf.so.1: Shared object "libsodium.so.26" not found, required by "ntopng"
/usr/local/etc/rc.d/ntopng: WARNING: failed to start ntopng

How did you reproduce it? Fresh install of ntopng on FreeBSD 15.

Debug Information:

deanfourie1 commented 1 week ago

any ideas?

lucaderi commented 1 week ago

What about this?

FreeBSD is not yet released, so better to stay on a stable release (14 or 13)

# pkg info libsodium
libsodium-1.0.19
Name           : libsodium
Version        : 1.0.19
Installed on   : Thu Jul 11 23:37:42 2024 CEST
Origin         : security/libsodium
Architecture   : FreeBSD:15:amd64
Prefix         : /usr/local
Categories     : security
Licenses       : ISCL
Maintainer     : vsevolod@FreeBSD.org
WWW            : https://github.com/jedisct1/libsodium/
Comment        : Library to build higher-level cryptographic tools
Options        :
    DOCS           : on
Shared Libs provided:
    libsodium.so.26
Annotations    :
    FreeBSD_version: 1500019
    build_timestamp: 2024-06-01T01:37:28+0000
    built_by       : poudriere-git-3.4.1-30-g79e3edcd
    port_checkout_unclean: no
    port_git_hash  : 3d1bb5a67c3
    ports_top_checkout_unclean: no
    ports_top_git_hash: 98ebc5d3c87
    repo_type      : binary
    repository     : FreeBSD
Flat size      : 1.38MiB
Description    :
libsodium is a library for network communication, encryption,
decryption, signatures, etc.

libsodium is a portable, cross-compilable, installable,
packageable, API-compatible version of NaCl(security/nacl).
NaCl's goal is to provide all of the core operations needed
to build higher-level cryptographic tools.
deanfourie1 commented 1 week ago

Wait what,

literally on the releases page,

image

lucaderi commented 1 week ago

Did you solve your problem ?

deanfourie1 commented 1 week ago

No I did not.

Its listed as available for for FreeBSD 15 but I seem unable to install, yet you say not yet relaesed?