Skip to content

Commit

Permalink
docs/config-prereqs.txt: update Mozilla NSS notes for OpenIndiana and…
Browse files Browse the repository at this point in the history
… OmniOS

Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
  • Loading branch information
jimklimov committed Nov 9, 2024
1 parent 08bc608 commit 269f100
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/config-prereqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,8 @@ Typical tooling would include:
freeipmi \
avahi

# NOTE: Until https://github.com/networkupstools/nut/issues/2674 is solved,
# using Mozilla NSS is problematic on Solaris-derived platforms.
# With 2024.04, some packages were split for development vs. run-time
# and/or based on architecture:
:; pkg install \
Expand Down Expand Up @@ -1280,6 +1282,19 @@ Note you may need not just the "Core" IPS package publisher, but also the
:; pkg install \
net-snmp

# For crypto-enabled builds:
:; pkg install \
openssl-3

# NOTE: Until https://github.com/networkupstools/nut/issues/2674 is solved,
# using Mozilla NSS is problematic on Solaris-derived platforms.
# By r151046, some packages were split for development vs. run-time;
# to provide support for Mozilla NSS, you need libraries and headers:
:; pkg install \
system/library/mozilla-nss \
system/library/mozilla-nss/header-nss \
library/nspr library/nspr/header-nspr

# NOTE: For python, some suitable version should be available since `pkg(5)`
# tool is written in it. You may specify an additional variant like this
# (numbers depending on default or additional packages of your distro):
Expand Down

0 comments on commit 269f100

Please sign in to comment.