From b5a593af14e67cd627fa62d9a0ad7c09301e876a Mon Sep 17 00:00:00 2001 From: Otheus Date: Wed, 21 Jun 2017 21:27:27 +0200 Subject: [PATCH] Update INSTALL.md (#585) Add instructions for redhat/centos7 --- INSTALL.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 09458c4..3b96ad1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ pgloader version 3.x is written in Common Lisp. -## The lisp parts +## Dependencies The steps depend on the OS you are currently using. @@ -25,6 +25,17 @@ backporting the one found in `sid` rather than using the very old one found in current *stable* debian release. See `bootstrap-debian.sh` for details about how to backport a recent enough SBCL here (1.2.5 or newer). +### Redhat / CentOS + +You will need to install the Steel Bank Common Lisp package (sbcl) from EPEL, as +well as the freetds-devel package for some shared libraries. With RHEL/CentOS 6, +if the packaged version isn't >=1.3.6, you'll need to build it from source. With +v7, after installing freetds, you also need to create a softlink from the versioned +shared library `libsybdb.so.5` to `libsybdb.so`. + +The above steps are prepared for you with `boostrap-centos.sh` and `bootstrap-centos7.sh` respectively. +Please report to us if your standard RHEL/CentOS installation required additional steps. + ### Mac OS X We suppose you already have `git` and `make` available, if that's not the