Bug 5984 : Follow up Adding OpacHiddenItems syspref
[koha.git] / INSTALL.opensuse
index cdb34f8..2ffb2fc 100644 (file)
@@ -6,7 +6,7 @@ No liability for the contents of this document can be accepted.
 
 Feedback/bug reports: Koha Developer's List: 
 
-https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
+http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
 
 This document last modified: 02 December 2008
 
@@ -2409,7 +2409,7 @@ Failed during this command:
 |--------------------
 
 
-**01-Dec-2008**: Oh well... So, it seems that the installation of PDF::Reuse::Barcode failed due to a Perl Module dependency - "Barcode::Code128" - that, in turn, fails to install when doing some PNG related tests. According to Galen Charlton (from LibLime) - https://lists.katipo.co.nz/public/koha/2007-December/012843.html - "There seem to be various problems with Barcode::Code128 on various platforms, particularly with its test suite. The barcode generation functionality is used in only a couple places in Koha, so for quick-and-dirty testing, doing a force install of that module should be OK."
+**01-Dec-2008**: Oh well... So, it seems that the installation of PDF::Reuse::Barcode failed due to a Perl Module dependency - "Barcode::Code128" - that, in turn, fails to install when doing some PNG related tests. According to Galen Charlton (from LibLime) - http://lists.katipo.co.nz/public/koha/2007-December/012843.html - "There seem to be various problems with Barcode::Code128 on various platforms, particularly with its test suite. The barcode generation functionality is used in only a couple places in Koha, so for quick-and-dirty testing, doing a force install of that module should be OK."
 
 On a related note, this "Barcode::Code128" installation bug is being tracked at:
 
@@ -2753,13 +2753,13 @@ Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not i
 
 
 
-== Enable the mod_rewrite Apache module ==
+== Enable the mod_rewrite and mod_deflate Apache modules ==
 
-OK... It seems that we need to enable the mod_rewrite Apache module:
+OK... It seems that we need to enable the mod_rewrite and the mod_deflate Apache module:
 |--------------------
-myhost:/etc/sysconfig # a2enmod rewrite
+myhost:/etc/sysconfig # a2enmod rewrite deflate
 |--------------------
-[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add the word "rewrite" (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
+[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add the words "rewrite" -and "deflate"- (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
 |--------------------
 myhost:/etc/sysconfig # service apache2 restart
 Syntax OK