Hi I just read that note: *When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."* So... I've installed Debian Squeeze (6.0.4-i386-xfce) and i'm wondering where can
i find a step by step guide (with all packeges requires, apache, mysq, zebra and perl configuration) for the installation of Koha 3.8 on this operating system, all the guide that i've seen seems to be too generic, for my little knowledges.
Sander, this might help you a bit (or not)... after installing Debian: 1: add this to a /etc/apt/sources.list.d/koha.list file: deb http://debian.koha-community.org/koha squeeze main 2. As root, run: wget -O- http://debian.koha-community.org/koha/gpg.asc | apt-key add - 3: add in /etc/apt/sources.list: deb ftp://ftp.debian.org/debian/ squeeze main dev-src ftp://ftp.debian.org/debian/ squeeze main 4. apt-get update 5. apt-get install koha-common 6: Did apt-get install mysql-server 7: a2enmod rewrite 8: /etc/init.d/apache2 restart 9: koha-create --create-db dbname 10: Run web installer 11. a2dissite default Cheers, again Arslan Farooq