Skip to content

Package Guide

bjango-b edited this page May 22, 2018 · 4 revisions

The package guide below is based on a clean install of the specific OS. You may already have some of these packages installed. Package managers and package names may be different for different versions of the OSs. This guide assumes you are running with root privileges to install packages.


Solaris 11

Required packages:

  • pkg install automake
  • pkg install autoconf
  • pkg install gcc-c++
  • pkg install openssl
  • pkg install sqlite-3

FreeBSD 10.2

Required packages:

  • pkg install autoconf
  • pkg install automake
  • pkg install openssl
  • pkg install sqlite

FreeBSD and FreeBSD based operating systems have some security options that can prevent iStat Server from accessing process data. The settings responsible are are part of sysctl. security.bsd.see_other_uids and security.bsd.see_other_gids both need to be set to 1 (enabled) for iStat Server to be able to fetch process data.


Fedora 23

Required packages:

  • yum install gcc-g++
  • yum install autoconf
  • yum install automake
  • yum install libxml2-devel
  • yum install openssl-devel
  • yum install sqlite-devel

Optional packages:

  • yum install lm_sensors
  • yum install lm_sensors-devel
  • yum install avahi-devel

CentOS 7

Required packages:

  • yum install gcc-c++
  • yum install autoconf
  • yum install automake
  • yum install libxml2-devel
  • yum install openssl-devel
  • yum install sqlite-devel

Optional packages:

  • yum install lm_sensors
  • yum install lm_sensors-devel
  • yum install avahi-devel

Debian 8

Required packages:

  • apt-get install g++
  • apt-get install autoconf
  • apt-get install libxml2-dev
  • apt-get install libssl-dev
  • apt-get install libsqlite3-dev

Optional packages:

  • apt-get install libsensors4-dev
  • apt-get install libavahi-common-dev
  • apt-get install libavahi-client-dev

Ubuntu 16

Required packages:

  • apt-get install g++
  • apt-get install autoconf
  • apt-get install libxml2-dev
  • apt-get install libssl-dev
  • apt-get install libsqlite3-dev

Optional packages:

  • apt-get install libsensors4-dev
  • apt-get install libavahi-common-dev
  • apt-get install libavahi-client-dev

AIX

Required packages:

  • autoconf
  • automake
  • gcc-c++
  • libxml2 + libxml2-devel
  • openssl + openssl-devel
  • pth + pth-devel
  • sqlite + sqlite-devel
  • zlib + zlib-devel

OpenBSD 6.2/NetBSD 7

Required packages:

  • pkg_add autoconf
  • pkg_add automake
Clone this wiki locally