From 6d354de8fcca1881fea9845c2a495e51a9145ecd Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 7 Dec 2014 07:33:18 -0500 Subject: [PATCH] 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 --- Open-ILS/src/extras/install/Makefile.ubuntu-precise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.11.0