We have installed 3.18 using the koha-common package on Ubuntu 14.04 (amd64) flawlessly. The only caveat I have memory of, was setting mpm_itk *before* running sudo apt-get install koha-common (because of a mod_itk package bug, inherited from Debian).<br><div><br></div><div>regards</div><div>To+</div><br><div class="gmail_quote">El Fri Dec 26 2014 at 20:36:30, Paul A (<<a href="mailto:paul.a@navalmarinearchive.com">paul.a@navalmarinearchive.com</a>>) escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mark and Chris,<br>
<br>
Thanks for your input.  Just tried again on a brand new 64-bit Ubuntu<br>
14.04.1 server, perl 5.18, apache 2.4.6, mysql 5.5, memcached, users/pwds,<br>
etc.  This will be one of our new production servers, and I was hoping to<br>
upgrade Koha from our current 3.8.5.<br>
<br>
Tried the package first:<br>
<br>
paul@hood:/usr/share/koha$ sudo apt-get install koha-common<br>
/... snip .../<br>
Errors were encountered while processing:<br>
  libapache2-mpm-itk<br>
  apache2-mpm-itk<br>
  koha-common<br>
E: Sub-process /usr/bin/dpkg returned an error code (1)<br>
<br>
So to get a bit more insight, used the latest tarball:<br>
<br>
paul@hood:/usr/share/koha/<u></u>koha-3.18.02$ perl <a href="http://koha_perl_deps.pl" target="_blank">koha_perl_deps.pl</a> -m -u<br>
<br>
                                               Installed         Required<br>
        Module is<br>
Module<br>
Name                                   Version           Version<br>
Required<br>
------------------------------<u></u>------------------------------<u></u>------------------------------<u></u>--<br>
HTTPD::Bench::ApacheBench                     0<br>
*               0.73                    No<br>
Module::Bundled::Files                        0<br>
*               0.03                    No<br>
Readonly::XS                                  0<br>
*               1.02                    No<br>
Test::DBIx::Class                             0<br>
*               0.42                    No<br>
Test::WWW::Mechanize                          1.42<br>
*            1.44                    No<br>
<br>
------------------------------<u></u>------------------------------<u></u>------------------------------<u></u>--<br>
Total modules reported: 5                      * Module is missing or<br>
requires an upgrade.<br>
<br>
Now confused as to whether these are required or not???  In any case, perl<br>
Makefile.PL fails:<br>
<br>
Warning: prerequisite HTTPD::Bench::ApacheBench 0.73 not found.<br>
Warning: prerequisite Test::DBIx::Class 0.42 not found.<br>
Warning: prerequisite Test::WWW::Mechanize 1.44 not found. We have 1.42.<br>
Writing Makefile for koha<br>
Unable to open MakeMaker.tmp: Permission denied at<br>
/usr/share/perl/5.18/ExtUtils/<u></u>MakeMaker.pm line 1030.<br>
<br>
<br>
Have tried (unsuccessfully) some attempts with CPAN, e.g.<br>
<br>
paul@hood:/usr/share/koha$ sudo cpan HTTPD::Bench::ApacheBench<br>
Reading '/home/paul/.cpan/Metadata'<br>
   Database was generated on Fri, 26 Dec 2014 08:53:17 GMT<br>
Running install for module 'HTTPD::Bench::ApacheBench'<br>
Running make for A/AD/ADIRAJ/ApacheBench-0.73.<u></u>tar.gz<br>
Checksum for<br>
/home/paul/.cpan/sources/<u></u>authors/id/A/AD/ADIRAJ/<u></u>ApacheBench-0.73.tar.gz ok<br>
<br>
   CPAN.pm: Building A/AD/ADIRAJ/ApacheBench-0.73.<u></u>tar.gz<br>
