Last active
December 8, 2016 03:09
-
-
Save teadur/fa2a9e2e35a2748aeb54884f384c5acb to your computer and use it in GitHub Desktop.
build.postgres.for.sensu
This file contains 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
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