summaryrefslogtreecommitdiff
path: root/perl/SNMP/hints/solaris.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/SNMP/hints/solaris.pl')
-rw-r--r--perl/SNMP/hints/solaris.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/SNMP/hints/solaris.pl b/perl/SNMP/hints/solaris.pl
new file mode 100644
index 0000000..87dccd1
--- /dev/null
+++ b/perl/SNMP/hints/solaris.pl
@@ -0,0 +1,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';