It is possible install Koha on Debian Etch?
I found that mysql 4.1 not exists under Etch. Command apt-get install mysql-server-4.1 install in actual fact mysql 5 Is there some possibility to install Koha on Debian Etch? -- View this message in context: http://www.nabble.com/It-is-possible-install-Koha-on-Debian-Etch--tf3237244.... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Current versions of Koha are based on MySQL 4.1. There are PERL scripts that are problematic with MySQL 5. I have also asked the very same question in the list two month ago, and didn't find a solution yet. See it on list archives of *December 2006*: http://lists.katipo.co.nz/pipermail/koha/2006/010846.html I could install Koha 2.2.7 but had some problem seeing cataloged Bib records. Regards Oren Maurer On 2/16/07, Serhij Dubyk Сергій Дубик <dubyk@library.lviv.ua> wrote:
I found that mysql 4.1 not exists under Etch. Command apt-get install mysql-server-4.1 install in actual fact mysql 5 Is there some possibility to install Koha on Debian Etch? -- View this message in context: http://www.nabble.com/It-is-possible-install-Koha-on-Debian-Etch--tf3237244.... Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- ________________________________ Oren Maurer http://www.meorero.org.il _______________________________ # =======================| # Please avoid sending me Word | # or PowerPoint attachments | # =======================| # See: http://www.gnu.org/philosophy/no-word-attachments.html
Hey guys, There were some recent commits to the rel_2_2 branch, which will become 2.2.8 in due time, to fix the MySQL 5 incompatibility. I know that LibLime has a couple of demos running rel_2_2 on MySQL 5 and they seem to be doing OK, so I'm hoping the dependency on 4.1 will be fixed in the upcoming release. Hope that helps. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS ----- "oren maurer" <meorero@gmail.com> wrote:
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
If you can wait, then let 2.2.8 get released if the developers say that mysql-5 will work. That will be the easiest way forward. I used apt-pinning to get Koha 2.2.7 working under Etch with mysql-server-4.1. Koha has worked well for me so far. The big problem with this approach is that it'd be difficult to install packages like kbarcode which depend on the more recent mysql and a host of kde dependencies. But if you're impatient the following might be of some help. Proceed at your own risk. Here's the contents of my /etc/apt/preferences file: Package: mysql-server-4.1 Pin: version 4.1.11a-4sarge7 Pin-Priority: 1001 Package: mysql-client-4.1 Pin: version 4.1.11a-4sarge7 Pin-Priority: 1001 Package: libdbd-mysql-perl Pin: version 2.9006-1 Pin-Priority: 1001 I added sarge repositories, updated and then: #apt-get -t stable install mysql-server-4.1 This should install mysql-server-4.1 and dependencies from stable in as far as it is possible before using another repository to resolve dependencies. Then I commented out the stable repository and updated again. Whatever you choose: good luck. --Jason
participants (4)
-
Jason Ronallo -
Joshua M. Ferraro -
oren maurer -
Serhij Dubyk Сергі й Дубик