Skip to content

Instantly share code, notes, and snippets.

@teadur
Last active December 8, 2016 03:09
Show Gist options
  • Save teadur/fa2a9e2e35a2748aeb54884f384c5acb to your computer and use it in GitHub Desktop.
Save teadur/fa2a9e2e35a2748aeb54884f384c5acb to your computer and use it in GitHub Desktop.
build.postgres.for.sensu
wget https://ftp.postgresql.org/pub/source/v9.4.6/postgresql-9.4.7.tar.bz2
apt-get install libreadline-dev
export CFLAGS=-I/opt/sensu/embedded/include
export LDFAGS=-L/opt/sensu/embedded/lib
./configure --prefix /opt/sensu/embedded --with-openssl
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment