MT 1970, Follow-up : removed unnecessary debug log
[koha.git] / INSTALL.opensuse
index 4a0cf32..55b858d 100644 (file)
@@ -8,7 +8,7 @@ Feedback/bug reports: Koha Developer's List:
 
 http://lists.koha.org/mailman/listinfo/koha-devel
 
-This document last modified: 20 June 2008
+This document last modified: 02 December 2008
 
 
 ===== Installation Instructions =====
@@ -96,6 +96,7 @@ Click the "Next" button
 
 
 
+
 === "Clock and Time Zone" screen ===
 
 
@@ -105,7 +106,7 @@ Again, I live in Portugal, so I select the following options:
 
 "Time Zone" listbox: click on "Portugal"
 
-"Hardware Clock Set To" dropdown list: I leave "UTC" selected
+I leave the "Hardware Clock Set To UTC" checkbox checked.
 
 Click the "Next" button
 
@@ -189,10 +190,7 @@ I uncheck the "Automatic Login" checkbox.
 I click the "Next" button (you may be "nagged" with a dialog box by the YAST2 installer warning that you selected a password that it considers to be too simple. Click "Yes" to keep the password you chose, or "No" to change it).
 
 
-=== "Installation Settings" screen ===
-
 
-Scroll down to the "User Settings" section and click on the "Root Password" link to change the root password.
 
 
 === Password for the System Administrator "root" screen ===
@@ -282,6 +280,7 @@ You may now login with your "root" user.
 
 
 
+
 ==== Changing the Hostname and Domain Name ====
  
 
@@ -294,7 +293,7 @@ linux-3r10:~ # yast
 
 Yast should appear.
 
