[Koha-bugs] [Bug 8192] New: Update libraries and Missing library in install_misc/ubuntu.packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 5 17:19:51 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8192

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8192
          Assignee: gmcharlt at gmail.com
           Summary: Update libraries and Missing library in
                    install_misc/ubuntu.packages
          Severity: enhancement
    Classification: Unclassified
                OS: Linux
          Reporter: mtompset at hotmail.com
          Hardware: All
            Status: NEW
           Version: rel_3_8
         Component: Installation and upgrade (command-line installer)
           Product: Koha

Was doing a fresh install of what I pulled from the git repository a couple
days ago.

I am running Ubuntu 12.04
   libdatetime-format-mysql-perl
was missing after I did something similar to :
apt-get install `./install_misc/ubuntu_pkg_check.sh | grep none | cut -f1 -d'
'`

I then did a ./koha_perl_deps.pl -m

It said DateTime::Format::MySQL (the capitalization may be off, I'm doing this
from memory).

So I did:
   aptitude search datetime-format-mysql
And such a library existed, so I installed it. And the koha_perl_deps.sh didn't
complain about anything missing.

I figure it is a quick one-line add. I confirmed that
libdatetime-format-mysql-perl also exists on Ubuntu 10.10

Though, I was noticing the ubuntu.packages still references yaz3. The current
version is yaz4. yaz3 does not exist on 12.04, nor 10.10.
Please change libyaz3 and libyaz3-dev to libyaz4 and libyaz4-dev.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list