From: Bill Erickson Date: Mon, 27 Oct 2014 15:45:34 +0000 (-0400) Subject: libdbi / dbd libs moved for trusty X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0745d7b0830ab399ccf48b23befa7d49db01f09b;p=working%2Frandom.git libdbi / dbd libs moved for trusty Signed-off-by: Bill Erickson --- 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