3.8.3 dependencies
Looking at Koha 3.8.3 on my "desktop" (64-bit Ubuntu 12.04 server plus Gnome 2.3 utilities, graphics etc) Final unmet dependencies are: Graphics::Magick 0 * 1.3.05 No Net::Z3950::ZOOM 0 * 1.16 Yes XML::LibXSLT 0 * 1.59 Yes The last two are problematic. As far as I can see after a fair amount of trying (CPAN, Debian and Ubuntu repositories) they both, via yaz, are dependant on libyaz-dev which in turn allows libxml2-dev. The most promising source appears to be libyaz4-dev_4.2.18-1build1_i386.deb -- but this fails miserably (despite "force install" and apt-get -f) as the 64-bit system refuses these particular i386 packages, ultimately with: (Reading database ... 176579 files and directories currently installed.) Unpacking libxml2-dev:i386 (from .../libxml2-dev_2.7.8.dfsg-5.1ubuntu4.1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libxml2-dev_2.7.8.dfsg-5.1ubuntu4.1_i386.deb (--unpack): './usr/bin/xml2-config' is different from the same file on the system dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Processing triggers for man-db ... Errors were encountered while processing: /var/cache/apt/archives/libxml2-dev_2.7.8.dfsg-5.1ubuntu4.1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Does any one have pointers to a 64 bit package for Net::Z3950::ZOOM and XML::LibXSLT (or another workaround)? Also, while Graphics::Magick might not be "required", can anyone tell me what if any functionality might be impacted? Just for the record, all dependencies installed without problems on our production server (64-bit, but Ubuntu 11.10 and Koha 3.6.1) and on my sandbox (12.04, 3.6.7) but it is an older 32-bit machine. Many thanks and best regards, Paul
On Wed, Aug 8, 2012 at 12:19 PM, Paul <paul.a@aandc.org> wrote:
Looking at Koha 3.8.3 on my "desktop" (64-bit Ubuntu 12.04 server plus Gnome 2.3 utilities, graphics etc)
Final unmet dependencies are:
Graphics::Magick 0 * 1.3.05 No Net::Z3950::ZOOM 0 * 1.16 Yes XML::LibXSLT 0 * 1.59 Yes
The last two are problematic. As far as I can see after a fair amount of trying (CPAN, Debian and Ubuntu repositories) they both, via yaz, are dependant on libyaz-dev which in turn allows libxml2-dev. The most promising source appears to be libyaz4-dev_4.2.18-1build1_i386.deb -- but this fails miserably (despite "force install" and apt-get -f) as the 64-bit system refuses these particular i386 packages, ultimately with:
Just $ apt-get install libyaz4 libyaz4-dev
Does any one have pointers to a 64 bit package for Net::Z3950::ZOOM and XML::LibXSLT (or another workaround)?
and: $ apt-get install libnet-z3950-zoom-perl libxml-libxslt-perl libgraphics-magick-perl Regards To+
Some have suggested the debian.k-c.org repo, which is good. I'm running Ubuntu 12.04 Desktop 64-bit, and my package list includes good versions of the three perl modules you've listed. Looks like they come from the Universe repo. On Wed, Aug 8, 2012 at 9:34 AM, Tomas Cohen Arazi <tomascohen@gmail.com>wrote:
On Wed, Aug 8, 2012 at 12:19 PM, Paul <paul.a@aandc.org> wrote:
Looking at Koha 3.8.3 on my "desktop" (64-bit Ubuntu 12.04 server plus Gnome 2.3 utilities, graphics etc)
Final unmet dependencies are:
Graphics::Magick 0 * 1.3.05 No Net::Z3950::ZOOM 0 * 1.16 Yes XML::LibXSLT 0 * 1.59 Yes
The last two are problematic. As far as I can see after a fair amount of trying (CPAN, Debian and Ubuntu repositories) they both, via yaz, are dependant on libyaz-dev which in turn allows libxml2-dev. The most promising source appears to be libyaz4-dev_4.2.18-1build1_i386.deb -- but this fails miserably (despite "force install" and apt-get -f) as the 64-bit system refuses these particular i386 packages, ultimately with:
Just $ apt-get install libyaz4 libyaz4-dev
Does any one have pointers to a 64 bit package for Net::Z3950::ZOOM and XML::LibXSLT (or another workaround)?
and: $ apt-get install libnet-z3950-zoom-perl libxml-libxslt-perl libgraphics-magick-perl
Regards To+ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Greetings, Someone correct me if I am wrong, but given that Ubuntu is a Debian-based system, it should not break things if you add the debian.koha-community.org repository and try grabbing what you need from there. http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze This gives the line you need to add into an /etc/apt/sources.list.d/koha.list file Make sure to get the key too! The command is in the "Everyone" part just below the repository options. Update the libraries available listing: $ sudo apt-get update Then try to apt-get them. Hopefully by pointing to the koha-community.org repository this will solve your problems. I don't know if this will or not, as I have yet to do a 64-bit install, but it can't hurt to try. :) 3.6.X and 3.8.X have different dependencies, and some don't exist nicely in the purely default Ubuntu world. Just my thoughts. No guarantees. Regards, Mark Tompsett
Op 08-08-12 18:07, Mark Tompsett schreef:
Someone correct me if I am wrong, but given that Ubuntu is a Debian-based system, it should not break things if you add the debian.koha-community.org repository and try grabbing what you need from there.
You are correct. I run pretty much everything as 64-bit and haven't noticed any dependency issues. All the stuff in debian.k-c.org is platform agnostic. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
participants (5)
-
Mark Tompsett -
Mike Hafen -
Paul -
Robin Sheat -
Tomas Cohen Arazi