This is not a question for development.  This is a general installation problem.  It looks like either your DBD::mysql is very out of date, or you have tried using a non-mysql database.  Only mysql is supported.  

So check your DBD::mysql version first, and update it if possible.

--joe

2010/3/14 O <orepas@yahoo.gr>
Hello ,


I've been trying to install Koha using this guide :

http://bagno.be/poradniki/instalacja-koha/

And in the end I get this error :

Koha error

The following fatal error has occurred:

DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/DBI.pm line 705.
Compilation failed in require at /usr/share/koha/lib/C4/Circulation.pm line 25.
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Circulation.pm line 25.
Compilation failed in require at /usr/share/koha/lib/C4/Overdues.pm line 24.
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Overdues.pm line 24.
Compilation failed in require at /usr/share/koha/lib/C4/Members.pm line 27.
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Members.pm line 27.
Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 27.
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 27.
Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23.
BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23.


Can anyone please help me ?

Thanks in advance.