<br>
Checking if your kit is complete...<br>
Looks good<br>
Writing Makefile for HTTPD::Bench::ApacheBench<br>
Writing MYMETA.yml and MYMETA.json<br>
Writing Makefile for HTTPD::Bench::ApacheBench<br>
Writing MYMETA.yml and MYMETA.json<br>
cp lib/HTTPD/Bench/ApacheBench/<u></u>Regression.pm<br>
blib/lib/HTTPD/Bench/<u></u>ApacheBench/Regression.pm<br>
cp lib/HTTPD/Bench/ApacheBench/<u></u>Run.pm blib/lib/HTTPD/Bench/<u></u>ApacheBench/Run.pm<br>
cp lib/HTTPD/Bench/ApacheBench.pm blib/lib/HTTPD/Bench/<u></u>ApacheBench.pm<br>
make[1]: Entering directory<br>
`/home/paul/.cpan/build/<u></u>ApacheBench-0.73-hFvRj7/src'<br>
/usr/bin/perl /usr/share/perl/5.18.2/<u></u>ExtUtils/xsubpp  -typemap<br>
/usr/share/perl/5.18/ExtUtils/<u></u>typemap  ApacheBench.xs > ApacheBench.xsc &&<br>
mv ApacheBench.xsc ApacheBench.c<br>
cc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector<br>
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE<br>
-D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"0.73\" -DXS_VERSION=\"0.73\"<br>
-fPIC "-I/usr/lib/perl/5.18/CORE"   ApacheBench.c<br>
/bin/sh: 1: cc: not found<br>
make[1]: *** [ApacheBench.o] Error 127<br>
make[1]: Leaving directory `/home/paul/.cpan/build/<u></u>ApacheBench-0.73-hFvRj7/src'<br>
make: *** [subdirs] Error 2<br>
   ADIRAJ/ApacheBench-0.73.tar.gz<br>
   make -- NOT OK<br>
Running make test<br>
   Can't test without successful make<br>
Running make install<br>
   Make had returned bad status, install seems impossible<br>