-On the listbox of the left hand side select "Network Devices" (press TAB to turn focus on that listbox, and press the down arrow key several times to reach it). Then, on the listbox of the righ hand side, select "Network Settings" (you'll have again to press TAB to turn focus on that listbox, and press the down arrow key several times to reach it).
+On the listbox of the left hand side select "Network Devices" (press TAB to turn focus on that listbox, and press the down arrow key several times to reach it). Then, on the listbox of the right hand side, select "Network Settings" (you'll have again to press TAB to turn focus on that listbox, and press the down arrow key several times to reach it).
 
 Press the ENTER key.
 
@@ -356,14 +355,12 @@ After a few seconds, you should be taken back to the "YaST2 Control Center" scre
 
 
 
+
 ==== Enabling access to SSH (Secure Shell) and Apache2 (Web Server) ====
 
 I want to administer remotely this server with a SSH (Secure Shell) client. So, while still in the "YaST2 Control Center, I will enable SSH in the Firewall (running by default). In the listbox of the left hand side, I select "Security and Users" and then, on the listbox of the right side, I select "Firewall" (first option) and press the ENTER key.
 
-----
-
-"yast2 - firewall" screen
-
+=== "yast2 - firewall" screen ===
 
 In the list box of the left side, I select "Allowed Services" and press ENTER.
 
@@ -371,9 +368,9 @@ Then, on the "Service to Allow" dropdown list (on the right side), I leave the "
 
 Then I click on ALT+N click on the "Next" button.
 
-----
 
-"Firewall Configuration: Summary" screen
+=== "Firewall Configuration: Summary" screen ===
+
 
 Click on the "Finish" button.
 
@@ -386,8 +383,11 @@ linux-3r10:~ # reboot
 |--------------------
 After rebooting the machine, if you wish, you may go to another machine and connect to your newly created server using a SSH (Secure Shell) client. In Windows, I like to use putty to do ssh sessions to my Linux servers.
 
+
 ==== Configure Software Repositories ===
 
+After the system has rebooted, log in as root.
+
 Later on, you will need to add some software packages from the openSUSE 11 Distribution. Some of those packages are NOT available in the openSUSE 11.0 DVD (libyaz-devel is one of those packages). So, we'll now set up openSUSE to add the "Official openSUSE 11.0 OSS (Open Source Software) Repository" using yast.
 
 First, run the yast command in the Linux command line (shell):
@@ -398,10 +398,16 @@ First, run the yast command in the Linux command line (shell):
 
 Inside yast, select Software -> Software Repositories
 
+
 === "Configured Software Repositories" screen ===
 
-Click on the "Add" button.
+If on this screen, you already see a table that has: 
+
+  * as configured repositories (in the "Name" column) - "openSUSE-DVD 11.0", "openSUSE-11.0-Non.Oss", "openSUSE-11.0-Debug" and "openSUSE-11.0-Oss" ... 
+  * ... and, at least "openSUSE-DVD 11.0" and "openSUSE-11.0-Oss" have an "x" in the "Enabled" column ... 
+  * ... then you may leave yast, as the required repositories have already been configured.
 
+If not, you'll have to add the "openSUSE-11.0-Oss" repository. Click on the "Add" button.
 
 === "Media type" screen ===
 
@@ -820,13 +826,23 @@ XML::LibXML::SAX::Parser=HASH(0x8356e0c)
 |--------------------
 
 
+
+
+
+
 ==== Run Koha's perl installer ====
 |--------------------
 myhost:/usr/lib/perl5/vendor_perl/5.10.0/XML/SAX # cd /root/koha-3.00.00
 |--------------------
 We will now run perl Makefile.PL to run the installer. 
 
-My installation is a UNIMARC installation, so I'm answering unimarc to the "MARC format for Zebra indexing (marc21, unimarc) [marc21]" question below. If your Library uses the MARC21 format instead of UNIMARC, you should press ENTER to accept the default (which is marc21).
+My installation is a UNIMARC installation, so I'm answering unimarc to the "MARC format for Zebra indexing (marc21, unimarc) [marc21]" question below. If your Library uses the MARC21 format instead of UNIMARC, you should press ENTER to accept the default (which is marc21). 
+
+Because my bibliographic catalog will have mainly records in Portuguese, and Portuguese is more similar to French than to English, I'm answering "fr" (French) to the "Primary language for Zebra indexing (en, fr) [en]" question below.
+
+Although I'm NOT using Zebra, I'm answering "yes" (the default choice) to the "Install the Zebra configuration files? (no, yes) [yes]" so I can set up Zebra later, if I decide to.
+
+OK. So here's the result of running the  perl Makefile.PL  command (including my answers to the several questions):
 
 |--------------------
 myhost:~/koha-3.00.00 # perl Makefile.PL
@@ -852,7 +868,6 @@ dev:      Create a set of symbolic links and configuration files to
 
 Installation mode (dev, single, standard) [standard]
 
-
 Please specify the directory under which most Koha files
 will be installed.
 
@@ -863,7 +878,6 @@ as the package name in the FHS layout.
 
 Base installation directory [/usr/share/koha]
 
-
 Since you are using the 'standard' install
 mode, you should run 'make install' as root.
 However, it is recommended that a non-root
@@ -895,7 +909,6 @@ PostgreSQL support is highly experimental.
 
 DBMS to use (Pg, mysql) [mysql]
 
-
 Please specify the name or address of your
 database server.  Note that the database
 does not have to exist at this point, it
@@ -926,7 +939,11 @@ Please note that if you choose *NOT* to install Zebra,
 koha-conf.xml will still contain some references to Zebra
 settings.  Those references will be ignored by Koha.
 
-Install the Zebra configuration files? (no, yes) [yes] yes
+Install the Zebra configuration files? (no, yes) [yes]
+
+Unable to find the Zebra programs 'zebrasrv' and 'zebraidx'
+in your PATH or in some of the usual places.  If you haven't
+installed Zebra yet, please do so and run Makefile.PL again.
 
 
 Since you've chosen to use Zebra with Koha,
@@ -938,7 +955,6 @@ and UNIMARC.
 
 MARC format for Zebra indexing (marc21, unimarc) [marc21] unimarc
 
-
 Koha supplies Zebra configuration files tuned for
 searching either English (en) or French (fr) MARC
 records.
@@ -955,13 +971,10 @@ dom  - uses the DOM XML filter; offers improved
 
 Authorities indexing mode (dom, grs1) [grs1] dom
 
-
 Please specify Zebra database user [kohauser]
 
-
 Please specify the Zebra database password [zebrastripes] zebrapassword
 
-
 Since you've chosen to use Zebra, you can enable the SRU/
 Z39.50 Server if you so choose, but you must specify a
 few configuration options for it.
@@ -972,19 +985,19 @@ settings.  Those references will be ignored by Koha.
 
 Install the SRU configuration files? (no, yes) [yes] no
 
-
 Since you've chosen to use Zebra, you can also choose to
 install PazPar2, which is a metasearch tool.  With PazPar2,
 Koha can perform on-the-fly merging of bibliographic
 records during searching, allowing for FRBRization of
 the results list.
 
-Install the PazPar2 configuration files? [no]
+Install the PazPar2 configuration files? [no] no
 
 Would you like to run the database-dependent test suite? (no, yes) [no]
 
 
 
+
 Koha will be installed with the following configuration parameters:
 
 AUTH_INDEX_MODE          dom
@@ -1000,7 +1013,7 @@ INSTALL_PAZPAR2          no
 INSTALL_SRU              no
 INSTALL_ZEBRA            yes
 KOHA_GROUP               koha
-KOHA_INSTALLED_VERSION   3.00.00.087
+KOHA_INSTALLED_VERSION   3.00.00.096
 KOHA_USER                koha
 RUN_DATABASE_TESTS       no
 ZEBRA_LANGUAGE           fr
@@ -1052,45 +1065,52 @@ DB_USER=my_koha DOC_DIR=/usr/local/info perl Makefile.PL
 If installing on a Win32 platform, be sure to use:
 'dmake -x MAXLINELENGTH=300000'
 
+Checking if your kit is complete...
+Looks good
+Warning: prerequisite Algorithm::CheckDigits 0.5 not found.
 Warning: prerequisite Biblio::EndnoteStyle 0.05 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite CGI::Session 4.10 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite Class::Accessor 0.3 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite Class::Factory::Util 1.6 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite DBD::mysql 4.004 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite Data::ICal 0.13 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite Date::Calc 5.4 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite Date::ICal 1.72 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite Date::Manip 5.44 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite GD::Barcode::UPCE 1.1 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite HTML::Scrubber 0.08 not found.
-[Sun Jun  1 18:45:44 2008] Makefile.PL: Warning: prerequisite HTML::Template::Pro 0.69 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Image::Magick 6.2 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Lingua::Stem 0.82 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite List::MoreUtils 0.21 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite MARC::Charset 0.98 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite MARC::Crosswalk::DublinCore 0.02 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite MARC::File::XML 0.88 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite MARC::Record 2 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Mail::Sendmail 0.79 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Net::LDAP 0.33 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Net::LDAP::Filter 0.14 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Net::Z3950::ZOOM 1.16 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite PDF::API2 2 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite PDF::API2::Page 2 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite PDF::API2::Util 2 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite PDF::Reuse 0.33 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite PDF::Reuse::Barcode 0.05 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite POE 0.9999 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Schedule::At 1.06 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Text::CSV 0.01 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Text::CSV_XS 0.32 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite Text::Iconv 1.7 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite XML::Dumper 0.81 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite XML::LibXSLT 1.59 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite XML::RSS 1.31 not found.
-[Sun Jun  1 18:45:45 2008] Makefile.PL: Warning: prerequisite YAML::Syck 0.71 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite CGI::Session 4.10 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite Class::Accessor 0.3 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite Class::Factory::Util 1.6 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite DBD::mysql 4.004 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite Data::ICal 0.13 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite Date::Calc 5.4 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite Date::ICal 1.72 not found.
+[Tue Oct 14 23:40:25 2008] Makefile.PL: Warning: prerequisite Date::Manip 5.44 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Email::Date 1.103 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite GD 2.39 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite GD::Barcode::UPCE 1.1 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite HTML::Scrubber 0.08 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite HTML::Template::Pro 0.69 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Lingua::Stem 0.82 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite List::MoreUtils 0.21 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite MARC::Charset 0.98 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite MARC::Crosswalk::DublinCore 0.02 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite MARC::File::XML 0.88 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite MARC::Record 2 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite MIME::Lite 3 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Mail::Sendmail 0.79 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Net::LDAP 0.33 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Net::LDAP::Filter 0.14 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Net::Z3950::ZOOM 1.16 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite PDF::API2 2 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite PDF::API2::Page 2 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite PDF::API2::Util 2 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite PDF::Reuse 0.33 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite PDF::Reuse::Barcode 0.05 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite POE 0.9999 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite SMS::Send 0.05 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Schedule::At 1.06 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Text::CSV 0.01 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Text::CSV_XS 0.32 not found.
+[Tue Oct 14 23:40:26 2008] Makefile.PL: Warning: prerequisite Text::Iconv 1.7 not found.
+[Tue Oct 14 23:40:27 2008] Makefile.PL: Warning: prerequisite XML::Dumper 0.81 not found.
+[Tue Oct 14 23:40:27 2008] Makefile.PL: Warning: prerequisite XML::LibXSLT 1.59 not found.
+[Tue Oct 14 23:40:27 2008] Makefile.PL: Warning: prerequisite XML::RSS 1.31 not found.
+[Tue Oct 14 23:40:27 2008] Makefile.PL: Warning: prerequisite YAML::Syck 0.71 not found.
 Writing Makefile for koha
 
+
 myhost:~/koha-3.00.00 #
 |--------------------
 
@@ -1244,10 +1264,11 @@ CPAN: File::HomeDir loaded ok (v0.69)
 cpan shell -- CPAN exploration and modules installation (v1.9205)
 ReadLine support enabled
 |--------------------
-=== Install Biblio::EndnoteStyle ===
-[Let's install the first package called "Biblio::EndnoteStyle". Here I will leave the complete output. For the next installations, I will only show the prompts for dependencies and snip out the remaining output]:
+
+=== Install Algorithm::CheckDigits ===
+[Let's install the first package called "Algorithm::CheckDigits". Here I will leave the complete output. For the next installations, I will only show the prompts for dependencies and snip out the remaining output]:
 |--------------------
-cpan[1]> install Biblio::EndnoteStyle
+cpan[1]> install Algorithm::CheckDigits
 CPAN: Storable loaded ok (v2.18)
 CPAN: LWP::UserAgent loaded ok (v5.810)
 CPAN: Time::HiRes loaded ok (v1.9711)
@@ -1259,88 +1280,379 @@ CPAN: Compress::Zlib loaded ok (v2.008)
 Fetching with LWP:
   ftp://ftp.isr.ist.utl.pt/pub/CPAN/modules/02packages.details.txt.gz
 Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
-  Database was generated on Sun, 01 Jun 2008 02:07:07 GMT
+  Database was generated on Mon, 07 Jul 2008 04:02:45 GMT
 ............................................................................DONE
 Fetching with LWP:
   ftp://ftp.isr.ist.utl.pt/pub/CPAN/modules/03modlist.data.gz
 Going to read /root/.cpan/sources/modules/03modlist.data.gz
 ............................................................................DONE
 Going to write /root/.cpan/Metadata
-Running install for module 'Biblio::EndnoteStyle'
+Running install for module 'Algorithm::CheckDigits'
 CPAN: Data::Dumper loaded ok (v2.121_14)
 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs'
-Running make for M/MI/MIRK/Biblio-EndnoteStyle-0.05.tar.gz
+Running make for M/MA/MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
 Fetching with LWP:
-  ftp://ftp.isr.ist.utl.pt/pub/CPAN/authors/id/M/MI/MIRK/Biblio-EndnoteStyle-0.05.tar.gz
+  ftp://ftp.isr.ist.utl.pt/pub/CPAN/authors/id/M/MA/MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
 CPAN: Digest::SHA loaded ok (v5.45)
 Fetching with LWP:
-  ftp://ftp.isr.ist.utl.pt/pub/CPAN/authors/id/M/MI/MIRK/CHECKSUMS
-Checksum for /root/.cpan/sources/authors/id/M/MI/MIRK/Biblio-EndnoteStyle-0.05.tar.gz ok
+  ftp://ftp.isr.ist.utl.pt/pub/CPAN/authors/id/M/MA/MAMAWE/CHECKSUMS
+Checksum for /root/.cpan/sources/authors/id/M/MA/MAMAWE/Algorithm-CheckDigits-0.50.tar.gz ok
 Scanning cache /root/.cpan/build for sizes
 DONE
-Biblio-EndnoteStyle-0.05/
-Biblio-EndnoteStyle-0.05/README
-Biblio-EndnoteStyle-0.05/Changes
-Biblio-EndnoteStyle-0.05/META.yml
-Biblio-EndnoteStyle-0.05/MANIFEST
-Biblio-EndnoteStyle-0.05/MANIFEST.SKIP
-Biblio-EndnoteStyle-0.05/Makefile.PL
-Biblio-EndnoteStyle-0.05/t/
-Biblio-EndnoteStyle-0.05/t/Biblio-EndnoteStyle.t
-Biblio-EndnoteStyle-0.05/bin/
-Biblio-EndnoteStyle-0.05/bin/endnote-format
-Biblio-EndnoteStyle-0.05/lib/
-Biblio-EndnoteStyle-0.05/lib/Biblio/
-Biblio-EndnoteStyle-0.05/lib/Biblio/EndnoteStyle.pm
+Algorithm-CheckDigits-0.50/
+Algorithm-CheckDigits-0.50/t/
+Algorithm-CheckDigits-0.50/t/valid.data
+Algorithm-CheckDigits-0.50/t/valid.t
+Algorithm-CheckDigits-0.50/t/iban.t
+Algorithm-CheckDigits-0.50/t/isbn13.t
+Algorithm-CheckDigits-0.50/t/ecno.t
+Algorithm-CheckDigits-0.50/t/upc.t
+Algorithm-CheckDigits-0.50/t/imei.t
+Algorithm-CheckDigits-0.50/t/pod-coverage.t
+Algorithm-CheckDigits-0.50/t/pod.t
+Algorithm-CheckDigits-0.50/t/checkdigits.t
+Algorithm-CheckDigits-0.50/CheckDigits.pm
+Algorithm-CheckDigits-0.50/Changes
+Algorithm-CheckDigits-0.50/CheckDigits/
+Algorithm-CheckDigits-0.50/CheckDigits/MXX_005.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_005.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MBase_002.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M97_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MBase_003.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_006.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_012.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_010.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_015.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M07_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_002.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_008.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M23_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MXX_004.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_003.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_013.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_009.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MXX_002.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M09_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_006.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M16_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_003.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_008.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_002.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_016.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MXX_003.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_011.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M23_002.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M43_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_017.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_007.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_011.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MXX_006.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M89_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_004.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M97_002.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_004.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MBase_001.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M11_010.pm
+Algorithm-CheckDigits-0.50/CheckDigits/M10_009.pm
+Algorithm-CheckDigits-0.50/CheckDigits/MXX_001.pm
+Algorithm-CheckDigits-0.50/META.yml
+Algorithm-CheckDigits-0.50/.perltidyrc
+Algorithm-CheckDigits-0.50/README
+Algorithm-CheckDigits-0.50/MANIFEST
+Algorithm-CheckDigits-0.50/Makefile.PL
 CPAN: File::Temp loaded ok (v0.18)
 Warning (usually harmless): 'YAML' not installed, will not store persistent state
 
-  CPAN.pm: Going to build M/MI/MIRK/Biblio-EndnoteStyle-0.05.tar.gz
+  CPAN.pm: Going to build M/MA/MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
 
 Checking if your kit is complete...
 Looks good
-Writing Makefile for Biblio::EndnoteStyle
-Could not read '/root/.cpan/build/Biblio-EndnoteStyle-0.05-vQLGoS/META.yml'. Falling back to other methods to determine prerequisites
-cp lib/Biblio/EndnoteStyle.pm blib/lib/Biblio/EndnoteStyle.pm
-cp bin/endnote-format blib/script/endnote-format
-/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/endnote-format
-Manifying blib/man3/Biblio::EndnoteStyle.3pm
-  MIRK/Biblio-EndnoteStyle-0.05.tar.gz
+Writing Makefile for Algorithm::CheckDigits
+Could not read '/root/.cpan/build/Algorithm-CheckDigits-0.50-mL1o1L/META.yml'. Falling back to other methods to determine prerequisites
+cp CheckDigits/M11_001.pm blib/lib/Algorithm/CheckDigits/M11_001.pm
+cp CheckDigits/M11_010.pm blib/lib/Algorithm/CheckDigits/M11_010.pm
+cp CheckDigits/M97_002.pm blib/lib/Algorithm/CheckDigits/M97_002.pm
+cp CheckDigits/M23_001.pm blib/lib/Algorithm/CheckDigits/M23_001.pm
+cp CheckDigits/M97_001.pm blib/lib/Algorithm/CheckDigits/M97_001.pm
+cp CheckDigits/M16_001.pm blib/lib/Algorithm/CheckDigits/M16_001.pm
+cp CheckDigits/M10_006.pm blib/lib/Algorithm/CheckDigits/M10_006.pm
+cp CheckDigits/M11_013.pm blib/lib/Algorithm/CheckDigits/M11_013.pm
+cp CheckDigits/M07_001.pm blib/lib/Algorithm/CheckDigits/M07_001.pm
+cp CheckDigits/MXX_006.pm blib/lib/Algorithm/CheckDigits/MXX_006.pm
+cp CheckDigits/M10_008.pm blib/lib/Algorithm/CheckDigits/M10_008.pm
+cp CheckDigits/M11_017.pm blib/lib/Algorithm/CheckDigits/M11_017.pm
+cp CheckDigits/M10_003.pm blib/lib/Algorithm/CheckDigits/M10_003.pm
+cp CheckDigits/M11_016.pm blib/lib/Algorithm/CheckDigits/M11_016.pm
+cp CheckDigits/M11_003.pm blib/lib/Algorithm/CheckDigits/M11_003.pm
+cp CheckDigits/MXX_002.pm blib/lib/Algorithm/CheckDigits/MXX_002.pm
+cp CheckDigits/M10_001.pm blib/lib/Algorithm/CheckDigits/M10_001.pm
+cp CheckDigits/M10_004.pm blib/lib/Algorithm/CheckDigits/M10_004.pm
+cp CheckDigits/MXX_004.pm blib/lib/Algorithm/CheckDigits/MXX_004.pm
+cp CheckDigits/MBase_003.pm blib/lib/Algorithm/CheckDigits/MBase_003.pm
+cp CheckDigits/M43_001.pm blib/lib/Algorithm/CheckDigits/M43_001.pm
+cp CheckDigits/M10_005.pm blib/lib/Algorithm/CheckDigits/M10_005.pm
+cp CheckDigits/MXX_005.pm blib/lib/Algorithm/CheckDigits/MXX_005.pm
+cp CheckDigits/M11_006.pm blib/lib/Algorithm/CheckDigits/M11_006.pm
+cp CheckDigits/M11_004.pm blib/lib/Algorithm/CheckDigits/M11_004.pm
+cp CheckDigits/M11_012.pm blib/lib/Algorithm/CheckDigits/M11_012.pm
+cp CheckDigits/M09_001.pm blib/lib/Algorithm/CheckDigits/M09_001.pm
+cp CheckDigits/MXX_003.pm blib/lib/Algorithm/CheckDigits/MXX_003.pm
+cp CheckDigits/M11_008.pm blib/lib/Algorithm/CheckDigits/M11_008.pm
+cp CheckDigits/M89_001.pm blib/lib/Algorithm/CheckDigits/M89_001.pm
+cp CheckDigits/MBase_002.pm blib/lib/Algorithm/CheckDigits/MBase_002.pm
+cp CheckDigits/M11_011.pm blib/lib/Algorithm/CheckDigits/M11_011.pm
+cp CheckDigits/MBase_001.pm blib/lib/Algorithm/CheckDigits/MBase_001.pm
+cp CheckDigits/M10_009.pm blib/lib/Algorithm/CheckDigits/M10_009.pm
+cp CheckDigits/M11_002.pm blib/lib/Algorithm/CheckDigits/M11_002.pm
+cp CheckDigits.pm blib/lib/Algorithm/CheckDigits.pm
+cp CheckDigits/MXX_001.pm blib/lib/Algorithm/CheckDigits/MXX_001.pm
+cp CheckDigits/M10_011.pm blib/lib/Algorithm/CheckDigits/M10_011.pm
+cp CheckDigits/M11_007.pm blib/lib/Algorithm/CheckDigits/M11_007.pm
+cp CheckDigits/M11_015.pm blib/lib/Algorithm/CheckDigits/M11_015.pm
+cp CheckDigits/M23_002.pm blib/lib/Algorithm/CheckDigits/M23_002.pm
+cp CheckDigits/M10_002.pm blib/lib/Algorithm/CheckDigits/M10_002.pm
+cp CheckDigits/M11_009.pm blib/lib/Algorithm/CheckDigits/M11_009.pm
+cp CheckDigits/M10_010.pm blib/lib/Algorithm/CheckDigits/M10_010.pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_010.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M97_002.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M23_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M97_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M16_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_006.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_013.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M07_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MXX_006.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_008.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_017.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_003.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_016.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_003.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MXX_002.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_004.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MXX_004.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MBase_003.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M43_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_005.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MXX_005.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_006.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_004.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_012.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M09_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MXX_003.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_008.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M89_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MBase_002.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_011.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MBase_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_009.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_011.3pm
+Manifying blib/man3/Algorithm::CheckDigits::MXX_001.3pm
+Manifying blib/man3/Algorithm::CheckDigits.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_002.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_007.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_015.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M11_009.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_002.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M23_002.3pm
+Manifying blib/man3/Algorithm::CheckDigits::M10_010.3pm
+  MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
   /usr/bin/make -- OK
 Warning (usually harmless): 'YAML' not installed, will not store persistent state
 Running make test
 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-t/Biblio-EndnoteStyle....ok
-All tests successful.
-Files=1, Tests=11,  0 wallclock secs ( 0.09 cusr +  0.12 csys =  0.21 CPU)
-  MIRK/Biblio-EndnoteStyle-0.05.tar.gz
+t/checkdigits.....ok
+t/ecno............ok
+t/iban............ok
+t/imei............ok
+t/isbn13..........ok
+t/pod-coverage....skipped
+        all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
+t/pod.............skipped
+        all skipped: Test::Pod 1.00 required for testing POD
+t/upc.............ok
+t/valid...........ok
+All tests successful, 2 tests skipped.
+Files=9, Tests=448,  2 wallclock secs ( 0.35 cusr +  0.80 csys =  1.15 CPU)
+  MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
   /usr/bin/make test -- OK
 Warning (usually harmless): 'YAML' not installed, will not store persistent state
 Running make install
-Prepending /root/.cpan/build/Biblio-EndnoteStyle-0.05-vQLGoS/blib/arch 
-
-/root/.cpan/build/Biblio-EndnoteStyle-0.05-vQLGoS/blib/lib to PERL5LIB for 'install'
-Installing /usr/lib/perl5/site_perl/5.10.0/Biblio/EndnoteStyle.pm
-Installing /usr/share/man/man3/Biblio::EndnoteStyle.3pm
-Installing /usr/bin/endnote-format
-Writing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Biblio/EndnoteStyle/.packlist
+Prepending /root/.cpan/build/Algorithm-CheckDigits-0.50-mL1o1L/blib/arch /root/.cpan/build/Algorithm-CheckDigits-0.50-mL1o1L/blib/lib to PERL5LIB for 'install'
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_011.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MBase_002.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MXX_005.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_009.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_002.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MXX_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MXX_004.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M43_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_010.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_004.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_003.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MBase_003.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MXX_002.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_004.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_010.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_006.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M23_002.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M09_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_013.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_008.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_002.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M07_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_003.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M23_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MBase_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_016.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_017.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M97_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_007.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_006.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_008.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_015.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M16_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MXX_003.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_011.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_005.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M89_001.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M10_009.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/MXX_006.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M97_002.pm
+Installing /usr/lib/perl5/site_perl/5.10.0/Algorithm/CheckDigits/M11_012.pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_016.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MXX_002.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_003.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MBase_002.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MXX_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_006.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MBase_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_009.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_004.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_015.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_011.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M09_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_002.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_013.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_006.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_010.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MBase_003.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_017.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M97_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MXX_005.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M23_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MXX_003.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_008.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_009.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MXX_006.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M23_002.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M43_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M07_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_003.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M16_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_011.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_002.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_005.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_008.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_007.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_010.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M89_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_012.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M11_001.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M10_004.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::M97_002.3pm
+Installing /usr/share/man/man3/Algorithm::CheckDigits::MXX_004.3pm
+Writing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Algorithm/CheckDigits/.packlist
 Appending installation info to /usr/lib/perl5/5.10.0/i586-linux-thread-multi/perllocal.pod
-  MIRK/Biblio-EndnoteStyle-0.05.tar.gz
+  MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
   /usr/bin/make install  -- OK
 Warning (usually harmless): 'YAML' not installed, will not store persistent state
 |--------------------
 
+
+=== Install Biblio::EndnoteStyle ===
+|--------------------
+cpan[2]> install Biblio::EndnoteStyle
+|--------------------
+
+
+
+
 === Install the "CGI::Session::Serialize::yaml" Perl Module ===
 
-[Install CGI::Session::Serialize::yaml "instead" of CGI::Session to avoid problems later on. Don't worry: by installing CGI::Session::Serialize::yaml you are also installing CGI::Session]:
+[Install CGI::Session::Serialize::yaml "instead" of CGI::Session to avoid problems related to JSON::Syck when installing CGI::Session. Don't worry: by installing CGI::Session::Serialize::yaml you are also installing CGI::Session]:
 |--------------------
-cpan[2]> install CGI::Session::Serialize::yaml
+cpan[3]> install CGI::Session::Serialize::yaml
+
+[...]
+CGI-Session-Serialize-yaml-4.24/README
+CGI-Session-Serialize-yaml-4.24/Build.PL
+CGI-Session-Serialize-yaml-4.24/Makefile.PL
+CPAN: File::Temp loaded ok (v0.18)
+CPAN: Module::Build loaded ok (v0.280801)
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
 
+  CPAN.pm: Going to build R/RS/RSAVAGE/CGI-Session-Serialize-yaml-4.24.tgz
 
-cpan[3]> quit
+Checking whether your kit is complete...
+Looks good
+
+Checking prerequisites...
+ - ERROR: Test::Pod is not installed
+ - ERROR: CGI::Session is not installed
+ - ERROR: CGI::Session::ErrorHandler is not installed
+
+ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
+of the modules indicated above before proceeding with this installation
+
+Creating new 'Build' script for 'CGI-Session-Serialize-yaml' version '4.24'
+Could not read '/root/.cpan/build/CGI-Session-Serialize-yaml-4.24-YmsZPx/META.yml'. Falling back to other methods to determine prerequisites
+----   Unsatisfied dependencies detected during  ----
+---- RSAVAGE/CGI-Session-Serialize-yaml-4.24.tgz ----
+    CGI::Session [requires]
+    CGI::Session::ErrorHandler [requires]
+    Test::Pod [build_requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
+
+[...]
+
+Checking prerequisites...
+ - ERROR: Test::Pod is not installed
+
+ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
+of the modules indicated above before proceeding with this installation
+
+Creating new 'Build' script for 'CGI-Session' version '4.38'
+Could not read '/root/.cpan/build/CGI-Session-4.38-RYliaM/META.yml'. Falling back to other methods to determine prerequisites
+---- Unsatisfied dependencies detected during ----
+----     MARKSTOS/CGI-Session-4.38.tar.gz     ----
+    Test::Pod [build_requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
+
+[...]
+All tests successful, 1 test skipped.
+Files=11, Tests=19,  2 wallclock secs ( 0.83 cusr +  1.08 csys =  1.91 CPU)
+  PETDANCE/Test-Pod-1.26.tar.gz
+  /usr/bin/make test -- OK
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
+Running make install
+P/PE/PETDANCE/Test-Pod-1.26.tar.gz is just needed temporarily during building or testing. Do you want to install it permanently? (Y/n) [yes]
+
+cpan[4]> quit
 Lockfile removed.
 |--------------------
 
+
 === Install some "Class" Perl Modules ===
 To install the Class::Accessor Perl Module we'll use the available software package in openSUSE 11.0 (using yast) instead of downloading it from CPAN:
 |--------------------
@@ -1360,12 +1672,14 @@ cpan[1]> install Class::Factory::Util
 cpan[2]> quit
 Lockfile removed.
 |--------------------
-[this will also install a dependency: perl-Data-Showtable]
+
+
 
 === Install DBD::MySQL ===
 |--------------------
 myhost:~/koha-3.00.00 # yast -i perl-DBD-mysql
 |--------------------
+[this will also install a dependency: perl-Data-Showtable]
 
 === Install some "Data" Perl Modules ===
 |--------------------
@@ -1469,8 +1783,10 @@ cpan[2]> quit
 Lockfile removed.
 |--------------------
 
-=== Install some "Date" Perl Modules ===
 
+
+=== Install some "Date" Perl Modules ===
+|--------------------
 myhost:~/koha-3.00.00 # yast -i perl-Date-Calc
 |--------------------
 [This will also install 2 other dependencies: perl-Carp-Clan and perl-Bit-Vector]
@@ -1499,6 +1815,140 @@ Lockfile removed.
 myhost:~/koha-3.00.00 # yast -i perl-DateManip
 |--------------------
 
+
+=== Install the "Email::Date" Perl Module ===
+|--------------------
+myhost:~/koha-3.00.00 # cpan
+
+cpan shell -- CPAN exploration and modules installation (v1.9205)
+ReadLine support enabled
+
+cpan[1]> install Email::Date
+
+
+Warning: prerequisite Email::Abstract 2.10 not found.
+Warning: prerequisite Email::Date::Format 1.000 not found.
+Writing Makefile for Email::Date
+Could not read '/root/.cpan/build/Email-Date-1.103-LsgMdE/META.yml'. Falling back to other methods to determine prerequisites
+---- Unsatisfied dependencies detected during ----
+----       RJBS/Email-Date-1.103.tar.gz       ----
+    Email::Abstract [requires]
+    Email::Date::Format [requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
+
+Warning: prerequisite Email::Simple 1.91 not found.
+Writing Makefile for Email::Abstract
+Could not read '/root/.cpan/build/Email-Abstract-2.134-zLB1QI/META.yml'. Falling back to other methods to determine prerequisites
+---- Unsatisfied dependencies detected during ----
+----     RJBS/Email-Abstract-2.134.tar.gz     ----
+    Email::Simple [requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
+
+cpan[2]> quit
+Lockfile removed.
+|--------------------
+
+=== Install the "GD" Perl Module ===
+|--------------------
+myhost:~/koha-3.00.00 # cpan
+
+cpan shell -- CPAN exploration and modules installation (v1.9205)
+ReadLine support enabled
+
+cpan[1]> install GD
+
+[many lines scroll by...] 
+
+**UNRECOVERABLE ERROR**
+Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher.
+If you want to try to compile anyway, please rerun this script with the option --ignore_missing_gd.
+Warning: No success on command[/usr/bin/perl Makefile.PL]
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
+  LDS/GD-2.41.tar.gz
+  /usr/bin/perl Makefile.PL -- NOT OK
+Running make test
+  Make had some problems, won't test
+Running make install
+  Make had some problems, won't install
+Could not read '/root/.cpan/build/GD-2.41-4ZLPXP/META.yml'. Falling back to other methods to determine prerequisites
+Failed during this command:
+ LDS/GD-2.41.tar.gz                           : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 512
+
+cpan[2]> quit
+Lockfile removed.
+|--------------------
+
+OK. It seems that we need to install the GD software packages. Let's do that:
+
+|--------------------
+myhost:~/koha-3.00.00 # yast -i gd
+
+myhost:~/koha-3.00.00 # yast -i gd-devel
+|--------------------
+
+And now let's try again to install the "GD" Perl Module
+|--------------------
+myhost:~/koha-3.00.00 # cpan
+
+cpan shell -- CPAN exploration and modules installation (v1.9205)
+ReadLine support enabled
+
+cpan[1]> install GD
+
+[many lines scroll by...]
+
+/usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: cannot find -lXpm
+collect2: ld returned 1 exit status
+make: *** [blib/arch/auto/GD/GD.so] Error 1
+  LDS/GD-2.41.tar.gz
+  /usr/bin/make -- NOT OK
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
+Running make test
+  Can't test without successful make
+Running make install
+  Make had returned bad status, install seems impossible
+Failed during this command:
+ LDS/GD-2.41.tar.gz                           : make NO
+
+cpan[2]> quit
+Lockfile removed.
+|--------------------
+
+OK. We got another error, mentioning "-lXpm". Apparently, this is related to libXpm (the "X.Org Xpm Library"). Let's install the "xorg-x11-libXpm-devel" software package:
+
+|--------------------
+myhost:~/koha-3.00.00 # yast -i xorg-x11-libXpm-devel
+|--------------------
+
+[This will also install 9 other xorg-x11-....-devel software packages: xorg-x11-proto-devel, xorg-x11-xtrans-devel, xorg-x11-libXdmcp-devel ...]
+
+If you'd try now to install again the "GD" perl module, you'd get another error, now concerning "ljpeg" (and in other attempt to "lfontconfig"... and yet in another to "lpng12"). So, let's first install the "libjpeg-devel", "fontconfig-devel" and "libpng-devel" software packages:
+
+|--------------------
+myhost:~/koha-3.00.00 # yast -i libjpeg-devel
+
+myhost:~/koha-3.00.00 # yast -i fontconfig-devel
+
+myhost:~/koha-3.00.00 # yast -i libpng-devel
+|--------------------
+
+[Installing fontconfig-devel will also install some other dependencies: zlib-devel, libexpat-devel and freetype2-devel]
+
+And now, finally, we can install the "GD" Perl Module:
+|--------------------
+myhost:~/koha-3.00.00 # cpan
+
+cpan shell -- CPAN exploration and modules installation (v1.9205)
+ReadLine support enabled
+
+cpan[1]> install GD
+
+cpan[2]> quit
+Lockfile removed.
+|--------------------
+
 === Install the "GD::Barcode::UPCE" Perl Module ===
 |--------------------
 myhost:~/Koha # cpan
@@ -1520,12 +1970,8 @@ Lockfile removed.
 |--------------------
 
 
-=== Install ImageMagick ===
-|--------------------
-myhost:~/koha-3.00.00 # yast -i perl-PerlMagick
-|--------------------
 
-[This will install 3 other dependencies: libMagickCore1, libMagickWand1 and ImageMagick]
+
 
 === Install the "Lingua::Stem" Perl Module ===
 |--------------------
@@ -1568,7 +2014,8 @@ Shall I follow them and prepend them to the queue
 of modules we are processing right now? [yes]
 |--------------------
 
-=== Install the "HTML::Scruber" Perl Module ===
+
+=== Install the "HTML::Scrubber" Perl Module ===
 In the same CPAN prompt, type the following command:
 |--------------------
 cpan[2]> install HTML::Scrubber
@@ -1584,6 +2031,8 @@ myhost:~ # yast -i perl-List-MoreUtils
 |--------------------
 (If the above command does not work, you probably did not set up the "Official openSUSE 11.0 OSS Repository". See the "Configure Software Repositories" section earlier in this document that explains how you set up it inside yast).
 
+
+
 === Install some "MARC" Perl Modules ===
 |--------------------
 myhost:~ # cpan
@@ -1592,6 +2041,7 @@ cpan shell -- CPAN exploration and modules installation (v1.9205)
 ReadLine support enabled
 
 cpan[1]> install MARC::Charset
+MARC::Charset is up to date (1.0).
 
 cpan[2]> install MARC::Crosswalk::DublinCore
 
@@ -1626,12 +2076,19 @@ cpan[3]> quit
 Lockfile removed.
 |--------------------
 
+
+=== Install the "MIME::Lite" Perl Module === 
+|--------------------
+myhost:~/Koha-3.00.00 # yast -i perl-MIME-Lite
+|--------------------
+
 === Install the "Mail::Sendmail" Perl Module ===
 |--------------------
 myhost:~ # yast -i perl-Mail-Sendmail
 |--------------------
 (If the above command does not work, you probably did not set up the "Official openSUSE 11.0 OSS Repository". See the "Configure Software Repositories" section earlier in this document that explains how you set up it inside yast).
 
+
 === Install some "Net" Perl Modules ===
 |--------------------
 myhost:~ # cpan
@@ -1776,8 +2233,11 @@ Failed during this command:
  MIRK/Net-Z3950-ZOOM-1.21.tar.gz              : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 512
 |--------------------
 
-  * Installing libyaz and libyaz-devel for Net::Z3950::ZOOM
+== Installing libyaz, libyaz-devel and yaz for Net::Z3950::ZOOM ==
+
 OK... So we ran through a problem with a missing "yaz-config" while installing Net::Z3950::ZOOM. To solve this, let's first install the libyaz package:
+
+  * Install the libyaz package:
 |--------------------
 # yast -i libyaz
 |--------------------
@@ -1794,8 +2254,15 @@ We also have to install another package:libyaz-devel. libyaz-devel is NOT availa
 Installing libyaz-devel will also add some other packages that libyaz-devel depends on, namely: 
 zlib-devel, tcpd-devel, tack, libgpg-error-devel, ncurses-devel, libopenssl-devel, libgcrypt-devel, readline-devel, libxml2-devel and libxslt-devel.
 
+  * Install the yaz package:
+|--------------------
+# yast -i yaz
+|--------------------
+
+(//15-Jul-2008: Thanks to Bob Ewart for catching this missing step of installing yaz//)
+
 
-Let's now install the Net::Z3950::ZOOM Module
+Let's now install the Net::Z3950::ZOOM Perl Module:
 
 |--------------------
 myhost:~ # cpan
@@ -1808,6 +2275,9 @@ cpan[2]> quit
 Lockfile removed.
 |--------------------
 
+
+
+
 === Install some "PDF" Perl Modules ===
 
 |--------------------
@@ -1827,6 +2297,17 @@ PDF::API2::Util is up to date (2.000).
 
 cpan[3]> install PDF::Reuse
 
+Warning: prerequisite Font::TTF 0 not found.
+Warning: prerequisite Text::PDF::TTFont0 0 not found.
+Writing Makefile for PDF::Reuse
+Could not read '/root/.cpan/build/PDF-Reuse-0.35-rBhjys/META.yml'. Falling back to other methods to determine prerequisites
+---- Unsatisfied dependencies detected during ----
+----      LARSLUND/PDF-Reuse-0.35.tar.gz      ----
+    Text::PDF::TTFont0 [requires]
+    Font::TTF [requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
+
 
 cpan[4]> install PDF::Reuse::Barcode
 
@@ -1838,56 +2319,63 @@ Writing Makefile for PDF::Reuse::Barcode
 Shall I follow them and prepend them to the queue
 of modules we are processing right now? [yes]
 
+[...]
+
+Barcode-Code128-2.01/lib/Barcode/
+Barcode-Code128-2.01/lib/Barcode/Code128.pm
+Barcode-Code128-2.01/META.yml
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
+
+  CPAN.pm: Going to build W/WR/WRW/Barcode-Code128-2.01.tar.gz
 
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Barcode::Code128
+Could not read '/root/.cpan/build/Barcode-Code128-2.01-1g3s6u/META.yml'. Falling back to other methods to determine prerequisites
 cp lib/Barcode/Code128.pm blib/lib/Barcode/Code128.pm
 Manifying blib/man3/Barcode::Code128.3pm
   WRW/Barcode-Code128-2.01.tar.gz
   /usr/bin/make -- OK
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
 Running make test
 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-t/barcode......ok
-t/gif..........skipped: (no reason given)
-t/png..........skipped: (no reason given)
-
-Test Summary Report
--------------------
-t/gif.t    (Wstat: 0 Tests: 1 Failed: 1)
-  Failed test:  1
-  Parse errors: Bad plan.  You planned 0 tests but ran 1.
-t/png.t    (Wstat: 0 Tests: 1 Failed: 1)
-  Failed test:  1
-  Parse errors: Bad plan.  You planned 0 tests but ran 1.
-Files=3, Tests=4,  0 wallclock secs ( 0.04 usr  0.07 sys +  0.08 cusr  0.07 csys =  0.26 CPU)
-Result: FAIL
-Failed 2/3 test programs. 2/4 subtests failed.
+t/barcode....ok
+t/gif........ok 1/0skipped
+        all skipped: no reason given
+t/png........FAILED test 2
+        Failed 1/2 tests, 50.00% okay
+Failed Test Stat Wstat Total Fail  List of Failed
+-------------------------------------------------------------------------------
+t/png.t                    2    1  2
+1 test skipped.
+Failed 1/3 test scripts. 0/4 subtests failed.
+Files=3, Tests=4,  1 wallclock secs ( 0.17 cusr +  0.27 csys =  0.44 CPU)
+Failed 1/3 test programs. 0/4 subtests failed.
 make: *** [test_dynamic] Error 255
   WRW/Barcode-Code128-2.01.tar.gz
   /usr/bin/make test -- NOT OK
 //hint// to see the cpan-testers results for installing this module, try:
   reports WRW/Barcode-Code128-2.01.tar.gz
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
 Running make install
   make test had returned bad status, won't install without force
 Running make for L/LA/LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
-  Has already been unwrapped into directory /root/.cpan/build/PDF-Reuse-Barcode-0.05-ahdM1s
+  Has already been unwrapped into directory /root/.cpan/build/PDF-Reuse-Barcode-0.05-xyOb8t
 
   CPAN.pm: Going to build L/LA/LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
 
-Warning: Prerequisite 'Barcode::Code128 => 0' for 'L/LA/LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz' failed when processing 
-
-'W/WR/WRW/Barcode-Code128-2.01.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited.
+Warning: Prerequisite 'Barcode::Code128 => 0' for 'L/LA/LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz' failed when processing 'W/WR/WRW/Barcode-Code128-2.01.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited.
 cp Barcode.pm blib/lib/PDF/Reuse/Barcode.pm
 Manifying blib/man3/PDF::Reuse::Barcode.3pm
   LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
   /usr/bin/make -- OK
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
 Running make test
 PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
 1..15
-# Running under perl version 5.008008 for linux
-# Current time local: Thu May  8 00:11:00 2008
-# Current time GMT:   Wed May  7 23:11:00 2008
+# Running under perl version 5.010000 for linux
+# Current time local: Mon Dec  1 23:33:14 2008
+# Current time GMT:   Mon Dec  1 23:33:14 2008
 # Using Test.pm version 1.25
 ok 1
 ok 2
@@ -1909,6 +2397,7 @@ not ok 14
 ok 15
   LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
 Tests succeeded but one dependency not OK (Barcode::Code128)
+Warning (usually harmless): 'YAML' not installed, will not store persistent state
   LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
   [dependencies] -- NA
 Running make install
@@ -1916,98 +2405,32 @@ Running make install
 Failed during this command:
  WRW/Barcode-Code128-2.01.tar.gz              : make_test NO
  LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz       : make_test NO one dependency not OK (Barcode::Code128)
-|--------------------
-
-
-[Strangely enough, simply repeating the installation of PDF::Reuse::Barcode will solve the problem:]
 
 |--------------------
-cpan[5]> install PDF::Reuse::Barcode
 
-Warning: prerequisite Barcode::Code128 0 not found.
-Writing Makefile for PDF::Reuse::Barcode
----- Unsatisfied dependencies detected during ----
-----  LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz  ----
-    Barcode::Code128 [requires]
-Shall I follow them and prepend them to the queue
-of modules we are processing right now? [yes]
 
-Running make test
-PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
-t/barcode....ok
-t/gif........ok 1/0skipped
-        all skipped: no reason given
-t/png........ok 1/0skipped
-        all skipped: no reason given
-All tests successful, 2 tests skipped.
-Files=3, Tests=2,  0 wallclock secs ( 0.08 cusr +  0.12 csys =  0.20 CPU)
-  WRW/Barcode-Code128-2.01.tar.gz
-  /usr/bin/make test -- OK
-Warning (usually harmless): 'YAML' not installed, will not store persistent state
-Running make install
-Prepending /root/.cpan/build/Barcode-Code128-2.01-e04Iz4/blib/arch /root/.cpan/build/Barcode-Code128-2.01-e04Iz4/blib/lib to 
+**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."
 
-PERL5LIB for 'install'
-Installing /usr/lib/perl5/site_perl/5.10.0/Barcode/Code128.pm
-Installing /usr/share/man/man3/Barcode::Code128.3pm
-Writing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Barcode/Code128/.packlist
-Appending installation info to /usr/lib/perl5/5.10.0/i586-linux-thread-multi/perllocal.pod
-  WRW/Barcode-Code128-2.01.tar.gz
-  /usr/bin/make install  -- OK
-Warning (usually harmless): 'YAML' not installed, will not store persistent state
-Running make for L/LA/LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
-  Has already been unwrapped into directory /root/.cpan/build/PDF-Reuse-Barcode-0.05-tGszYX
+On a related note, this "Barcode::Code128" installation bug is being tracked at:
 
-  CPAN.pm: Going to build L/LA/LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
+#28369: test result negative maybe due to library skew 
+ http://rt.cpan.org/Public/Bug/Display.html?id=28369
 
-cp Barcode.pm blib/lib/PDF/Reuse/Barcode.pm
-Manifying blib/man3/PDF::Reuse::Barcode.3pm
-  LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
-  /usr/bin/make -- OK
-Warning (usually harmless): 'YAML' not installed, will not store persistent state
-Running make test
-PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
-1..15
-# Running under perl version 5.010000 for linux
-# Current time local: Sun Jun  1 20:25:57 2008
-# Current time GMT:   Sun Jun  1 19:25:57 2008
-# Using Test.pm version 1.25
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-ok 7
-ok 8
-ok 9
-ok 10
-ok 11
-ok 12
-ok 13
-ok 14
-ok 15
-  LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
-  /usr/bin/make test -- OK
-Warning (usually harmless): 'YAML' not installed, will not store persistent state
-Running make install
-Prepending /root/.cpan/build/PDF-Reuse-Barcode-0.05-tGszYX/blib/arch /root/.cpan/build/PDF-Reuse-Barcode-0.05-tGszYX/blib/lib 
+OK. So, let's do then a "force install" of the Barcode::Code128 Perl Module in the same CPAN prompt:
 
-to PERL5LIB for 'install'
-Installing /usr/lib/perl5/site_perl/5.10.0/PDF/Reuse/Barcode.pm
-Installing /usr/share/man/man3/PDF::Reuse::Barcode.3pm
-Writing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/PDF/Reuse/Barcode/.packlist
-Appending installation info to /usr/lib/perl5/5.10.0/i586-linux-thread-multi/perllocal.pod
-  LARSLUND/PDF-Reuse-Barcode-0.05.tar.gz
-  /usr/bin/make install  -- OK
-Warning (usually harmless): 'YAML' not installed, will not store persistent state
+|--------------------
+cpan[5]> force install "Barcode::Code128"
 |--------------------
 
+And still in the same CPAN prompt, let's now try again to install "PDF::Reuse::Barcode":
+|--------------------
+cpan[6]> install PDF::Reuse::Barcode
+|--------------------
 
 === Install the "POE" Perl Module ===
 In the same CPAN prompt, type the following command:
 |--------------------
-cpan[7]> install POE
+cpan[5]> install POE
 
 
 Some of POE's tests require a functional network.
@@ -2024,10 +2447,41 @@ Would you like to skip the network tests? [n]
 ***   Tk 800.027 could not be loaded.
 Checking if your kit is complete...
 Looks good
+Warning: prerequisite POE::Test::Loops 1.002 not found.
 Writing Makefile for POE
+Could not read '/root/.cpan/build/POE-1.003-0euNum/META.yml'. Falling back to other methods to determine prerequisites
+---- Unsatisfied dependencies detected during ----
+----         RCAPUTO/POE-1.003.tar.gz         ----
+    POE::Test::Loops [requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
 |--------------------
 
 
+=== Install the "SMS::Send" Perl Module ===
+
+In the same CPAN prompt, type the following command:
+|--------------------
+cpan[6]> install SMS::Send
+
+Checking if your kit is complete...
+Looks good
+Warning: prerequisite Class::Adapter 1.00 not found.
+Warning: prerequisite Params::Util 0.14 not found.
+Writing Makefile for SMS::Send
+Could not read '/root/.cpan/build/SMS-Send-0.05-xGdd7H/META.yml'. Falling back to other methods to determine prerequisites
+---- Unsatisfied dependencies detected during ----
+----        ADAMK/SMS-Send-0.05.tar.gz        ----
+    Params::Util [requires]
+    Class::Adapter [requires]
+Shall I follow them and prepend them to the queue
+of modules we are processing right now? [yes]
+
+cpan[7]> quit
+Lockfile removed.
+
+|--------------------
+
 === Install the "Schedule::At" Perl Module ===
 
   * Install "at":
@@ -2059,6 +2513,8 @@ cpan[5]> quit
 Lockfile removed.
 |--------------------
 
+
+
 === Install some "XML" Perl Modules ===
 |--------------------
 myhost:~ # yast -i perl-XML-Dumper
@@ -2099,6 +2555,7 @@ Could not read '/root/.cpan/build/DateTime-0.4302-YXqzkk/META.yml'. Falling back
     DateTime::Locale [requires]
     DateTime::TimeZone [requires]
     Params::Validate [requires]
+    Time::y2038 [requires]
 Shall I follow them and prepend them to the queue
 of modules we are processing right now? [yes]
 
@@ -2136,6 +2593,9 @@ prerequisites
 Shall I follow them and prepend them to the queue
 of modules we are processing right now? [yes]
 
+[...]
+
+B/BD/BDFOY/Test-Manifest-1.22.tar.gz is just needed temporarily during building or testing. Do you want to install it permanently? (Y/n) [yes]
 
 cpan[2]> quit
 Lockfile removed.
@@ -2161,6 +2621,8 @@ Password changed.
 # groupadd koha
 |--------------------
 
+
+
 ==== Run make test ====
 |--------------------
 myhost:~/Koha # make test
@@ -2174,13 +2636,6 @@ cp koha-tmpl/opac-tmpl/prog/famfamfam/mini/note.gif blib/OPAC_TMPL_DIR/prog/famf
 [many more lines beginning with "cp" should appear...]
 
 |--------------------
-cp koha-tmpl/opac-tmpl/prog/famfamfam/silk/shape_rotate_clockwise.png 
-
-blib/OPAC_TMPL_DIR/prog/famfamfam/silk/shape_rotate_clockwise.png
-cp koha-tmpl/opac-tmpl/prog/famfamfam/mini/page_text.gif blib/OPAC_TMPL_DIR/prog/famfamfam/mini/page_text.gif
-PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
-
-'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t
 t/Amazon....................ok
 t/Barcodes_PrinterConfig....ok
 t/Bookfund..................ok
@@ -2189,32 +2644,6 @@ t/Boolean...................ok
 t/Branch....................ok
 t/Calendar..................ok
 t/Charset...................ok
-t/Date......................ok 1/4Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to 
-
-use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like you planned 4 tests but only ran 1.
-# Looks like your test died just after 1.
-t/Date......................dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED tests 2-4
-        Failed 3/4 tests, 25.00% okay
-t/Dates.....................ok 1/126#
-#  Testing Legacy Functions: format_date and format_date_in_iso
-Use of uninitialized value $db_driver in concatenation (.) or string at /root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like you planned 126 tests but only ran 1.
-# Looks like your test died just after 1.
-t/Dates.....................dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED tests 2-126
-        Failed 125/126 tests, 0.79% okay
 t/Debug.....................# BEFORE use:     $debug is not defined
 # BEFORE use: $cgi_debug is not defined
 t/Debug.....................ok 1/3#  AFTER use:     $debug is 0
@@ -2222,75 +2651,8 @@ t/Debug.....................ok 1/3#  AFTER use:     $debug is 0
 # Done.
 t/Debug.....................ok
 t/dummy.....................ok
-t/icondirectories...........Use of uninitialized value $src in string eq at /root/Koha/blib/PERL_MODULE_DIR/C4/Koha.pm line 465.
-Use of uninitialized value $db_driver in concatenation (.) or string at /root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like your test died before it could output anything.
-t/icondirectories...........dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED test 1
-        Failed 1/1 tests, 0.00% okay
 t/Input.....................ok
-t/Items.....................Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-t/Items.....................NOK 1/28
-#   Failed test 'use C4::Items;'
-#   at t/Items.t line 11.
-#     Tried to use 'C4::Items'.
-#     Error:  Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Compilation failed in require at /root/Koha/blib/PERL_MODULE_DIR/C4/Items.pm line 30.
-# Compilation failed in require at (eval 5) line 2.
-# BEGIN failed--compilation aborted at t/Items.t line 11.
-t/Items.....................ok 2/28Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like you planned 28 tests but only ran 13.
-# Looks like you failed 1 test of 13 run.
-# Looks like your test died just after 13.
-t/Items.....................dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED tests 1, 14-28
-        Failed 16/28 tests, 42.86% okay
 t/Koha......................ok
-t/Labels....................NOK 1/1
-#   Failed test 'use C4::Labels;'
-#   at t/Labels.t line 12.
-#     Tried to use 'C4::Labels'.
-#     Error:  Can't locate Algorithm/CheckDigits.pm in @INC (@INC contains: /root/Koha/blib/PERL_MODULE_DIR 
-
-/root/Koha/blib/arch /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0/i586-linux-thread-multi 
-
-/usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi 
-
-/usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 
-
-/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi 
-
-/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 
-
-/usr/lib/perl5/vendor_perl . /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 
-
-/usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 
-
-/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Labels.pm line 25.
-# BEGIN failed--compilation aborted at t/Labels.t line 12.
-# Compilation failed in require at (eval 3) line 2.
-# BEGIN failed--compilation aborted at (eval 3) line 2.
-# Looks like you failed 1 test of 1.
-t/Labels....................dubious
-        Test returned status 1 (wstat 256, 0x100)
-DIED. FAILED test 1
-        Failed 1/1 tests, 0.00% okay
 t/Languages.................ok
 t/Maintainance..............ok
 t/Output....................ok
@@ -2300,184 +2662,26 @@ t/Scrubber..................ok 1/10# Note: scrubber test output will have whites
 # done.
 t/Scrubber..................ok
 t/Stats.....................ok
-Failed Test         Stat Wstat Total Fail  List of Failed
--------------------------------------------------------------------------------
-t/Date.t             255 65280     4    6  2-4
-t/Dates.t            255 65280   126  250  2-126
-t/Items.t            255 65280    28   31  1 14-28
-t/Labels.t             1   256     1    1  1
-t/icondirectories.t  255 65280     1    2  1
-Failed 5/24 test scripts. 146/207 subtests failed.
-Files=24, Tests=207, 13 wallclock secs ( 5.96 cusr +  5.52 csys = 11.48 CPU)
-Failed 5/24 test programs. 146/207 subtests failed.
-make: *** [test_dynamic] Error 255
-|--------------------
-
-=== Install the "Algorithm::CheckDigits" Perl Module ===
-
-Hmmm... Algorithm::CheckDigits seems to not have been installed. Let's install it:
-
-|--------------------
-myhost:~ # cpan
-CPAN: File::HomeDir loaded ok (v0.69)
-
-cpan shell -- CPAN exploration and modules installation (v1.9205)
-ReadLine support enabled
-
-                                                                                                                            
-cpan[1]> install Algorithm::CheckDigits
-
-cpan[2]> quit
-Lockfile removed.
+All tests successful.
+Files=19, Tests=47, 21 wallclock secs ( 4.82 cusr +  5.55 csys = 10.37 CPU)
 |--------------------
 
 
-=== Run "make test" again ===
+=== Run "make install" ===
 
-Don't worry! It will run a LOT faster this time!  :)
-|--------------------
-myhost:~/Koha-3.00.00 # make test
-PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
-
-'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t
-t/Amazon....................ok
-t/Barcodes_PrinterConfig....ok
-t/Bookfund..................ok
-t/Bookseller................ok
-t/Boolean...................ok
-t/Branch....................ok
-t/Calendar..................ok
-t/Charset...................ok
-t/Date......................ok 1/4Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like you planned 4 tests but only ran 1.
-# Looks like your test died just after 1.
-t/Date......................dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED tests 2-4
-        Failed 3/4 tests, 25.00% okay
-t/Dates.....................ok 1/126#
-#  Testing Legacy Functions: format_date and format_date_in_iso
-Use of uninitialized value $db_driver in concatenation (.) or string at /root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like you planned 126 tests but only ran 1.
-# Looks like your test died just after 1.
-t/Dates.....................dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED tests 2-126
-        Failed 125/126 tests, 0.79% okay
-t/Debug.....................# BEFORE use:     $debug is not defined
-# BEFORE use: $cgi_debug is not defined
-t/Debug.....................ok 1/3#  AFTER use:     $debug is 0
-#  AFTER use: $cgi_debug is 0
-# Done.
-t/Debug.....................ok
-t/dummy.....................ok
-t/icondirectories...........Use of uninitialized value $src in string eq at /root/Koha/blib/PERL_MODULE_DIR/C4/Koha.pm line 465.
-Use of uninitialized value $db_driver in concatenation (.) or string at /root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like your test died before it could output anything.
-t/icondirectories...........dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED test 1
-        Failed 1/1 tests, 0.00% okay
-t/Input.....................ok
-t/Items.....................Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-t/Items.....................NOK 1/28
-#   Failed test 'use C4::Items;'
-#   at t/Items.t line 11.
-#     Tried to use 'C4::Items'.
-#     Error:  Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Compilation failed in require at /root/Koha/blib/PERL_MODULE_DIR/C4/Items.pm line 30.
-# Compilation failed in require at (eval 5) line 2.
-# BEGIN failed--compilation aborted at t/Items.t line 11.
-t/Items.....................ok 2/28Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Looks like you planned 28 tests but only ran 13.
-# Looks like you failed 1 test of 13 run.
-# Looks like your test died just after 13.
-t/Items.....................dubious
-        Test returned status 255 (wstat 65280, 0xff00)
-DIED. FAILED tests 1, 14-28
-        Failed 16/28 tests, 42.86% okay
-t/Koha......................ok
-t/Labels....................Use of uninitialized value $db_driver in concatenation (.) or string at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628.
-t/Labels....................NOK 1/1
-#   Failed test 'use C4::Labels;'
-#   at t/Labels.t line 12.
-#     Tried to use 'C4::Labels'.
-#     Error:  Can't connect to data source 'dbname=__DB_NAME__;host=__DB_HOST__;port=__DB_PORT__' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at 
-
-/root/Koha/blib/PERL_MODULE_DIR/C4/Context.pm line 628
-# Compilation failed in require at /root/Koha/blib/PERL_MODULE_DIR/C4/Circulation.pm line 25.
-# BEGIN failed--compilation aborted at t/Labels.t line 12.
-# Compilation failed in require at /root/Koha/blib/PERL_MODULE_DIR/C4/Overdues.pm line 24.
-# BEGIN failed--compilation aborted at /root/Koha/blib/PERL_MODULE_DIR/C4/Overdues.pm line 24.
-# Compilation failed in require at /root/Koha/blib/PERL_MODULE_DIR/C4/Members.pm line 27.
-# BEGIN failed--compilation aborted at /root/Koha/blib/PERL_MODULE_DIR/C4/Members.pm line 27.
-# Compilation failed in require at /root/Koha/blib/PERL_MODULE_DIR/C4/Labels.pm line 26.
-# BEGIN failed--compilation aborted at /root/Koha/blib/PERL_MODULE_DIR/C4/Labels.pm line 26.
-# Compilation failed in require at (eval 3) line 2.
-# BEGIN failed--compilation aborted at (eval 3) line 2.
-# Looks like you failed 1 test of 1.
-t/Labels....................dubious
-        Test returned status 1 (wstat 256, 0x100)
-DIED. FAILED test 1
-        Failed 1/1 tests, 0.00% okay
-t/Languages.................ok
-t/Maintainance..............ok
-t/Output....................ok
-t/Record....................ok
-t/Review....................ok
-t/Scrubber..................ok 1/10# Note: scrubber test output will have whitespace collapsed for readability
-# done.
-t/Scrubber..................ok
-t/Stats.....................ok
-Failed Test         Stat Wstat Total Fail  List of Failed
--------------------------------------------------------------------------------
-t/Date.t             255 65280     4    6  2-4
-t/Dates.t            255 65280   126  250  2-126
-t/Items.t            255 65280    28   31  1 14-28
-t/Labels.t             1   256     1    1  1
-t/icondirectories.t  255 65280     1    2  1
-Failed 5/24 test scripts. 146/207 subtests failed.
-Files=24, Tests=207, 14 wallclock secs ( 6.93 cusr +  6.06 csys = 12.99 CPU)
-Failed 5/24 test programs. 146/207 subtests failed.
-make: *** [test_dynamic] Error 255
-|--------------------
-
-== Run "make install" ==
-
-Even with these errors in C4::Labels, we will run make install:
+Now, we will run make install:
 
 |--------------------
 myhost:~/Koha # make install
 |--------------------
 [Several lines starting with "Manifying" and many lines starting with "Installing" will scroll by...]
 |--------------------
-Installing /usr/share/koha/man/man3/cataloguing::value_builder::marc21_leader_computerfile.3pm
-Installing /usr/share/koha/man/man3/opac::opac-tags.3pm
-Installing /usr/share/koha/man/man3/cataloguing::value_builder::unimarc_field_123j.3pm
-Installing /usr/share/koha/man/man3/cataloguing::value_builder::marc21_field_003.3pm
-Installing /usr/share/koha/man/man3/authorities::detail.3pm
+Installing /usr/share/koha/man/man3/reports::catalogue_out.3pm
+Installing /usr/share/koha/man/man3/reports::dictionary.3pm
+Installing /usr/share/koha/man/man3/C4::Search::PazPar2.3pm
+Installing /usr/share/koha/man/man3/C4::Scrubber.3pm
+Installing /usr/share/koha/man/man3/reports::itemslost.3pm
+Installing /usr/share/koha/man/man3/C4::Barcodes::PrinterConfig.3pm
 
 Koha's files have now been installed.
 
@@ -2489,7 +2693,6 @@ export PERL5LIB=/usr/share/koha/lib
 
 For other post-installation tasks, please consult the README.
 
-
 # cd /etc
 myhost:/etc #
 |--------------------
@@ -2549,13 +2752,14 @@ Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not i
 |--------------------
 
 
+
 == Enable the mod_rewrite Apache module ==
 
 OK... It seems that we need to enable the mod_rewrite Apache module:
 |--------------------
 myhost:/etc/sysconfig # a2enmod rewrite
 |--------------------
-[If the above command seems NOT to work, for some reason, do this - edit /etc/sysconfig/apache2 and add rewrite 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 word "rewrite" (without the quotes) at the end of the APACHE_MODULES line, right before the right quote]
 |--------------------
 myhost:/etc/sysconfig # service apache2 restart
 Syntax OK
@@ -2563,6 +2767,7 @@ Shutting down httpd2 (waiting for all children to terminate)         done
 Starting httpd2 (prefork)                                            done
 |--------------------
 
+
 == Change koha-httpd.conf ==
 
 If you browsed again to http://192.168.0.2:8080 you would still get no answer. This is because we still have to do some changes to the koha-httpd.conf file.
@@ -2584,6 +2789,7 @@ If the two virtualHost directives - the lines that start with <nowiki><VirtualHo
 
 That file will have 2 ServerName directives (one for each of the 2 VirtualHosts). In those directives, you should have the IP of your server -or- the FQDN of your server (example: ServerName www.koha.test).
 
+Now, restart again Apache:
 |--------------------
 myhost:/etc/koha # service apache2 restart
 Syntax OK
@@ -2646,6 +2852,7 @@ To do that, browse to:
 
 http://192.168.0.2:8080
 
+
 == Enable port 8080 in the firewall ==
 
 After a while the page will probably time out. This is because we now have to allow the 8080 port in the firewall.
@@ -2656,7 +2863,7 @@ myhost:/etc/apache2/vhosts.d # yast
 |--------------------
 Inside yast, go to "Security and Users" -> "Firewall"
 
-Scroll down to "Allowed Services" on the right side and press ENTER
+Scroll down to "Allowed Services" on the left side and press ENTER
 
 Press TAB several times until you reach the "Apache2" allowed service on the right side. When you do that, 
 press Alt+d to click the "Advanced..." button.
@@ -2684,3 +2891,4 @@ http://192.168.0.2:8080/cgi-bin/koha/installer/install.pl
 
 
 You may now login with your koha administrator username and password and reply to the several questions you will be asked.
+