From 0745d7b0830ab399ccf48b23befa7d49db01f09b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 27 Oct 2014 11:45:34 -0400 Subject: [PATCH] libdbi / dbd libs moved for trusty Signed-off-by: Bill Erickson --- installer/trusty/eg_trusty_installer.sh | 2 +- installer/trusty/evergreen.ld.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index 8b30e18b3..3f003da89 100755 --- a/installer/trusty/eg_trusty_installer.sh +++ b/installer/trusty/eg_trusty_installer.sh @@ -342,7 +342,7 @@ function build_evergreen { export PATH=/openils/bin:$PATH cd /home/opensrf/Evergreen; autoreconf -i; - ./configure --prefix=/openils --sysconfdir=/openils/conf; + ./configure --prefix=/openils --sysconfdir=/openils/conf --with-dbi=/usr/lib/x86_64-linux-gnu/dbd; make; ' su - opensrf sh -c "$OSRF_COMMAND" diff --git a/installer/trusty/evergreen.ld.conf b/installer/trusty/evergreen.ld.conf index 07233fc95..7ba262be1 100644 --- a/installer/trusty/evergreen.ld.conf +++ b/installer/trusty/evergreen.ld.conf @@ -1,3 +1,4 @@ /openils/lib /usr/local/lib -/usr/local/lib/dbd +/usr/lib/x86_64-linux-gnu/ +/usr/lib/x86_64-linux-gnu/dbd -- 2.11.0