<br>
Any thoughts, pointers?<br>
<br>
Thanks and br -- Paul<br>
<br>
P.S. Mark: the additional repositories are in sources.list.d/koha.list, etc<br>
-- not in the main file.<br>
<br>
<br>
At 11:58 PM 12/24/2014 -0500, Mark Tompsett wrote:<br>
>Greetings,<br>
><br>
>I figured I had not done a 32-bit install in a while, so I grabbed the<br>
>Ubuntu 14.04.1 LTS ISO.<br>
>I installed it in VirtualBox OpenSSH, LAMP, and Mail Server selected (even<br>
>though I probably could have gone with nothing).<br>
>I then followed the instructions<br>
><<a href="http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages" target="_blank">http://wiki.koha-community.<u></u>org/wiki/Koha_on_ubuntu_-_<u></u>packages</a>><a href="http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages" target="_blank">http://wiki.koha-<u></u>community.org/wiki/Koha_on_<u></u>ubuntu_-_packages</a><br>
>Now, I was expecting some apache2 issues to crop up, but strangely I had<br>
>no problems whatsoever running:<br>
>sudo apt-get install koha-common<br>
><br>
>You should NEVER tinker with /etc/apt/sources.list, when you SHOULD ADD<br>
>/etc/apt/sources.list.d/<u></u>NEWFILE.list and sudo apt-get update.<br>
><br>
>GPML,<br>
>Mark Tompsett<br>
><br>
><br>
>From: <mailto:<a href="mailto:chris.nighswonger@gmail.com" target="_blank">chris.nighswonger@<u></u>gmail.com</a>>Christopher Nighswonger<br>
>Sent: Wednesday, December 24, 2014 8:28 PM<br>
>To: <mailto:<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@<u></u>navalmarinearchive.com</a>>Paul A<br>
>Cc: <mailto:<a href="mailto:koha-devel@lists.koha-community.org" target="_blank">koha-devel@lists.koha-<u></u>community.org</a>>Koha Devel<br>
>Subject: Re: [Koha-devel] koha-common install<br>
><br>
><br>
>Something is broken with one of the dependencies of yaz on the latest LTS.<br>
>I ran into this the other day on my Dev box. Haven't had time to chase it<br>
>down yet.<br>
><br>
>Kind Regards<br>
><br>
>Chris<br>
>On Dec 24, 2014 4:33 PM, "Paul A"<br>
><<mailto:<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@<u></u>navalmarinearchive.com</a>><a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@<u></u>navalmarinearchive.com</a>> wrote:<br>
>Happy Christmas, Happy Holidays all around,<br>
><br>
>Having a look at latest releases of Ubuntu and Koha on a 32-bit 'sandbox'<br>
>server, newly built with latest 14.04.1 LTS Ubuntu. Koha failed despite<br>
>major attempts at fulfilling dependencies, including CPAN which cannot<br>
>find yaz, idzebra nor libnet-z3950-zoom-perl. I started with 130-odd<br>
>missing files, individually installed all but these, despite adding deb's<br>
>for koha, and Debian wheezy and squeeze to /etc/apt/sources.list<br>
><br>
>I'm *guessing* that i386 is no longer supported, but couldn't find any<br>
>mention at koha-community. I should be able to get a 64-bit sandbox after<br>
>staff leave for the holidays later today and will try again. Here's the<br>
>gory details:<br>
><br>
>paul@hallowell:/$ lsb_release -a<br>
>Distributor ID: Ubuntu<br>
>Description:    Ubuntu 14.04.1 LTS<br>
>Release:        14.04<br>
>Codename:       trusty<br>
><br>
>paul@hallowell:/$ sudo apt-get install koha-common<br>
>Reading package lists... Done<br>
>Building dependency tree<br>
>Reading state information... Done<br>
>Some packages could not be installed. This may mean that you have<br>
>requested an impossible situation or if you are using the unstable<br>
>distribution that some required packages have not yet been created<br>
>or been moved out of Incoming.<br>
>The following information may help resolve the situation:<br>
><br>
>The following packages have unmet dependencies:<br>
>koha-common : Depends: libnet-z3950-zoom-perl but it is not going to be<br>
>installed<br>
>                Depends: idzebra-2.0 but it is not going to be installed<br>
>                Depends: yaz but it is not going to be installed<br>
>E: Unable to correct problems, you have held broken packages.<br>
><br>
>br -- paul<br>
><br>
><br>
>_____________________________<u></u>__________________<br>
>Koha-devel mailing list<br>
><mailto:<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.<u></u>koha-community.org</a>><a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@<u></u>lists.koha-community.org</a><br>
><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.<u></u>org/cgi-bin/mailman/listinfo/<u></u>koha-devel</a><br>
>website : <<a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.<u></u>org/</a>><a href="http://www.koha-community.org/" target="_blank">http://www.koha-<u></u>community.org/</a><br>
>git : <<a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.<u></u>org/</a>><a href="http://git.koha-community.org/" target="_blank">http://git.koha-<u></u>community.org/</a><br>
>bugs : <<a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.<u></u>org/</a>><a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-<u></u>community.org/</a><br>
><br>
><br>
>----------<br>
>_____________________________<u></u>__________________<br>
>Koha-devel mailing list<br>
><a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-<u></u>community.org</a><br>
><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.<u></u>org/cgi-bin/mailman/listinfo/<u></u>koha-devel</a><br>
>website : <a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.org/</a><br>
>git : <a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.org/</a><br>
>bugs : <a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.<u></u>org/</a><br>
<br>
---<br>
Maritime heritage and history, preservation and conservation,<br>
research and education through the written word and the arts.<br>
<<a href="http://NavalMarineArchive.com" target="_blank">http://NavalMarineArchive.com</a><u></u>> and <<a href="http://UltraMarine.ca" target="_blank">http://UltraMarine.ca</a>><br>
<br>
______________________________<u></u>_________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-<u></u>community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.<u></u>org/cgi-bin/mailman/listinfo/<u></u>koha-devel</a><br>
website : <a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.<u></u>org/</a><br>
</blockquote></div>