Bug 8192 - Update libraries and Missing library in install_misc/ubuntu.packages
Summary: Update libraries and Missing library in install_misc/ubuntu.packages
Status: RESOLVED DUPLICATE of bug 8478
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: 3.8
Hardware: All Linux
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 15:19 UTC by Mark Tompsett
Modified: 2012-08-01 09:29 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Tompsett 2012-06-05 15:19:51 UTC
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.
Comment 1 Mark Tompsett 2012-08-01 09:29:59 UTC
A similar problem was also dealt with in bug 8489.

*** This bug has been marked as a duplicate of bug 8478 ***