Problems installing NUT on Solaris 10
15 Oct 2009I ran into a couple problems compiling NUT on Solaris 10 today. They were pretty much due to bad setup on my part, but they did take a while to track down. For the record:
libtool: link: only absolute run-paths are allowed
: This turned out to be an obscure way of saying "You don't have libsnmp installed". Solution:configure --without-snmp
.false cru
: The full error was:
libtool: link: false cru .libs/libparseconf.a .libs/parseconf.o
gmake[1]: *** [libparseconf.la] Error 1
This turned out to be a consequence of not having /usr/ccs/bin
in
my $PATH
.
Add a comment:
Name and email required; email is not displayed.
Related Posts
QRP weekend 08 Oct 2018
Open Source Cubesat Workshop 2018 03 Oct 2018
mpd crash? try removing files in /var/lib/mpd/ 11 Aug 2018