Skip to content

Instantly share code, notes, and snippets.

@chorrell
Created May 9, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chorrell/2648159 to your computer and use it in GitHub Desktop.
Save chorrell/2648159 to your computer and use it in GitHub Desktop.
Installing collectd-5.0.3 on a smartosplus64-3.1.0 machine
mkdir src
cd src
curl -O http://collectd.org/files/collectd-5.0.3.tar.gz
tar xvzf collectd-5.0.3.tar.gz
cd collectd-5.0.3
pkgin -f up
pkgin -y install gcc-compiler
export CFLAGS="-m64" CXXFLAGS="-m64"
./configure --prefix=/opt/local
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment