From: Dan Scott Date: Sun, 7 Dec 2014 12:33:18 +0000 (-0500) Subject: libyaz-dev needs to be specifically 4 or 5 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdbs%2Fyaz5;p=working%2FEvergreen.git libyaz-dev needs to be specifically 4 or 5 If you're using yaz from Indexdata to avoid the Z39.50 server errors that you get with the packaging from Ubuntu, then you need to specify either libyaz4-dev or libyaz5-dev. We were working with libyaz5-dev, so roll with that. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise index d62655f90b..8da73242d9 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -60,7 +60,7 @@ export DEBS = \ libtext-csv-perl\ libuniversal-require-perl\ libunix-syslog-perl\ - libyaz-dev\ + libyaz5-dev\ postgresql-client-9.1\ libsoap-lite-perl\ libtest-warn-perl\