summaryrefslogtreecommitdiff
path: root/perl/SNMP/hints/solaris.pl
blob: 87dccd1bdf9d3e17f15a41e814a3628ba7d31e62 (plain)
1
2
3
4
# uses kstat on solaris for get_uptime
$self->{LIBS} .= ' -lkstat';
# add -ldb if you are getting the vsnprintf not found error
# $self->{LIBS} .= ' -lkstat -ldb';