From ec39b43748f04cc791d75c763dbe423829d4d20e Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 4 Feb 2019 15:44:54 +0100 Subject: [PATCH] ldconfig --- test/travis/before_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index 83506b30..b4cf90a0 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -4,3 +4,4 @@ git clone https://github.com/olofhagsand/cligen.git (cd cligen && ./configure && make && sudo make install) (./configure && make && sudo make install) +/sbin/ldconfig