Skip to content

Instantly share code, notes, and snippets.

@v0112358
Last active May 7, 2020 03:51
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 v0112358/2886b5002ff46506ebd1205f7595e8a9 to your computer and use it in GitHub Desktop.
Save v0112358/2886b5002ff46506ebd1205f7595e8a9 to your computer and use it in GitHub Desktop.
Install pgagroal on CentOS 7

pgagroal

pgagroal is a high-performance protocol-native connection pool for PostgreSQL.

Install

yum install centos-release-scl
yum install cmake3 libev libev-devel openssl openssl-devel python36-docutils
yum install devtoolset-8
scl enable devtoolset-8 bash
git clone https://github.com/agroal/pgagroal.git
cd pgagroal
mkdir build
cd build
cmake3 -DCMAKE_INSTALL_PREFIX=/usr/local ..
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment