Skip to content

Commit

Permalink
docs/config-prereqs.txt: revise OmniOS chapter to note run-time linki…
Browse files Browse the repository at this point in the history
…ng troubles with OOCE (Extra repo) [networkupstools#2782]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 24, 2025
1 parent 9f4b94e commit f300986
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config-prereqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,13 @@ library and binary paths can be architecture bitness-dependent; the
:; ./configure PKG_CONFIG_PATH="/opt/ooce/lib/amd64/pkgconfig" --with-cgi
------

You may also have to fiddle with either `LD_LIBRARY_PATH`, `crle (-c)` or
`./configure --with-something-libs` options to compensate for lack of `-R`
linker options in the `pkg-config` information provided by that repository:
by default the NUT programs can build with the information they get, but
fail to find the needed shared objects at run-time. More about this situation
is tracked at https://github.com/networkupstools/nut/issues/2782

Note also that the minimal footprint nature of OmniOS CE precludes building
any large scope easily, so avoid docs and "all drivers" unless you provide
whatever they need to happen.
Expand Down

0 comments on commit f300986

Please sign in to comment.