From 2a5e9fce472d3f1a29c16e1e53974ad5925ee735 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 16 Jan 2018 16:01:14 -0800 Subject: [PATCH] Update README with shared library tip A GPDB developer who uses CentOS 6 recently requested we add a tip to our README about adding /usr/local/lib to the list of directories in which the program loader looks. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32ae938994..8c49bd087f 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,9 @@ Build and install: ninja install -C build ``` +### Common Issues + +Note that because Red Hat-based systems do not normally look for shared libraries in `/usr/local/lib`, it is suggested to add `/usr/local/lib` to the /etc/ld.so.conf if developing on one of these Linux distributions. ## Cleanup -- GitLab