More comments and steps below (no need for net-snmp mailing list!):
[...]
to install Perl. Once Perl has been install one can proceed with the
installation process of net-snmp:
env PERLPROG=/usr/local/net-snmp/bin/perl ./configure
--enable-embedded-perl \
--with-mib-modules=ucd-snmp/lmSensors,ucd-snmp/diskio,smux,mibII/mta_sendmail
\
--with-cc=gcc && make && make test && make install
[...]
{Note to self upon compile errors please scroll up further then are
doing as full error is not incorporated in line!}
There is a slight error here: --with-mib-modules=ucd-snmp/lmSensors as
OpenSolaris and Solaris in general doesn't have lm_sensors installed
since this is a Linux monitoring tool as far as I am aware.
Quick fix was to append: --with-out-mib-modules=ucd-snmp/lmSensors
--with-mib-modules=ucd-snmp/diskio,smux,mibII/mta_sendmail
the only thing I have found is that I needed to add: /usr/local/bin
and /usr/ccs/bin to the su $PATH.
This link also helped me out:
http://www.mail-archive.com/[email protected]/msg11717.html
Now.... since I was still in the process of writing this while the
code was compiling I thought that it would compile finally which has
turned out not to be the case! I think I will attempt to take this
thread to the net-snmp guys and try and figure out what's going on there.
Ok now has been installed successfully :-)
On to RRD tools!
Regards,
Kaya
_______________________________________________
opensolaris-help mailing list
[email protected]