Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error
My instruction have me doing something with Indexdata. How would I uninstall libyaz? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 "At the End of the Day, Did You Play to Win or Not to Lose?" From: Bernardo Gonzalez Kriegel [mailto:bgkriegel@gmail.com] Sent: Monday, July 19, 2010 8:45 PM To: Roche III, Edward Subject: Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error Ed, have you intalled libyaz from indexdata? If so, uninstall it, comment any reference to indexdata in /etc/apt/sources.list, and reinstall libyaz3 (it´s native on ubuntu now) Bernardo On Mon, Jul 19, 2010 at 7:33 PM, Roche III, Edward <edward_roche@solanco.k12.pa.us> wrote: Just tried it and got "libnet-z3950-zoom-perl: Depends: libyaz3 (>= 3.0.26) but it is not going to be installed E: Broken packages" Any thoughts? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 "At the End of the Day, Did You Play to Win or Not to Lose?" -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Roche III, Edward Sent: Monday, July 19, 2010 6:28 PM To: Chris Cormack Cc: Koha Subject: Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error Thanks Chris The reason for the 3.00.02 is my VM blowup and that is where my current DB is at. Once I get everything re-installed I plan to update to newer version just don't want any issue with software version vs. db version. I will the apt-get way and let you know how I make out. Thanks Again Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 "At the End of the Day, Did You Play to Win or Not to Lose?" -----Original Message----- From: Chris Cormack [mailto:chrisc@catalyst.net.nz] Sent: Monday, July 19, 2010 5:30 PM To: Roche III, Edward Cc: Koha Subject: Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error * Roche III, Edward (edward_roche@solanco.k12.pa.us) wrote:
I am installing Koha 3.00.02 on Ubuntu 10.4 but when I run the Koha Makefile.pl it tells me that I still need these (2) dependencies. Anyone else having this issue? Are there other repositories that I should add?
First up, why install 3.0.2? .. 3.0.6 has been out for months now and has literally hundreds of bugfixes. (3.0.2 is a year old june 2009). So I would start with 3.0.6 unless there is some specific reason to install an old version. For those 2 dependencies, in 10.4 you can do sudo apt-get install libnet-z3950-zoom-perl libpdf-reuse-perl Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Ed, the generic instructions for debian tell you to add the indexdata repositories to your apt list. But that is not necesary for Ubuntu. Then, remove any reference to indexdata from /etc/apt/sources.list, do an apt-get update, find which packages are from indexdata (dpkg -l | grep -i indexdata), remove those packages doing "apt-get remove packagename", then install idzebra-2.0 and the other packages. Hope that helps Bernardo On Tue, Jul 20, 2010 at 11:15 AM, Roche III, Edward < edward_roche@solanco.k12.pa.us> wrote:
My instruction have me doing something with Indexdata. How would I uninstall libyaz?
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151
"At the End of the Day, Did You Play to Win or Not to Lose?"
*From:* Bernardo Gonzalez Kriegel [mailto:bgkriegel@gmail.com] *Sent:* Monday, July 19, 2010 8:45 PM *To:* Roche III, Edward
*Subject:* Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error
Ed,
have you intalled libyaz from indexdata?
If so, uninstall it, comment any reference to indexdata in /etc/apt/sources.list, and reinstall libyaz3 (it´s native on ubuntu now)
Bernardo
On Mon, Jul 19, 2010 at 7:33 PM, Roche III, Edward < edward_roche@solanco.k12.pa.us> wrote:
Just tried it and got "libnet-z3950-zoom-perl: Depends: libyaz3 (>= 3.0.26) but it is not going to be installed E: Broken packages"
Any thoughts?
Thanks
Ed
Edward J. Roche Network Administrator Solanco School District 717.786.2151
"At the End of the Day, Did You Play to Win or Not to Lose?"
-----Original Message-----
From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Roche III, Edward Sent: Monday, July 19, 2010 6:28 PM To: Chris Cormack Cc: Koha Subject: Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error
Thanks Chris
The reason for the 3.00.02 is my VM blowup and that is where my current DB is at. Once I get everything re-installed I plan to update to newer version just don't want any issue with software version vs. db version. I will the apt-get way and let you know how I make out.
Thanks Again Ed
Edward J. Roche Network Administrator Solanco School District 717.786.2151
"At the End of the Day, Did You Play to Win or Not to Lose?"
-----Original Message----- From: Chris Cormack [mailto:chrisc@catalyst.net.nz] Sent: Monday, July 19, 2010 5:30 PM To: Roche III, Edward Cc: Koha Subject: Re: [Koha] Net::Z3950:ZOOM and PDF::Reuse::Barcode Install Error
* Roche III, Edward (edward_roche@solanco.k12.pa.us) wrote:
I am installing Koha 3.00.02 on Ubuntu 10.4 but when I run the Koha Makefile.pl it tells me that I still need these (2) dependencies. Anyone else having this issue? Are there other repositories that I should add?
First up, why install 3.0.2? .. 3.0.6 has been out for months now and has literally hundreds of bugfixes. (3.0.2 is a year old june 2009).
So I would start with 3.0.6 unless there is some specific reason to install an old version.
For those 2 dependencies, in 10.4 you can do
sudo apt-get install libnet-z3950-zoom-perl libpdf-reuse-perl
Chris
-- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Bernardo Gonzalez Kriegel -
Roche III, Edward