Koha upgrade to 3.2.1 issue with DBD::Sqlite2 and PDF::API2::Simple
Hi there, I am Ann. I am trying to upgrade from Koha 3.00.05 to 3.02.01, but keep get the message for lacking 3 prerequitesite: DBD::SQLite2 (I have the SQLite but not Sqlite2, trying to find the SQlite 2 for opensuse but still can't) Graphics::Magick (the same issue, I used yast2 to install but just found the version 1.2.5 not the 1.3.5 as requried) PDF::API2::Simple (looks like it is there, but keep bumping to errors: Running install for module 'PDF::API2::Simple' Running make for R/RE/REDTREE/PDF-API2-Simple-1.1.4u.tar.gz Has already been unwrapped into directory /root/.cpan/build/PDF-API2-Simple-1.1.4-vDfJo3 '/usr/bin/perl Makefile.PL' returned status 2304, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install Does anyone have any ideas how to get around these issues ? I search on the forum but find the solution mostly for Ubuntu not Open Suse 11.1. Many thanks in advance, Ann
On 01/04/2011 08:42 PM, Peace Pear wrote:
Hi there,
I am Ann. I am trying to upgrade from Koha 3.00.05 to 3.02.01, but keep get the message for lacking 3 prerequitesite:
Koha 3.2.2 is now available.
DBD::SQLite2 (I have the SQLite but not Sqlite2, trying to find the SQlite 2 for opensuse but still can't)
It's not in the repository. You will have to install it via cpan.
Graphics::Magick (the same issue, I used yast2 to install but just found the version 1.2.5 not the 1.3.5 as requried)
openSUSE 11.3 has Graphics::Magick 1.3.12 which should be OK, but it still complains. However, it says that it is not required, so I didn't worry. Everything seems to be working.
PDF::API2::Simple (looks like it is there, but keep bumping to errors:
Running install for module 'PDF::API2::Simple' Running make for R/RE/REDTREE/PDF-API2-Simple-1.1.4u.tar.gz Has already been unwrapped into directory /root/.cpan/build/PDF-API2-Simple-1.1.4-vDfJo3 '/usr/bin/perl Makefile.PL' returned status 2304, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install
It says that it can't find inc/Module/Install.pm. I installed Module::Install from cpan. Then PDF::API2::Simple installed OK. Someone should add Module::Install to the PDF::API2::Simple prerequisite list.
Does anyone have any ideas how to get around these issues ? I search on the forum but find the solution mostly for Ubuntu not Open Suse 11.1.
Many thanks in advance, Ann
-- Bob
participants (2)
-
Bob Ewart -
Peace Pear