X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.opensuse;h=403dc67616903fba2c5015acee1c5f7313cea819;hb=e58beaf3bf1edfa1d9efd31bcf95be02fd9c4ffa;hp=4987e18dcd9a414c3dadc03b663400e4d6af2c33;hpb=ccdcf75ccdc396f0bc5c57384e5fbc700b2ac415;p=koha_gimpoz diff --git a/INSTALL.opensuse b/INSTALL.opensuse index 4987e18dcd..403dc67616 100644 --- a/INSTALL.opensuse +++ b/INSTALL.opensuse @@ -8,7 +8,7 @@ Feedback/bug reports: Koha Developer's List: http://lists.koha.org/mailman/listinfo/koha-devel -This document last modified: 07 July 2008 +This document last modified: 15 July 2008 ===== Installation Instructions ===== @@ -2032,8 +2032,10 @@ Failed during this command: MIRK/Net-Z3950-ZOOM-1.21.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 512 |-------------------- - * Installing libyaz and libyaz-devel for Net::Z3950::ZOOM + * Installing libyaz, libyaz-devel and yaz for Net::Z3950::ZOOM OK... So we ran through a problem with a missing "yaz-config" while installing Net::Z3950::ZOOM. To solve this, let's first install the libyaz package: + + * Install the libyaz package: |-------------------- # yast -i libyaz |-------------------- @@ -2050,6 +2052,12 @@ We also have to install another package:libyaz-devel. libyaz-devel is NOT availa Installing libyaz-devel will also add some other packages that libyaz-devel depends on, namely: zlib-devel, tcpd-devel, tack, libgpg-error-devel, ncurses-devel, libopenssl-devel, libgcrypt-devel, readline-devel, libxml2-devel and libxslt-devel. + * Install the yaz package: +|-------------------- +# yast -i yaz +|-------------------- + +(//15-Jul-2008: Thanks to Bob Ewart for catching this missing step of installing yaz//) Let's now install the Net::Z3950::ZOOM Module