libyaz-dev needs to be specifically 4 or 5
authorDan Scott <dscott@laurentian.ca>
Sun, 7 Dec 2014 12:33:18 +0000 (07:33 -0500)
committerDan Scott <dscott@laurentian.ca>
Sun, 7 Dec 2014 12:35:32 +0000 (07:35 -0500)
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 <dscott@laurentian.ca>
Open-ILS/src/extras/install/Makefile.ubuntu-precise

index d62655f..8da7324 100644 (file)
@@ -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\