File: solaris.pl

package info (click to toggle)
net-snmp 5.9.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 38,720 kB
  • sloc: ansic: 282,878; perl: 17,704; sh: 12,151; makefile: 2,711; python: 734; xml: 663; pascal: 62; sql: 47
file content (4 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (16)
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';