Original version created by Ricardo Dias Marques - koha@ricmarques.net
No liability for the contents of this document can be accepted.
Feedback/bug reports: Koha Developer's List:
http://lists.koha.org/mailman/listinfo/koha-devel
This document last modified: 02 December 2008
This document was prepared in order to help you discover (or test) Koha (Integrated Library System).
The installation of Linux system described below is a basic, it is not designed for a production server (e.g., security, load balancing … are not described).
This document describes the different stages of installing the software Koha 3 on the openSUSE 11 Linux distribution in a “new” computer, that is, a computer that will have its hard disk contents COMPLETELY ERASED to install openSUSE and Koha!
In this example, it's assumed that your server gets an IP address by DHCP that will be later changed to 192.168.0.2.
You'll have to change this to the real IP address that your machine should get (or use DHCP, if that's the case).
This tutorial assumes a Koha installation that does NOT use Zebra (“Zebra is a high-performance, general-purpose structured text indexing and retrieval engine” - http://www.indexdata.dk/zebra/). Additional steps would be required to set up Zebra for Koha.
Download openSUSE 11 DVD at: http://software.opensuse.org/
Place the DVD in the drive and restart the machine.
After the “Welcome” screen, you'll get a First menu, with the following options:
Boot from Hard Disk
Installation
Repair Installed System
Rescue System
Firmware Test
Memory Test
Choose “Installation” (second command)
(Dialog box appears saying “Probing Mouse”)
You'll see two Dropdown Lists: “Language” and “Keyboard Layout”
This depends of your place and preference, naturally. I live in Portugal, so I want a Portuguese Keyboard Layout but I prefer an Operating System in English. So I leave the default option selected for “Language” (English (US)) and change “Keyboard Layout” to “Portuguese”.
Check the “I Agree to the License Terms” checkbox (under the “License Agreement” textbox).
Click the “Next” button.
[just watch it…]
Leave “New Installation” radio button checked
Click the “Next” button
[just watch it…]
Again, I live in Portugal, so I select the following options:
“Region” listbox: click on “Europe”
“Time Zone” listbox: click on “Portugal”
I leave the “Hardware Clock Set To UTC” checkbox checked.
Click the “Next” button
You should see four radio buttons: “GNOME”, “KDE 4.0”, “KDE 3.5” and “Other”.
Click on the “Other” radio button.
Three radio buttons should become visible then:
“XFCE Desktop”
“Minimal X Window”
“Minimal Server Selection (Text Mode)”
click on this last “Minimal Server Selection (Text Mode)” radio button.
Click the “Next” button
Partitioning choices are really up to you. In this example, I will create a 9 GB / (“root”) partition and a 712 Swap Megs partition.
So, to do this I click on the “Create Partition Setup…” button.
I click on the first radio button: “1: 1.IDE 10.0 GB,/dev/sda”
I click the “Next” button
I uncheck the “Propose separate Home Partition” checkbox.
I click the “Next” button.
This takes me back to the Suggested Partitioning screen.
In my case, I now have this:
- Create swap partition /dev/sda1 (760.8 MB)
- Create root partition /dev/sda2 (9.2 GB with ext3)
I click the “Next” button.
I use this screen to create a regular user.
User's full name: Your Full name (e.g: John Smith)
Username: Your preferred username (e.g.: jsmith)
Password:
Confirm Password:
I uncheck the “Use this password for System Administrator” checkbox.
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).
Enter your password (in the “Password for root User” text box) and repeat it (in the “Confirm Password” text box).
Click the “Accept” button to return to the “Installation Settings” screen.
Click on the “Software” link
Scroll down the listbox (that begins with the “Base Technologies” group) until you find the “Server Functions” group.
In that “Server Functions” group click on the “Web and LAMP Server” checkbox (to check it)
Click on the “OK” button to return to “Installation Settings”
Click on the “Install” button (placed in the same place where usually appear the “Accept” or “Next” button).
You should see a “Confirm Installation” dialog box. Click on the “Install” button of that dialog box.
[just watch it…]
[just watch it… ]
[just watch it… or click on the “Details” tab if you want to see what packages are being installed.]
[just watch it… ]
After some time you'll see a dialog box warning that the system will reboot in 10 seconds.
Leave “Boot from Hard Disk” selected and click ENTER
You'll have to wait a while (or press ESC to see what the operating system is “doing”). After some moments, you'll be taken to the “Yast2 - installation @ Linux” screen (a text installer).
[just watch it… ]
After a while you'll see a prompt:
Welcome to openSUSE 11.0 (i586) - Kernel 2.6.25.4-8-default (tty1) linux-3r10 login:
You may now login with your “root” user.
I want to change my hostname, domain name and switch from DHCP to a Static IP address.
So, the first thing I do, is to run yast (the setup tool) by entering the yast command in the command prompt:
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 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.
[just watch it…]
I want to disable IPv6, so I first go to the “Global Options” section (by pushing the key combination ALT+G to press the “G” letter in Global Options that is highlighted). In the next screen, I push ALT+E to uncheck the “Enable IPv6” checkbox. I'll get a dialog box with a Warning saying that “To apply this change a reboot is needed.”. I just press ENTER on that dialog box, but I do NOT reboot (at least not yet).
Then I press Alt+O to go to the “Overview” (still in “Network Settings”). Then I press ALT+i to “Edit” the information for this Network Card.
I check the “Statically assigned IP Address” checkbox, and enter the following info for “IP Address”, “Subnet Mask” and “Hostname” (you should use the values defined by your network administrator):
IP Address: 192.168.0.2 Subnet Mask: 255.255.255.0 Hostname: myhost
Then I press ALT+N to click the “Next” button. After a few seconds, I will be taken again to the “Network Settings” screen.
I press ALT+s to go to the “Hostname/DNS” screen.
I check the “Change /etc/resolv.conf manually” checkbox and enter the IP Address of my DNS Server in the “Name Server 1” text box:
Name Server 1: 192.168.0.1
Then I press ALT+u to go to the “Routing” configuration.
In the “Default Gateway” text box, I enter the IP Address of my Default Gateway:
Default Gateway: 192.168.0.1
Then I press ALT+F to Finish
[just watch it…]
After a few seconds, you should be taken back to the “YaST2 Control Center” screen.
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.
In the list box of the left side, I select “Allowed Services” and press ENTER.
Then, on the “Service to Allow” dropdown list (on the right side), I leave the “Apache 2” option selected and press “ALt+A” to add it. After adding Apache, I'll press “Alt+S” to see the available services to add. Then, I use the down key in that list until I see “Secure Shell Server” and press ENTER to select it. This will close that list and put “Secure Shell Server” as the selected option. I'll press Alt+A again to add it.
Then I click on ALT+N click on the “Next” button.
Click on the “Finish” button.
When you get sent back to the “YaST2 Control Center” screen, press ALT+Q to Quit Yast.
This time seems to be a good time to reboot your server:
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.
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):
# yast
Inside yast, select Software → Software Repositories
If on this screen, you already see a table that has:
If not, you'll have to add the “openSUSE-11.0-Oss” repository. Click on the “Add” button.
Click on the Specify URL… radio button.
Click on the “Next” button.
In the “Repository Name” textbox enter some descriptive text like: openSUSE 11.0 Official OSS Repository
In the “URL” textbox enter: http://download.opensuse.org/distribution/11.0/repo/oss/
Click on the “Next” button.
Check the “Yes, I Agree to the License Agreement” radio button.
Click on the “Next” button to return to the “Configured Software Repositories” screen.
You should see now the “openSUSE 11 Official OSS Repository” listed as an entry.
Click on the “Finish” button.
When you get sent back to the “Yast Control Center” click on the “Quit” button (to return to the shell).
By this time, I'll install some of the programs I regularly use, by using yast:
# yast -i findutils-locate
A YaST screen may appear saying:
Starting the Package Manager.
If that screen appears, it will download some information from http://download.opensuse.org (and set several Software Repositories “behind the scenes)
# yast -i ncftp
Install some packages that are needed to install Koha:
# yast -i make
# yast -i gcc
(this will also install some packages that gcc depend on, like glibc-devel).
# wget http://download.koha.org/koha-3.00.00.tar.gz
[
: Check what will be the exact URL of the .tar.gz file for Koha 3]
# tar -xzvf koha-3.00.00.tar.gz
If you run the locale command, you'll probably get this output:
# locale LANG=POSIX LC_CTYPE=en_US.UTF-8 LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=
We want to have en_US.UTF-8 in all LC_* variables. So, we'll do the following:
# yast
System → Language
The “Languages” screen should appear.
In the first section (Primary Language Settings):
Leave “English (US)” selected as the option for Primary Language
Click on the “Details…” link
Change the Locale Settings for user root from the default option (“ctype Only”) to “Yes”
Make sure the “Use UTF-8 Encoding” checkbox is checked (it should already be).
Leave the “Detailed Locale Setting” en_US selected
Click on the OK button to return to the “Languages” screen
Click on the “Accept” button.
When you get back to the “Yast2 Control Center” screen, click on the “Quit” button
If you use Putty, set up Putty to use UTF-8 encoding. To do this, click on the upper left corner of the PuTTy window, to expand the menu. Scroll down until you find the “Change Settings…” command and click on it.
This should open the “PuTTy Reconfiguration” screen. Here expand the “Window” category and click on “Translation”
When you do this, you'll see that the “Received data assumed to be in which character set” dropdown list probably reads:
“ISO-8859-1:1998 (Latin-1, West Europe)
change it to: “UTF-8”
Click on the “Apply” button
Now, it's a good time to SAVE this PuTTy session. To do this, click again on the upper left corner of the PuTTy window, to expand the menu, and click on the “Change Settings…” command like you did before.
This should open the “PuTTy Reconfiguration” screen. Go to the right hand side of that screen and type a name in the “Saved Sessions” textbox (e.g: koha). Then click on the “Save” button and, after doing that, click on the “Apply” button.
IMPORTANT!!! Now it's the time to EXIT the login shell, by typing the exit command:
# exit
Now you'll reopen PuTTy, but when you do that, open the Saved Session that you have created in order to use the “UTF-8” configuration you have done.
After logging in again with the root user, type the locale command again. Now it should read like the following:
# locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=
Create a file called /etc/apache2/httpd.conf.local with vim (or your preferred text editor):
myhost:~ # vim /etc/apache2/httpd.conf.local
Add this line:
AddDefaultCharset UTF-8
# chkconfig apache2 on # service apache2 start Starting httpd2 (prefork) done
Go to a browser and type:
You should see a page that reads:
“It works!”
1 - Configure MySQL to start at boot time and start the service:
# chkconfig mysql on # service mysql start
2 - Change the password for the “root” user of MySQL:
# /usr/bin/mysqladmin -u root password 'chosenpassword'
3 - Check the encoding variables of MySQL
To check the encoding variables of MySQL, will type the show variables like 'char%'; command in a mysql prompt:
# mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 5.0.51a SUSE MySQL RPM Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show variables like 'char%'; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.00 sec) mysql> quit Bye
We want to have utf8 in the above character_set_* variables above (and NOT latin1)!
In order to do this:
1 - Create a backup of the MySQL configuration file (my.cnf):
# cd /etc myhost:/etc # cp my.cnf my.cnf.ORIG
2 - Use vim to add these 3 lines in the section [mysqld] of the my.cnf file:
default-character-set = utf8 character-set-server = utf8 skip-character-set-client-handshake
3 - Restart MySQL:
myhost:/etc # service mysql restart Restarting service MySQL Shutting down service MySQL done Starting service MySQL done
Now, let's type again the show variables like 'char%' mysql command to see if the character_set_variables have changed from latin1 to utf8 (character_set_filesystem will still read “binary” but I think that's OK:
myhost:/etc # mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.0.51a SUSE MySQL RPM Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show variables like 'char%'; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | utf8 | | character_set_connection | utf8 | | character_set_database | utf8 | | character_set_filesystem | binary | | character_set_results | utf8 | | character_set_server | utf8 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.01 sec) mysql> quit Bye
# mysqladmin -uroot create koha -p
(you may name the koha database something different from koha)
Assuming that you want to have a MySQL user called “kohaadmin” to administer a database called “koha” with the password “kohapassword”, you'd enter this:
myhost:~ # mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.0.51a SUSE MySQL RPM Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> grant all on koha.* to 'kohaadmin'@'localhost' identified by 'kohapassword'; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query OK, 0 rows affected (0.08 sec) mysql> quit Bye
# yast -i perl-XML-SAX # yast -i perl-XML-LibXML
You must be sure you're using the XML::LibXML SAX parser, not Expat or PurePerl, both of which have outstanding bugs with pre-composed characters. You can test your SAX parser by running:
# cd /root/koha-3.00.00/ myhost:~/koha-3.00.00 # misc/sax_parser_print.pl
You will probably see this:
XML::SAX::PurePerl=HASH(0x8356a4c)
If you're using PurePerl (you probably are) or Expat, you'll need to edit your ParserDetails.ini file to use the LibXML Parser. To find the ParserDetails.ini file, you may use locate. To do this, first update the locate database by running the updatedb command:
# updatedb
Then find ParserDetails.ini using locate:
# locate ParserDetails.ini /usr/lib/perl5/vendor_perl/5.10.0/XML/SAX/ParserDetails.ini
OK. So, let's first do a backup of this ini file:
# cd /usr/lib/perl5/vendor_perl/5.10.0/XML/SAX/ myhost:/usr/lib/perl5/vendor_perl/5.10.0/XML/SAX # cp ParserDetails.ini ParserDetails.ini.ORIG
Edit this ParserDetails.ini file (with vim or other editor)
See if the first line contains this:
[XML::SAX::PurePerl]
If it does, replace this first line by the following:
[XML::LibXML::SAX::Parser]
Run the /root/koha-3.00.00/misc/sax_parser_print.pl command again. This time, you should get the following output:
XML::LibXML::SAX::Parser=HASH(0x8356e0c)
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).
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
By default, Koha can be installed in one of three ways:
standard: Install files in conformance with the Filesystem
Hierarchy Standard (FHS). This is the default mode
and should be used when installing a production
Koha system. On Unix systems, root access is
needed to complete a standard installation.
single: Install files under a single directory. This option
is useful for installing Koha without root access, e.g.,
on a web host that allows CGI scripts and MySQL databases
but requires the user to keep all files under the user's
HOME directory.
dev: Create a set of symbolic links and configuration files to
allow Koha to run directly from the source distribution.
This mode is useful for developers who want to run
Koha from a git clone.
Installation mode (dev, single, standard) [standard]
Please specify the directory under which most Koha files
will be installed.
Note that if you are planning in installing more than
one instance of Koha, you may want to modify the last
component of the directory path, which will be used
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
user (on Unix and Linux platforms) have
ownership of Koha's files, including the
Zebra indexes if applicable.
Please specify a user account. This
user account does not need to exist
right now, but it needs to exist
before you run 'make install'. Please
note that for security reasons, this
user should not be the same as the user
account Apache runs under.
User account [koha]
Please specify the group that should own
Koha's files. As above, this group need
not exist right now, but should be created
before you run 'make install'.
Group [koha]
Please specify which database engine you will use
to store data in Koha. The choices are MySQL and
PostgreSQL; please note that at the moment
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
can be created after running 'make install'
and before you try using Koha for the first time.
Database server [localhost]
Please specify the port used to connect to the
DMBS [3306]
Please specify the name of the database to be
used by Koha [koha]
Please specify the user that owns the database to be
used by Koha [kohaadmin]
Please specify the password of the user that owns the
database to be used by Koha [katikoan] kohapassword
Koha can use the Zebra search engine for high-performance
searching of bibliographic and authority records. If you
have installed the Zebra software and would like to use it,
please answer 'yes' to the following question. Otherwise,
Koha will default to using its internal search engine.
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]
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,
you must specify the primary MARC format of the
records to be indexed by Zebra.
Koha provides Zebra configuration files for MARC 21
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.
Primary language for Zebra indexing (en, fr) [en] fr
Koha can use one of two different indexing modes
for the MARC authorities records:
grs1 - uses the Zebra GRS-1 filter, available
for legacy support
dom - uses the DOM XML filter; offers improved
functionality.
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.
Please note that if you choose *NOT* to configure SRU,
koha-conf.xml will still contain some references to SRU
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] 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
DB_HOST localhost
DB_NAME koha
DB_PASS kohapassword
DB_PORT 3306
DB_TYPE mysql
DB_USER kohaadmin
INSTALL_BASE /usr/share/koha
INSTALL_MODE standard
INSTALL_PAZPAR2 no
INSTALL_SRU no
INSTALL_ZEBRA yes
KOHA_GROUP koha
KOHA_INSTALLED_VERSION 3.00.00.096
KOHA_USER koha
RUN_DATABASE_TESTS no
ZEBRA_LANGUAGE fr
ZEBRA_MARC_FORMAT unimarc
ZEBRA_PASS zebrapassword
ZEBRA_USER kohauser
and in the following directories:
DOC_DIR /usr/share/koha/doc
INTRANET_CGI_DIR /usr/share/koha/intranet/cgi-bin
INTRANET_TMPL_DIR /usr/share/koha/intranet/htdocs/intranet-tmpl
INTRANET_WWW_DIR /usr/share/koha/intranet/htdocs
KOHA_CONF_DIR /etc/koha
LOG_DIR /var/log/koha
MAN_DIR /usr/share/koha/man
MISC_DIR /usr/share/koha/misc
OPAC_CGI_DIR /usr/share/koha/opac/cgi-bin
OPAC_TMPL_DIR /usr/share/koha/opac/htdocs/opac-tmpl
OPAC_WWW_DIR /usr/share/koha/opac/htdocs
PAZPAR2_CONF_DIR /etc/koha/pazpar2
PERL_MODULE_DIR /usr/share/koha/lib
SCRIPT_DIR /usr/share/koha/bin
SCRIPT_NONDEV_DIR /usr/share/koha/bin
ZEBRA_CONF_DIR /etc/koha/zebradb
ZEBRA_DATA_DIR /var/lib/koha/zebradb
ZEBRA_LOCK_DIR /var/lock/koha/zebradb
ZEBRA_RUN_DIR /var/run/koha/zebradb
To change any configuration setting, please run
perl Makefile.PL again. To override one of the target
directories, you can do so on the command line like this:
perl Makefile.PL PERL_MODULE_DIR=/usr/share/perl/5.8
You can also set different default values for parameters
or override directory locations by using environment variables.
For example:
export DB_USER=my_koha
perl Makefile.PL
or
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.
[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 #
OK… Lots of missing dependencies (Perl Modules). Let's build some of these modules in CPAN to fix this:
If you don't already know, “CPAN is the Comprehensive Perl Archive Network, a large collection of Perl software and documentation”. For additional info, you may browse the official CPAN web site is at http://www.cpan.org/
Enter the “cpan” command to configure CPAN:
myhost:~/koha-3.00.00 # cpan CPAN is the world-wide archive of perl resources. It consists of about 300 sites that all replicate the same contents around the globe. Many countries have at least one CPAN site already. The resources found on CPAN are easily accessible with the CPAN.pm module. If you want to use CPAN.pm, lots of things have to be configured. Fortunately, most of them can be determined automatically. If you prefer the automatic configuration, answer 'yes' below. If you prefer to enter a dialog instead, you can answer 'no' to this question and I'll let you configure in small steps one thing after the other. (Note: you can revisit this dialog anytime later by typing 'o conf init' at the cpan prompt.) Would you like me to configure as much as possible automatically? [yes]
[Just press ENTER here to set all CPAN settings to the default values. After doing this CPAN will scroll lots of messages with questions that it will automatically answer]
[Let's now set up CPAN for Internet access to enable it to download packages. Because I live in Portugal, I'm choosing Portuguese mirrors here. Choose the mirrors that are nearer to you:]
cpan[2]> o conf init urllist You have no /root/.cpan/sources/MIRRORED.BY I'm trying to fetch one CPAN: LWP::UserAgent loaded ok (v5.810) I would like to connect to one of the following sites to get 'MIRRORED.BY': http://www.perl.org/CPAN/ ftp://ftp.perl.org/pub/CPAN/ Is it OK to try to connect to the Internet? [yes] Fetching with LWP: http://www.perl.org/CPAN/MIRRORED.BY Now we need to know where your favorite CPAN sites are located. Push a few sites onto the array (just in case the first on the array won't work). If you are mirroring CPAN to your local workstation, specify a file: URL. First, pick a nearby continent and country by typing in the number(s) in front of the item(s) you want to select. You can pick several of each, separated by spaces. Then, you will be presented with a list of URLs of CPAN mirrors in the countries you selected, along with previously selected URLs. Select some of those URLs, or just keep the old list. Finally, you will be prompted for any extra URLs -- file:, ftp:, or http: -- that host a CPAN mirror. (1) Africa (2) Asia (3) Central America (4) Europe (5) North America (6) Oceania (7) South America Select your continent (or several nearby continents) [] 4 (1) Austria (2) Belgium (3) Bosnia and Herzegovina (4) Bulgaria (5) Croatia (6) Czech Republic (7) Denmark (8) Finland (9) France (10) Germany (11) Greece (12) Hungary (13) Iceland (14) Ireland (15) Italy (16) Latvia 15 more items, hit RETURN to show them Select your country (or several nearby countries) [] Sorry! since you don't have any existing picks, you must make a geographic selection. (17) Lithuania (18) Malta (19) Netherlands (20) Norway (21) Poland (22) Portugal (23) Romania (24) Russia (25) Slovakia (26) Slovenia (27) Spain (28) Sweden (29) Switzerland (30) Ukraine (31) United Kingdom Select your country (or several nearby countries) [] 22 (1) ftp://cpan.ip.pt/pub/cpan/ (2) ftp://ftp.dei.uc.pt/pub/CPAN (3) ftp://ftp.isr.ist.utl.pt/pub/CPAN/ (4) ftp://ftp.nfsi.pt/pub/cpan/ (5) ftp://neacm.fe.up.pt/pub/CPAN/ (6) ftp://perl.di.uminho.pt/pub/CPAN/ (7) http://cpan.dcc.fc.up.pt/ Select as many URLs as you like (by number), put them on one line, separated by blanks, hyphenated ranges allowed e.g. '1 4 5' or '7 1-4 8' [] 3 2 6 4 5 7 1 Enter another URL or RETURN to quit: [] New set of picks: ftp://ftp.isr.ist.utl.pt/pub/CPAN/ ftp://ftp.dei.uc.pt/pub/CPAN ftp://perl.di.uminho.pt/pub/CPAN/ ftp://ftp.nfsi.pt/pub/cpan/ ftp://neacm.fe.up.pt/pub/CPAN/ http://cpan.dcc.fc.up.pt/ ftp://cpan.ip.pt/pub/cpan/ Please remember to call 'o conf commit' to make the config permanent! cpan[3]> o conf commit commit: wrote '/usr/lib/perl5/5.10.0/CPAN/Config.pm' cpan[4]> quit Lockfile removed.
myhost:~/koha-3.00.00 # cpan CPAN: File::HomeDir loaded ok (v0.69) cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support enabled
[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 Algorithm::CheckDigits
CPAN: Storable loaded ok (v2.18)
CPAN: LWP::UserAgent loaded ok (v5.810)
CPAN: Time::HiRes loaded ok (v1.9711)
Fetching with LWP:
ftp://ftp.isr.ist.utl.pt/pub/CPAN/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok (v2.008)
............................................................................DONE
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 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 '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/MA/MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
Fetching with LWP:
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/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
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/MA/MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
Checking if your kit is complete...
Looks good
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/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/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
MAMAWE/Algorithm-CheckDigits-0.50.tar.gz
/usr/bin/make install -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
cpan[2]> install Biblio::EndnoteStyle
[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[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
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.
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:
myhost:~/Koha-3.00.00 # yast -i perl-Class-Accessor
[this will also install a dependency: perl-Carp-Assert]
myhost:~/Koha-3.00.00 # cpan cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support enabled cpan[1]> install Class::Factory::Util cpan[2]> quit Lockfile removed.
myhost:~/koha-3.00.00 # yast -i perl-DBD-mysql
[this will also install a dependency: perl-Data-Showtable]
myhost:~/koha-3.00.00 # cpan
CPAN: File::HomeDir loaded ok (v0.69)
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install Data::ICal
CPAN: File::Temp loaded ok (v0.18)
Warning (usually harmless): 'YAML' not installed, will not store persistent state
CPAN.pm: Going to build J/JE/JESSE/Data-ICal-0.13.tar.gz
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Test::More ...loaded. (0.72)
- Test::Warn ...missing.
- Test::NoWarnings ...missing.
- Test::LongString ...missing.
- Class::Accessor ...loaded. (0.31)
- Text::vFile::asData ...missing.
- MIME::QuotedPrint ...loaded. (3.07)
- Class::ReturnValue ...missing.
==> Auto-install the 5 mandatory module(s) from CPAN? [y]
*** Since we're running under CPANPLUS, I'll just let it take care
of the dependency's installation later.
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Warning: prerequisite Class::ReturnValue 0 not found.
Warning: prerequisite Test::LongString 0 not found.
Warning: prerequisite Test::NoWarnings 0 not found.
Warning: prerequisite Test::Warn 0 not found.
Warning: prerequisite Text::vFile::asData 0 not found.
Writing Makefile for Data::ICal
Could not read '/root/.cpan/build/Data-ICal-0.13-X1jsxc/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- JESSE/Data-ICal-0.13.tar.gz ----
Test::LongString [requires]
Class::ReturnValue [requires]
Test::NoWarnings [requires]
Text::vFile::asData [requires]
Test::Warn [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
---- Unsatisfied dependencies detected during ----
---- JESSE/Class-ReturnValue-0.55.tar.gz ----
Devel::StackTrace [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Warning: prerequisite Test::Tester 0.103 not found.
Writing Makefile for Test::NoWarnings
Could not read '/root/.cpan/build/Test-NoWarnings-0.084-DMJBk3/META.yml'. Falling back to other methods to determine
prerequisites
---- Unsatisfied dependencies detected during ----
---- FDALY/Test-NoWarnings-0.084.tar.gz ----
Test::Tester [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running install for module 'Text::vFile::asData'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs'
---- Unsatisfied dependencies detected during ----
---- RCLAMP/Text-vFile-asData-0.05.tar.gz ----
Class::Accessor::Chained [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Warning: prerequisite Array::Compare 0 not found.
Warning: prerequisite Sub::Uplevel 0.12 not found.
Warning: prerequisite Test::Exception 0 not found.
Warning: prerequisite Tree::DAG_Node 0 not found.
Writing Makefile for Test::Warn
Could not read '/root/.cpan/build/Test-Warn-0.10-9ekdi2/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- CHORNY/Test-Warn-0.10.tar.gz ----
Test::Exception [requires]
Sub::Uplevel [requires]
Array::Compare [requires]
Tree::DAG_Node [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
---- Unsatisfied dependencies detected during ----
---- ADIE/Test-Exception-0.27.tar.gz ----
Sub::Uplevel [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
cpan[2]> quit
Lockfile removed.
myhost:~/koha-3.00.00 # yast -i perl-Date-Calc
[This will also install 2 other dependencies: perl-Carp-Clan and perl-Bit-Vector]
myhost:~/koha-3.00.00 # cpan
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install Date::ICal
Warning: prerequisite Date::Leapyear 1.03 not found.
Writing Makefile for Date::ICal
---- Unsatisfied dependencies detected during ----
---- RBOW/Date-ICal-1.72.tar.gz ----
Date::Leapyear [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
cpan[2]> quit
Lockfile removed.
myhost:~/koha-3.00.00 # yast -i perl-DateManip
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.
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.
myhost:~/Koha # cpan cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support enabled cpan[1]> install GD::Barcode::UPCE
In the same CPAN prompt, type the following command:
cpan[2]> install HTML::Template::Pro cpan[3]> quit Lockfile removed.
myhost:~ # cpan
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install Lingua::Stem
Checking prerequisites...
- ERROR: Lingua::PT::Stemmer is not installed
- ERROR: Lingua::Stem::It is not installed
- ERROR: Lingua::Stem::Snowball::No is not installed
- ERROR: Text::German is not installed
- ERROR: Lingua::Stem::Snowball::Se is not installed
- ERROR: Lingua::Stem::Fr is not installed
- ERROR: Lingua::GL::Stemmer is not installed
- ERROR: Lingua::Stem::Snowball::Da is not installed
- ERROR: Lingua::Stem::Ru 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 'Lingua-Stem' version '0.83'
Could not read '/root/.cpan/build/Lingua-Stem-0.83-cmPLcK/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- SNOWHARE/Lingua-Stem-0.83.tar.gz ----
Lingua::PT::Stemmer [requires]
Lingua::Stem::It [requires]
Lingua::Stem::Snowball::No [requires]
Text::German [requires]
Lingua::Stem::Snowball::Se [requires]
Lingua::Stem::Fr [requires]
Lingua::GL::Stemmer [requires]
Lingua::Stem::Snowball::Da [requires]
Lingua::Stem::Ru [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
In the same CPAN prompt, type the following command:
cpan[2]> install HTML::Scrubber cpan[3]> quit Lockfile removed.
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).
myhost:~ # cpan
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
Checking prerequisites...
- ERROR: DublinCore::Record is not installed
- ERROR: MARC::Record 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 'MARC-Crosswalk-DublinCore' version '0.02'
Could not read '/root/.cpan/build/MARC-Crosswalk-DublinCore-0.02-xrMlqr/META.yml'. Falling back to other methods to determine
prerequisites
---- Unsatisfied dependencies detected during ----
---- BRICAS/MARC-Crosswalk-DublinCore-0.02.tar.gz ----
DublinCore::Record [requires]
MARC::Record [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
cpan[3]> install MARC::File::XML
cpan[4]> install MARC::Record
MARC::Record is up to date (2.0.0).
cpan[3]> quit
Lockfile removed.
myhost:~/Koha-3.00.00 # yast -i perl-MIME-Lite
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).
myhost:~ # cpan
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install Net::LDAP
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Convert::ASN1 ...missing. (would need 0.07)
==> Auto-install the 1 mandatory module(s) from CPAN? [y]
[SASL authentication]
- Authen::SASL ...missing. (would need 2.00)
==> Auto-install the 1 optional module(s) from CPAN? [n]
[LDAP URLs]
- URI::ldap ...loaded. (1.11 >= 1.1)
[LDAPS]
- IO::Socket::SSL ...missing. (would need 0.81)
==> Auto-install the 1 optional module(s) from CPAN? [n]
[Read/Write DSML files]
- MIME::Base64 ...loaded. (3.07_01)
- XML::SAX::Writer ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
[Read/Write LDIF files]
- MIME::Base64 ...loaded. (3.07_01)
*** Since we're running under CPANPLUS, I'll just let it take care
of the dependency's installation later.
*** Module::AutoInstall configuration finished.
*** Since we're running under CPANPLUS, I'll just let it take care
of the dependency's installation later.
Checking if your kit is complete...
Looks good
Warning: prerequisite Convert::ASN1 0.07 not found.
Writing Makefile for Net::LDAP
Could not read '/root/.cpan/build/perl-ldap-0.36-gUbl59/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- GBARR/perl-ldap-0.36.tar.gz ----
Convert::ASN1 [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
cpan[16]> install Net::LDAP::Filter
Net::LDAP::Filter is up to date (0.15).
cpan[7]> install Net::Z3950::ZOOM
Running install for module 'Net::Z3950::ZOOM'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs'
Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.21.tar.gz
Fetching with LWP:
ftp://ftp.isr.ist.utl.pt/pub/CPAN/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.21.tar.gz
Checksum for /root/.cpan/sources/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.21.tar.gz ok
Net-Z3950-ZOOM-1.21/
Net-Z3950-ZOOM-1.21/samples/
Net-Z3950-ZOOM-1.21/samples/zoom/
Net-Z3950-ZOOM-1.21/samples/zoom/trivial-async.pl
Net-Z3950-ZOOM-1.21/samples/zoom/zdump.pl
Net-Z3950-ZOOM-1.21/samples/zoom/async.pl
Net-Z3950-ZOOM-1.21/samples/zoom/zoomscan.pl
Net-Z3950-ZOOM-1.21/samples/zoom/zhello.pl
Net-Z3950-ZOOM-1.21/samples/zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.21/samples/zoom/zselect
Net-Z3950-ZOOM-1.21/samples/zoom/update.pl
Net-Z3950-ZOOM-1.21/samples/zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.21/samples/README
Net-Z3950-ZOOM-1.21/samples/net-z3950/
Net-Z3950-ZOOM-1.21/samples/net-z3950/zoomtst1.pl
Net-Z3950-ZOOM-1.21/samples/records/
Net-Z3950-ZOOM-1.21/samples/records/esdd0006.grs
Net-Z3950-ZOOM-1.21/samples/ccl/
Net-Z3950-ZOOM-1.21/samples/ccl/default.bib
Net-Z3950-ZOOM-1.21/samples/cql/
Net-Z3950-ZOOM-1.21/samples/cql/pqf.properties
Net-Z3950-ZOOM-1.21/samples/net-z3950-zoom/
Net-Z3950-ZOOM-1.21/samples/net-z3950-zoom/async.pl
Net-Z3950-ZOOM-1.21/samples/net-z3950-zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.21/samples/net-z3950-zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.21/README
Net-Z3950-ZOOM-1.21/Changes
Net-Z3950-ZOOM-1.21/META.yml
Net-Z3950-ZOOM-1.21/MANIFEST
Net-Z3950-ZOOM-1.21/ZOOM.xs
Net-Z3950-ZOOM-1.21/MANIFEST.SKIP
Net-Z3950-ZOOM-1.21/Makefile.PL
Net-Z3950-ZOOM-1.21/t/
Net-Z3950-ZOOM-1.21/t/29-events.t
Net-Z3950-ZOOM-1.21/t/11-option-callback.t
Net-Z3950-ZOOM-1.21/t/15-scan.t
Net-Z3950-ZOOM-1.21/t/16-packages.t
Net-Z3950-ZOOM-1.21/t/13-resultset.t
Net-Z3950-ZOOM-1.21/t/24-sorting.t
Net-Z3950-ZOOM-1.21/t/17-logging.t
Net-Z3950-ZOOM-1.21/t/20-options.t
Net-Z3950-ZOOM-1.21/t/12-query.t
Net-Z3950-ZOOM-1.21/t/10-options.t
Net-Z3950-ZOOM-1.21/t/1-Net-Z3950-ZOOM.t
Net-Z3950-ZOOM-1.21/t/22-query.t
Net-Z3950-ZOOM-1.21/t/27-logging.t
Net-Z3950-ZOOM-1.21/t/25-scan.t
Net-Z3950-ZOOM-1.21/t/19-events.t
Net-Z3950-ZOOM-1.21/t/14-sorting.t
Net-Z3950-ZOOM-1.21/t/28-charset.t
Net-Z3950-ZOOM-1.21/t/23-resultset.t
Net-Z3950-ZOOM-1.21/t/26-packages.t
Net-Z3950-ZOOM-1.21/t/18-charset.t
Net-Z3950-ZOOM-1.21/t/2-ZOOM.t
Net-Z3950-ZOOM-1.21/t/21-option-callback.t
Net-Z3950-ZOOM-1.21/typemap
Net-Z3950-ZOOM-1.21/lib/
Net-Z3950-ZOOM-1.21/lib/ZOOM.pm
Net-Z3950-ZOOM-1.21/lib/ZOOM.pod
Net-Z3950-ZOOM-1.21/lib/Net/
Net-Z3950-ZOOM-1.21/lib/Net/Z3950/
Net-Z3950-ZOOM-1.21/lib/Net/Z3950/ZOOM.pm
Net-Z3950-ZOOM-1.21/lib/Net/Z3950.pm
Warning (usually harmless): 'YAML' not installed, will not store persistent state
CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.21.tar.gz
ERROR: Unable to call script: yaz-config
If you are using a YAZ installation from the Debian package "yaz", you
will also need to install "libyaz-dev" in order to build this module.
Warning: No success on command[/usr/bin/perl Makefile.PL]
Warning (usually harmless): 'YAML' not installed, will not store persistent state
MIRK/Net-Z3950-ZOOM-1.21.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/Net-Z3950-ZOOM-1.21-gHBrEl/META.yml'. Falling back to other methods to determine
prerequisites
Failed during this command:
MIRK/Net-Z3950-ZOOM-1.21.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 512
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:
# yast -i libyaz
[This will also install 1 dependency: libxslt]
We also have to install another package:libyaz-devel. libyaz-devel is NOT available in the openSUSE 11 DVD but it is available in the Official openSUSE 11 OSS Repository. If you have skipped that step, add that repository in yast first.
# yast -i libyaz-devel
(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).
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.
# 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 Perl Module:
myhost:~ # cpan cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support enabled cpan[1]> install Net::Z3950::ZOOM cpan[2]> quit Lockfile removed.
myhost:~ # yast -i perl-PDF-API2
myhost:~ # cpan
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install PDF::API2::Page
PDF::API2::Page is up to date (2.001).
cpan[2]> install PDF::API2::Util
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
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]
[...]
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........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-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.
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: 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
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
Can't find Barcode::Code128 - can't produce those barcodes
not ok 14
# Failed test 14 in test.pl at line 18
# test.pl line 18 is: ok(find('Barcode::Code128'));
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
make test had returned bad status, won't install without force
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)
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:
#28369: test result negative maybe due to library skew http://rt.cpan.org/Public/Bug/Display.html?id=28369
OK. So, let's do then a “force install” of the Barcode::Code128 Perl Module in the same CPAN prompt:
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
In the same CPAN prompt, type the following command:
cpan[5]> install POE
Some of POE's tests require a functional network.
You can skip these tests if you'd like.
Would you like to skip the network tests? [n]
*** Some optional features may not be available:
*** Curses 1.08 could not be loaded.
*** Event 1 could not be loaded.
*** Gtk 0.7009 could not be loaded.
*** IO::Pty 1.02 could not be loaded.
*** Socket6 0.14 could not be loaded.
*** 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]
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.
# yast -i at
myhost:~ # cpan cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support enabled cpan[1]> install Schedule::At
In the same CPAN prompt, type the following command:
cpan[2]> install Text::CSV cpan[3]> install Text::CSV_XS cpan[4]> install Text::Iconv cpan[5]> quit Lockfile removed.
myhost:~ # yast -i perl-XML-Dumper
myhost:~ # yast -i perl-XML-LibXSLT
myhost:~ # cpan
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install XML::RSS
Warning: prerequisite DateTime 0 not found.
Warning: prerequisite DateTime::Format::Mail 0 not found.
Warning: prerequisite DateTime::Format::W3CDTF 0 not found.
Warning: prerequisite Test::Manifest 0.9 not found.
Writing Makefile for XML::RSS
Could not read '/root/.cpan/build/XML-RSS-1.32-7BXl7q/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- SHLOMIF/XML-RSS-1.32.tar.gz ----
DateTime [requires]
DateTime::Format::W3CDTF [requires]
Test::Manifest [requires]
DateTime::Format::Mail [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Warning: prerequisite DateTime::Locale 0.4 not found.
Warning: prerequisite DateTime::TimeZone 0.59 not found.
Warning: prerequisite Params::Validate 0.76 not found.
Writing Makefile for DateTime
Could not read '/root/.cpan/build/DateTime-0.4302-YXqzkk/META.yml'. Falling back to other methods to determine prerequisites
---- Unsatisfied dependencies detected during ----
---- DROLSKY/DateTime-0.4302.tar.gz ----
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]
Checking prerequisites...
- ERROR: Params::Validate 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 'DateTime-Locale' version '0.4001'
Could not read '/root/.cpan/build/DateTime-Locale-0.4001-ThLGMW/META.yml'. Falling back to other methods to determine
prerequisites
---- Unsatisfied dependencies detected during ----
---- DROLSKY/DateTime-Locale-0.4001.tar.gz ----
Params::Validate [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Checking prerequisites...
- ERROR: Class::Singleton 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 'DateTime-TimeZone' version '0.77'
Could not read '/root/.cpan/build/DateTime-TimeZone-0.77-MPrKnn/META.yml'. Falling back to other methods to determine
prerequisites
---- Unsatisfied dependencies detected during ----
---- DROLSKY/DateTime-TimeZone-0.77.tar.gz ----
Class::Singleton [requires]
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.
myhost:~ # yast -i perl-YAML-Syck
# useradd koha # passwd koha Changing password for koha. New Password: Reenter New Password: Password changed. # groupadd koha
myhost:~/Koha # make test cp koha-tmpl/opac-tmpl/prog/famfamfam/silk/error_go.png blib/OPAC_TMPL_DIR/prog/famfamfam/silk/error_go.png cp opac/opac-changelanguage.pl blib/OPAC_CGI_DIR/opac/opac-changelanguage.pl cp koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.gif blib/INTRANET_TMPL_DIR/prog/img/itemtypeimg/liblime-kids/card.gif cp koha-tmpl/opac-tmpl/prog/famfamfam/mini/note.gif blib/OPAC_TMPL_DIR/prog/famfamfam/mini/note.gif
[many more lines beginning with “cp” should appear…]
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/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/Input.....................ok t/Koha......................ok 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 All tests successful. Files=19, Tests=47, 21 wallclock secs ( 4.82 cusr + 5.55 csys = 10.37 CPU)
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/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. In order to use Koha's command-line batch jobs, you should set the following environment variables: export KOHA_CONF=/etc/koha/koha-conf.xml export PERL5LIB=/usr/share/koha/lib For other post-installation tasks, please consult the README. # cd /etc myhost:/etc #
Create a file called bash.bashrc.local in the /etc directory:
myhost:/etc # vim /etc/bash.bashrc.local
add these 2 lines in the file:
export KOHA_CONF=/etc/koha/koha-conf.xml export PERL5LIB=/usr/share/koha/lib
- EXIT THE SHELL AND LOG BACK IN.
myhost:/etc # exit
After logging back in, type the following commands to check if the KOHA_CONF and PERL5LIB environment variables have been correctly set:
myhost:~ # env | grep KOHA KOHA_CONF=/etc/koha/koha-conf.xml myhost:~ # env | grep PERL5LIB PERL5LIB=/usr/share/koha/lib
Access Koha's web installer at:
Your browser will probably say that:
" The server at 192.168.0.2 is taking too long to respond."
OK… It seems that we have to do some things yet.
Let's create a symbolic link to the /etc/koha/koha-httpd.conf file in the /etc/apache2/vhosts.d directory:
myhost:~ # cd /etc/apache2/vhosts.d/ myhost:/etc/apache2/vhosts.d # ln -s /etc/koha/koha-httpd.conf koha-httpd.conf
myhost:/etc/apache2/conf.d # service apache2 restart Syntax error on line 28 of /etc/apache2/conf.d/koha-httpd.conf: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
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 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 Shutting down httpd2 (waiting for all children to terminate) done Starting httpd2 (prefork) done
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.
First, let's create a backup of this file:
myhost:/etc/apache2/vhosts.d # cp koha-httpd.conf koha-httpd.conf.ORIG myhost:/etc/koha # vim koha-httpd.conf
At the beginning of the koha-httpd.conf file, under the commented NameVirtualHost line, add the following line:
Listen 8080
In that file, you should find two VirtualHost sections: one for the OPAC area of Koha and the other one for the Intranet. If the two virtualHost directives - the lines that start with <VirtualHost - in that file are set for the IP Address 127.0.0.2, replace them by the correct IP address of your server.
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 Shutting down httpd2 (waiting for all children to terminate) done Starting httpd2 (prefork) done
Try to access the web page:
If you get again the “It Works!” web page, you'll probably have to Refresh/Reload the page in your browser (press the F5 key).
After reloading the page, you should get the following error:
Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.4 (Linux/SUSE) Server at 192.168.0.2 Port 8080
OK. Let's add then the following directive at the end of the koha-httpd.conf file:
<Directory /usr/share/koha>
Order allow,deny
Allow from all
</Directory>
Restart Apache:
myhost:/etc/apache2/vhosts.d # service apache2 restart Syntax OK Shutting down httpd2 (waiting for all children to terminate) done Starting httpd2 (prefork) done
OK. Load again the following page in your web browser:
After some seconds you should be redirected to:
http://192.168.0.2/cgi-bin/koha/maintenance.pl
and see a Koha page saying:
"System Maintenance ... we'll be back soon! If you have any questions, please contact the Site Administrator"
This is actually GOOD NEWS! :) It's now time to set up Koha in the Intranet interface.
To do that, browse to:
After a while the page will probably time out. This is because we now have to allow the 8080 port in the firewall.
Let's run yast and do that:
myhost:/etc/apache2/vhosts.d # yast
Inside yast, go to “Security and Users” → “Firewall”
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.
A new window should open. Press Alt+T to go to the “TCP Ports” text box and enter the following values in that box: 80 8080
Press Alt+O to click the OK button. That will send you back to the “Firewall Configuration:Allowed Services” screen. Press Alt+N to click the “Next” button.
You should now be in the “Firewall Configuration: Summary” screen. Press “Alt+F” to Finish.
You should now be again in the “YaST Control Center” screen. Press “Alt+Q” to quit yast.
Go again to:
… you should get redirected to:
http://192.168.0.2:8080/cgi-bin/koha/installer/install.pl
… and see a page with the Koha Logo and the heading: “Welcome to the Koha Web Installer”! :)
You may now login with your koha administrator username and password and reply to the several questions you will be asked.