anyone know where I can get the latest ZOOM? I'm compiling from source as Ubuntu doesn't have packages for YAZ that are compatible with 2.2.9 libyaz-dev.2.1.50 or greater is required.. and installing ZOOM via CPAN is puking on over 50% of the tests run.. thanks, --Huck
Hi Huck, ----- "Huck" <dhuckaby@paasda.org> wrote:
anyone know where I can get the latest ZOOM?
I'm compiling from source as Ubuntu doesn't have packages for YAZ that are compatible with 2.2.9 libyaz-dev.2.1.50 or greater is required.. and installing ZOOM via CPAN is puking on over 50% of the tests run.. You will need to install the most recent version of Yaz for ZOOM to install properly from CPAN. Hope that helps.
Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Have installed yaz-3.0.4 from source... same puking... lots of errors when cpan runs make test.. don't know how to track down make test errors to find where the leaky lib(or whatever) is to fix. --Huck Joshua M. Ferraro wrote:
Hi Huck,
----- "Huck" <dhuckaby@paasda.org> wrote:
anyone know where I can get the latest ZOOM?
I'm compiling from source as Ubuntu doesn't have packages for YAZ that are compatible with 2.2.9 libyaz-dev.2.1.50 or greater is required.. and installing ZOOM via CPAN is puking on over 50% of the tests run.. You will need to install the most recent version of Yaz for ZOOM to install properly from CPAN. Hope that helps.
Cheers,
Hi Huck, ----- "Huck" <dhuckaby@paasda.org> wrote:
Have installed yaz-3.0.4 from source... same puking... lots of errors when cpan runs make test.. don't know how to track down make test errors to find where the leaky lib(or whatever) is to fix. OK, try downloading ZOOM directly, it's available from CPAN here: http://search.cpan.org/CPAN/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.18.tar.gz
To download from Linux, try: # wget http://search.cpan.org/CPAN/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.18.tar.gz Then unpack it thusly: # tar -xzvf Net-Z3950-ZOOM-1.18.tar.gz Then navigate to the directory and prepare the makefile and run make manually: # cd Net-Z3950-ZOOM-1.18 # perl Makefile.PL # make # make test # make install Let us know if that works. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (2)
-
Huck -
Joshua M. Ferraro