Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
67733e8a87516455bc5a5871592c4f1ac97a6849
/
.
/
perl
/
SNMP
/
hints
/
solaris.pl
blob: 87dccd1bdf9d3e17f15a41e814a3628ba7d31e62 [
file
] [
log
] [
blame
]
# 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';