Created
May 9, 2012 19:19
-
-
Save chorrell/2648159 to your computer and use it in GitHub Desktop.
Installing collectd-5.0.3 on a smartosplus64-3.1.0 machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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