From f131dddd63baa93d9853d7147d356e8eda1eddc3 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Mon, 3 Apr 2017 13:44:32 -0400 Subject: [PATCH] add /usr/local/lib to library cache liberasurecode is installed under /usr/local/lib. When building from source, we need to add that directory to the shared library cache. Change-Id: I2541e54b9bd50ea0a4d40e8298d6a9e1f1150449 --- jenkins/jobs/liberasurecode.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/jobs/liberasurecode.yaml b/jenkins/jobs/liberasurecode.yaml index 27c85bdd7b..45d7cf018c 100644 --- a/jenkins/jobs/liberasurecode.yaml +++ b/jenkins/jobs/liberasurecode.yaml @@ -35,6 +35,8 @@ ./configure make sudo make install + sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf" + sudo ldconfig # test pyeclib cd $WORKSPACE/openstack/pyeclib tox -e py27