[Koha] installation help needed

manju unni manjukaliany2000 at yahoo.co.uk
Wed Jan 17 23:30:50 NZDT 2007


Hello Sir/Madam,

              I'm a new comer to Linux and Koha. now I tried to install koha on Fedora Core6. but it shows following error. Please tell me a solution to overcome this. following are my installation outcome.


...........................................................................................................................................................................
[manju at localhost ~]$ cd Desktop
[manju at localhost Desktop]$ ll
total 7164
-rw-r--r--  1 manju manju   10638 Jan 11 21:21 Class-Accessor-0.30.tar.gz
drwxr-xr-x 11 manju manju    4096 Jan 11 22:45 gocr-0.43
-rw-r--r--  1 manju manju  820923 Dec 21 20:55 gocr-0.43.tar.gz
drwxr-xr-x  4 manju manju    4096 Jan 12 22:55 koha
drwx------  9 root  root     4096 Oct 17 13:15 koha-2.2.6
-rw-r--r--  1 manju manju 3452009 Dec 28 14:23 koha-2.2.6.tar.gz
drwxr-xr-x  5 manju manju    4096 Jan 10 19:08 koha_modules
-rwxr-xr-x  1 manju manju  186765 Nov 29 15:08 MARC-Charset-0.95.tar.gz
-rw-------  1 manju manju       0 Jan 12 22:54 new file~
drwxr-xr-x  4 manju manju    4096 Jan 16 22:25 scan-software
drwxrwxrwx 15 manju manju    4096 Jan 11 22:41 tesseract-1.02
-rw-r--r--  1 manju manju 2774930 Jan  4 21:49 tesseract-1.02.tar.gz
[manju at localhost Desktop]$ cd koha-2.2.6
bash: cd: koha-2.2.6: Permission denied
[manju at localhost Desktop]$ su 
Password: 
[root at localhost Desktop]# cd koha-2.2.6
[root at localhost koha-2.2.6]# ll
total 272
-rw-r--r--  1 root root 64348 Jan 25  2005 ChangeLog
drwxr-xr-x  2 root root  4096 Oct 17 13:15 docs
-rw-r--r--  1 root root  3334 Nov 22  2002 Hints
-rw-r--r--  1 root root  2177 Nov 22  2002 HOWTO-testing
-rw-r--r--  1 root root  1509 Jan 25  2005 INSTALL
-rwxr-x--x  1 root root  3441 Nov 16  2004 installer.pl
-rw-r--r--  1 root root 70239 Sep 13 19:30 Install.pm
drwxr-xr-x 24 root root  4096 Oct 17 13:15 intranet-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 intranet-html
-rw-r--r--  1 root root    57 Nov 22  2002 koha.conf
-rw-r--r--  1 root root 37655 Jul 18  2005 koha.mysql
-rwxr-x---  1 root root  1303 Mar  1  2005 koha.upgrade
-rw-r--r--  1 root root     6 Oct 17 13:15 koha.version
-rw-r--r--  1 root root 18007 Nov 22  2002 LICENSE
drwxr-xr-x  3 root root  4096 Oct 17 13:15 modules
-rw-r--r--  1 root root  1139 Nov 22  2002 News
drwxr-xr-x  2 root root  4096 Oct 17 13:15 opac-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 opac-html
-rw-r--r--  1 root root   515 Jan 25  2005 README
drwxr-xr-x  5 root root  4096 Oct 17 13:15 scripts
-rw-r--r--  1 root root  2034 Nov 22  2002 TODO
[root at localhost koha-2.2.6]# ./installer.pl




 WELCOME TO THE KOHA INSTALLER 

This program will ask some questions and try to install koha for you. You
need to know: where most koha files should be stored (you can set the
prefix environment variable for this); the username and password of a mysql
superuser; and details of your library setup. You may also need to know
details of your Apache setup.

If you want to install the Koha configuration files somewhere other than
/etc (for installing not as root, or to have many Kohas on one system, for
example), you should set the etcdir environment variable. Please look at
your manuals for details of how to set that.

Recommended answers are given in brackets after each question. To accept
the default value for any question (indicated by []), simply hit Enter at
the prompt.

Note that you also can define an auto_install_file, that will answer every
question automatically. To use this feature, run ./installer.pl -i
/path/to/auto_install_file 

Are you ready to begin the installation? ([Y]/N): y
Great!  Continuing...





 PERL MODULES 

Checking perl modules ... 




 MISSING PERL MODULES 

You are missing some Perl modules required by Koha. Please run this again
after installing them. They may be installed by finding packages from your
operating system supplier, or running (as root) the following commands:

export LC_ALL=C

perl -MCPAN -e 'install "ZOOM"'

perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"'

perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode
generator"'

perl -MCPAN -e 'install "You will need Data::Random for the new barcode
generator"'

perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new
barcode generator"'

perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify
patrons through a LDAP"'
[root at localhost koha-2.2.6]# perl -MCPAN -e 'install "ZOOM"'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Sat, 06 Jan 2007 22:24:18 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
  Database was generated on Sat, 13 Jan 2007 21:25:51 GMT

  There's a new CPAN.pm version (v1.8802) available!
  [Current version is v1.7602]
  You might want to try
    install Bundle::CPAN
    reload cpan
  without quitting the current session. It should be a seamless upgrade
  while we are running...

Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Running install for module ZOOM
Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Net-Z3950-ZOOM-1.14/
Net-Z3950-ZOOM-1.14/samples/
Net-Z3950-ZOOM-1.14/samples/zoom/
Net-Z3950-ZOOM-1.14/samples/zoom/update.pl
Net-Z3950-ZOOM-1.14/samples/zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/zoom/trivial-async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zselect
Net-Z3950-ZOOM-1.14/samples/cql/
Net-Z3950-ZOOM-1.14/samples/cql/pqf.properties
Net-Z3950-ZOOM-1.14/samples/net-z3950/
Net-Z3950-ZOOM-1.14/samples/net-z3950/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/records/
Net-Z3950-ZOOM-1.14/samples/records/esdd0006.grs
Net-Z3950-ZOOM-1.14/samples/ccl/
Net-Z3950-ZOOM-1.14/samples/ccl/default.bib
Net-Z3950-ZOOM-1.14/samples/README
Net-Z3950-ZOOM-1.14/t/
Net-Z3950-ZOOM-1.14/t/18-charset.t
Net-Z3950-ZOOM-1.14/t/21-option-callback.t
Net-Z3950-ZOOM-1.14/t/11-option-callback.t
Net-Z3950-ZOOM-1.14/t/25-scan.t
Net-Z3950-ZOOM-1.14/t/16-packages.t
Net-Z3950-ZOOM-1.14/t/22-query.t
Net-Z3950-ZOOM-1.14/t/23-resultset.t
Net-Z3950-ZOOM-1.14/t/12-query.t
Net-Z3950-ZOOM-1.14/t/19-events.t
Net-Z3950-ZOOM-1.14/t/29-events.t
Net-Z3950-ZOOM-1.14/t/26-packages.t
Net-Z3950-ZOOM-1.14/t/28-charset.t
Net-Z3950-ZOOM-1.14/t/1-Net-Z3950-ZOOM.t
Net-Z3950-ZOOM-1.14/t/24-sorting.t
Net-Z3950-ZOOM-1.14/t/27-logging.t
Net-Z3950-ZOOM-1.14/t/15-scan.t
Net-Z3950-ZOOM-1.14/t/17-logging.t
Net-Z3950-ZOOM-1.14/t/13-resultset.t
Net-Z3950-ZOOM-1.14/t/10-options.t
Net-Z3950-ZOOM-1.14/t/14-sorting.t
Net-Z3950-ZOOM-1.14/t/2-ZOOM.t
Net-Z3950-ZOOM-1.14/t/20-options.t
Net-Z3950-ZOOM-1.14/Changes
Net-Z3950-ZOOM-1.14/lib/
Net-Z3950-ZOOM-1.14/lib/Net/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950.pm
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/ZOOM.pm
Net-Z3950-ZOOM-1.14/lib/ZOOM.pod
Net-Z3950-ZOOM-1.14/lib/ZOOM.pm
Net-Z3950-ZOOM-1.14/MANIFEST
Net-Z3950-ZOOM-1.14/typemap
Net-Z3950-ZOOM-1.14/META.yml
Net-Z3950-ZOOM-1.14/ZOOM.xs
Net-Z3950-ZOOM-1.14/MANIFEST.SKIP
Net-Z3950-ZOOM-1.14/Makefile.PL
Net-Z3950-ZOOM-1.14/README
Removing previously used /root/.cpan/build/Net-Z3950-ZOOM-1.14

  CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.14.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.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
[manju at localhost ~]$ cd Desktop
[manju at localhost Desktop]$ ll
total 7164
-rw-r--r--  1 manju manju   10638 Jan 11 21:21 Class-Accessor-0.30.tar.gz
drwxr-xr-x 11 manju manju    4096 Jan 11 22:45 gocr-0.43
-rw-r--r--  1 manju manju  820923 Dec 21 20:55 gocr-0.43.tar.gz
drwxr-xr-x  4 manju manju    4096 Jan 12 22:55 koha
drwx------  9 root  root     4096 Oct 17 13:15 koha-2.2.6
-rw-r--r--  1 manju manju 3452009 Dec 28 14:23 koha-2.2.6.tar.gz
drwxr-xr-x  5 manju manju    4096 Jan 10 19:08 koha_modules
-rwxr-xr-x  1 manju manju  186765 Nov 29 15:08 MARC-Charset-0.95.tar.gz
-rw-------  1 manju manju       0 Jan 12 22:54 new file~
drwxr-xr-x  4 manju manju    4096 Jan 16 22:25 scan-software
drwxrwxrwx 15 manju manju    4096 Jan 11 22:41 tesseract-1.02
-rw-r--r--  1 manju manju 2774930 Jan  4 21:49 tesseract-1.02.tar.gz
[manju at localhost Desktop]$ cd koha-2.2.6
bash: cd: koha-2.2.6: Permission denied
[manju at localhost Desktop]$ su 
Password: 
[root at localhost Desktop]# cd koha-2.2.6
[root at localhost koha-2.2.6]# ll
total 272
-rw-r--r--  1 root root 64348 Jan 25  2005 ChangeLog
drwxr-xr-x  2 root root  4096 Oct 17 13:15 docs
-rw-r--r--  1 root root  3334 Nov 22  2002 Hints
-rw-r--r--  1 root root  2177 Nov 22  2002 HOWTO-testing
-rw-r--r--  1 root root  1509 Jan 25  2005 INSTALL
-rwxr-x--x  1 root root  3441 Nov 16  2004 installer.pl
-rw-r--r--  1 root root 70239 Sep 13 19:30 Install.pm
drwxr-xr-x 24 root root  4096 Oct 17 13:15 intranet-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 intranet-html
-rw-r--r--  1 root root    57 Nov 22  2002 koha.conf
-rw-r--r--  1 root root 37655 Jul 18  2005 koha.mysql
-rwxr-x---  1 root root  1303 Mar  1  2005 koha.upgrade
-rw-r--r--  1 root root     6 Oct 17 13:15 koha.version
-rw-r--r--  1 root root 18007 Nov 22  2002 LICENSE
drwxr-xr-x  3 root root  4096 Oct 17 13:15 modules
-rw-r--r--  1 root root  1139 Nov 22  2002 News
drwxr-xr-x  2 root root  4096 Oct 17 13:15 opac-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 opac-html
-rw-r--r--  1 root root   515 Jan 25  2005 README
drwxr-xr-x  5 root root  4096 Oct 17 13:15 scripts
-rw-r--r--  1 root root  2034 Nov 22  2002 TODO
[root at localhost koha-2.2.6]# ./installer.pl




 WELCOME TO THE KOHA INSTALLER 

This program will ask some questions and try to install koha for you. You
need to know: where most koha files should be stored (you can set the
prefix environment variable for this); the username and password of a mysql
superuser; and details of your library setup. You may also need to know
details of your Apache setup.

If you want to install the Koha configuration files somewhere other than
/etc (for installing not as root, or to have many Kohas on one system, for
example), you should set the etcdir environment variable. Please look at
your manuals for details of how to set that.

Recommended answers are given in brackets after each question. To accept
the default value for any question (indicated by []), simply hit Enter at
the prompt.

Note that you also can define an auto_install_file, that will answer every
question automatically. To use this feature, run ./installer.pl -i
/path/to/auto_install_file 

Are you ready to begin the installation? ([Y]/N): y
Great!  Continuing...





 PERL MODULES 

Checking perl modules ... 




 MISSING PERL MODULES 

You are missing some Perl modules required by Koha. Please run this again
after installing them. They may be installed by finding packages from your
operating system supplier, or running (as root) the following commands:

export LC_ALL=C

perl -MCPAN -e 'install "ZOOM"'

perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"'

perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode
generator"'

perl -MCPAN -e 'install "You will need Data::Random for the new barcode
generator"'

perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new
barcode generator"'

perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify
patrons through a LDAP"'
[root at localhost koha-2.2.6]# perl -MCPAN -e 'install "ZOOM"'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Sat, 06 Jan 2007 22:24:18 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
  Database was generated on Sat, 13 Jan 2007 21:25:51 GMT

  There's a new CPAN.pm version (v1.8802) available!
  [Current version is v1.7602]
  You might want to try
    install Bundle::CPAN
    reload cpan
  without quitting the current session. It should be a seamless upgrade
  while we are running...

Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Running install for module ZOOM
Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Net-Z3950-ZOOM-1.14/
Net-Z3950-ZOOM-1.14/samples/
Net-Z3950-ZOOM-1.14/samples/zoom/
Net-Z3950-ZOOM-1.14/samples/zoom/update.pl
Net-Z3950-ZOOM-1.14/samples/zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/zoom/trivial-async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zselect
Net-Z3950-ZOOM-1.14/samples/cql/
Net-Z3950-ZOOM-1.14/samples/cql/pqf.properties
Net-Z3950-ZOOM-1.14/samples/net-z3950/
Net-Z3950-ZOOM-1.14/samples/net-z3950/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/records/
Net-Z3950-ZOOM-1.14/samples/records/esdd0006.grs
Net-Z3950-ZOOM-1.14/samples/ccl/
Net-Z3950-ZOOM-1.14/samples/ccl/default.bib
Net-Z3950-ZOOM-1.14/samples/README
Net-Z3950-ZOOM-1.14/t/
Net-Z3950-ZOOM-1.14/t/18-charset.t
Net-Z3950-ZOOM-1.14/t/21-option-callback.t
Net-Z3950-ZOOM-1.14/t/11-option-callback.t
Net-Z3950-ZOOM-1.14/t/25-scan.t
Net-Z3950-ZOOM-1.14/t/16-packages.t
Net-Z3950-ZOOM-1.14/t/22-query.t
Net-Z3950-ZOOM-1.14/t/23-resultset.t
Net-Z3950-ZOOM-1.14/t/12-query.t
Net-Z3950-ZOOM-1.14/t/19-events.t
Net-Z3950-ZOOM-1.14/t/29-events.t
Net-Z3950-ZOOM-1.14/t/26-packages.t
Net-Z3950-ZOOM-1.14/t/28-charset.t
Net-Z3950-ZOOM-1.14/t/1-Net-Z3950-ZOOM.t
Net-Z3950-ZOOM-1.14/t/24-sorting.t
Net-Z3950-ZOOM-1.14/t/27-logging.t
Net-Z3950-ZOOM-1.14/t/15-scan.t
Net-Z3950-ZOOM-1.14/t/17-logging.t
Net-Z3950-ZOOM-1.14/t/13-resultset.t
Net-Z3950-ZOOM-1.14/t/10-options.t
Net-Z3950-ZOOM-1.14/t/14-sorting.t
Net-Z3950-ZOOM-1.14/t/2-ZOOM.t
Net-Z3950-ZOOM-1.14/t/20-options.t
Net-Z3950-ZOOM-1.14/Changes
Net-Z3950-ZOOM-1.14/lib/
Net-Z3950-ZOOM-1.14/lib/Net/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950.pm
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/ZOOM.pm
Net-Z3950-ZOOM-1.14/lib/ZOOM.pod
Net-Z3950-ZOOM-1.14/lib/ZOOM.pm
Net-Z3950-ZOOM-1.14/MANIFEST
Net-Z3950-ZOOM-1.14/typemap
Net-Z3950-ZOOM-1.14/META.yml
Net-Z3950-ZOOM-1.14/ZOOM.xs
Net-Z3950-ZOOM-1.14/MANIFEST.SKIP
Net-Z3950-ZOOM-1.14/Makefile.PL
Net-Z3950-ZOOM-1.14/README
Removing previously used /root/.cpan/build/Net-Z3950-ZOOM-1.14

  CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.14.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.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
[manju at localhost ~]$ cd Desktop
[manju at localhost Desktop]$ ll
total 7164
-rw-r--r--  1 manju manju   10638 Jan 11 21:21 Class-Accessor-0.30.tar.gz
drwxr-xr-x 11 manju manju    4096 Jan 11 22:45 gocr-0.43
-rw-r--r--  1 manju manju  820923 Dec 21 20:55 gocr-0.43.tar.gz
drwxr-xr-x  4 manju manju    4096 Jan 12 22:55 koha
drwx------  9 root  root     4096 Oct 17 13:15 koha-2.2.6
-rw-r--r--  1 manju manju 3452009 Dec 28 14:23 koha-2.2.6.tar.gz
drwxr-xr-x  5 manju manju    4096 Jan 10 19:08 koha_modules
-rwxr-xr-x  1 manju manju  186765 Nov 29 15:08 MARC-Charset-0.95.tar.gz
-rw-------  1 manju manju       0 Jan 12 22:54 new file~
drwxr-xr-x  4 manju manju    4096 Jan 16 22:25 scan-software
drwxrwxrwx 15 manju manju    4096 Jan 11 22:41 tesseract-1.02
-rw-r--r--  1 manju manju 2774930 Jan  4 21:49 tesseract-1.02.tar.gz
[manju at localhost Desktop]$ cd koha-2.2.6
bash: cd: koha-2.2.6: Permission denied
[manju at localhost Desktop]$ su 
Password: 
[root at localhost Desktop]# cd koha-2.2.6
[root at localhost koha-2.2.6]# ll
total 272
-rw-r--r--  1 root root 64348 Jan 25  2005 ChangeLog
drwxr-xr-x  2 root root  4096 Oct 17 13:15 docs
-rw-r--r--  1 root root  3334 Nov 22  2002 Hints
-rw-r--r--  1 root root  2177 Nov 22  2002 HOWTO-testing
-rw-r--r--  1 root root  1509 Jan 25  2005 INSTALL
-rwxr-x--x  1 root root  3441 Nov 16  2004 installer.pl
-rw-r--r--  1 root root 70239 Sep 13 19:30 Install.pm
drwxr-xr-x 24 root root  4096 Oct 17 13:15 intranet-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 intranet-html
-rw-r--r--  1 root root    57 Nov 22  2002 koha.conf
-rw-r--r--  1 root root 37655 Jul 18  2005 koha.mysql
-rwxr-x---  1 root root  1303 Mar  1  2005 koha.upgrade
-rw-r--r--  1 root root     6 Oct 17 13:15 koha.version
-rw-r--r--  1 root root 18007 Nov 22  2002 LICENSE
drwxr-xr-x  3 root root  4096 Oct 17 13:15 modules
-rw-r--r--  1 root root  1139 Nov 22  2002 News
drwxr-xr-x  2 root root  4096 Oct 17 13:15 opac-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 opac-html
-rw-r--r--  1 root root   515 Jan 25  2005 README
drwxr-xr-x  5 root root  4096 Oct 17 13:15 scripts
-rw-r--r--  1 root root  2034 Nov 22  2002 TODO
[root at localhost koha-2.2.6]# ./installer.pl




 WELCOME TO THE KOHA INSTALLER 

This program will ask some questions and try to install koha for you. You
need to know: where most koha files should be stored (you can set the
prefix environment variable for this); the username and password of a mysql
superuser; and details of your library setup. You may also need to know
details of your Apache setup.

If you want to install the Koha configuration files somewhere other than
/etc (for installing not as root, or to have many Kohas on one system, for
example), you should set the etcdir environment variable. Please look at
your manuals for details of how to set that.

Recommended answers are given in brackets after each question. To accept
the default value for any question (indicated by []), simply hit Enter at
the prompt.

Note that you also can define an auto_install_file, that will answer every
question automatically. To use this feature, run ./installer.pl -i
/path/to/auto_install_file 

Are you ready to begin the installation? ([Y]/N): y
Great!  Continuing...





 PERL MODULES 

Checking perl modules ... 




 MISSING PERL MODULES 

You are missing some Perl modules required by Koha. Please run this again
after installing them. They may be installed by finding packages from your
operating system supplier, or running (as root) the following commands:

export LC_ALL=C

perl -MCPAN -e 'install "ZOOM"'

perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"'

perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode
generator"'

perl -MCPAN -e 'install "You will need Data::Random for the new barcode
generator"'

perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new
barcode generator"'

perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify
patrons through a LDAP"'
[root at localhost koha-2.2.6]# perl -MCPAN -e 'install "ZOOM"'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Sat, 06 Jan 2007 22:24:18 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
  Database was generated on Sat, 13 Jan 2007 21:25:51 GMT

  There's a new CPAN.pm version (v1.8802) available!
  [Current version is v1.7602]
  You might want to try
    install Bundle::CPAN
    reload cpan
  without quitting the current session. It should be a seamless upgrade
  while we are running...

Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Running install for module ZOOM
Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Net-Z3950-ZOOM-1.14/
Net-Z3950-ZOOM-1.14/samples/
Net-Z3950-ZOOM-1.14/samples/zoom/
Net-Z3950-ZOOM-1.14/samples/zoom/update.pl
Net-Z3950-ZOOM-1.14/samples/zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/zoom/trivial-async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zselect
Net-Z3950-ZOOM-1.14/samples/cql/
Net-Z3950-ZOOM-1.14/samples/cql/pqf.properties
Net-Z3950-ZOOM-1.14/samples/net-z3950/
Net-Z3950-ZOOM-1.14/samples/net-z3950/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/records/
Net-Z3950-ZOOM-1.14/samples/records/esdd0006.grs
Net-Z3950-ZOOM-1.14/samples/ccl/
Net-Z3950-ZOOM-1.14/samples/ccl/default.bib
Net-Z3950-ZOOM-1.14/samples/README
Net-Z3950-ZOOM-1.14/t/
Net-Z3950-ZOOM-1.14/t/18-charset.t
Net-Z3950-ZOOM-1.14/t/21-option-callback.t
Net-Z3950-ZOOM-1.14/t/11-option-callback.t
Net-Z3950-ZOOM-1.14/t/25-scan.t
Net-Z3950-ZOOM-1.14/t/16-packages.t
Net-Z3950-ZOOM-1.14/t/22-query.t
Net-Z3950-ZOOM-1.14/t/23-resultset.t
Net-Z3950-ZOOM-1.14/t/12-query.t
Net-Z3950-ZOOM-1.14/t/19-events.t
Net-Z3950-ZOOM-1.14/t/29-events.t
Net-Z3950-ZOOM-1.14/t/26-packages.t
Net-Z3950-ZOOM-1.14/t/28-charset.t
Net-Z3950-ZOOM-1.14/t/1-Net-Z3950-ZOOM.t
Net-Z3950-ZOOM-1.14/t/24-sorting.t
Net-Z3950-ZOOM-1.14/t/27-logging.t
Net-Z3950-ZOOM-1.14/t/15-scan.t
Net-Z3950-ZOOM-1.14/t/17-logging.t
Net-Z3950-ZOOM-1.14/t/13-resultset.t
Net-Z3950-ZOOM-1.14/t/10-options.t
Net-Z3950-ZOOM-1.14/t/14-sorting.t
Net-Z3950-ZOOM-1.14/t/2-ZOOM.t
Net-Z3950-ZOOM-1.14/t/20-options.t
Net-Z3950-ZOOM-1.14/Changes
Net-Z3950-ZOOM-1.14/lib/
Net-Z3950-ZOOM-1.14/lib/Net/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950.pm
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/ZOOM.pm
Net-Z3950-ZOOM-1.14/lib/ZOOM.pod
Net-Z3950-ZOOM-1.14/lib/ZOOM.pm
Net-Z3950-ZOOM-1.14/MANIFEST
Net-Z3950-ZOOM-1.14/typemap
Net-Z3950-ZOOM-1.14/META.yml
Net-Z3950-ZOOM-1.14/ZOOM.xs
Net-Z3950-ZOOM-1.14/MANIFEST.SKIP
Net-Z3950-ZOOM-1.14/Makefile.PL
Net-Z3950-ZOOM-1.14/README
Removing previously used /root/.cpan/build/Net-Z3950-ZOOM-1.14

  CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.14.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.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
[manju at localhost ~]$ cd Desktop
[manju at localhost Desktop]$ ll
total 7164
-rw-r--r--  1 manju manju   10638 Jan 11 21:21 Class-Accessor-0.30.tar.gz
drwxr-xr-x 11 manju manju    4096 Jan 11 22:45 gocr-0.43
-rw-r--r--  1 manju manju  820923 Dec 21 20:55 gocr-0.43.tar.gz
drwxr-xr-x  4 manju manju    4096 Jan 12 22:55 koha
drwx------  9 root  root     4096 Oct 17 13:15 koha-2.2.6
-rw-r--r--  1 manju manju 3452009 Dec 28 14:23 koha-2.2.6.tar.gz
drwxr-xr-x  5 manju manju    4096 Jan 10 19:08 koha_modules
-rwxr-xr-x  1 manju manju  186765 Nov 29 15:08 MARC-Charset-0.95.tar.gz
-rw-------  1 manju manju       0 Jan 12 22:54 new file~
drwxr-xr-x  4 manju manju    4096 Jan 16 22:25 scan-software
drwxrwxrwx 15 manju manju    4096 Jan 11 22:41 tesseract-1.02
-rw-r--r--  1 manju manju 2774930 Jan  4 21:49 tesseract-1.02.tar.gz
[manju at localhost Desktop]$ cd koha-2.2.6
bash: cd: koha-2.2.6: Permission denied
[manju at localhost Desktop]$ su 
Password: 
[root at localhost Desktop]# cd koha-2.2.6
[root at localhost koha-2.2.6]# ll
total 272
-rw-r--r--  1 root root 64348 Jan 25  2005 ChangeLog
drwxr-xr-x  2 root root  4096 Oct 17 13:15 docs
-rw-r--r--  1 root root  3334 Nov 22  2002 Hints
-rw-r--r--  1 root root  2177 Nov 22  2002 HOWTO-testing
-rw-r--r--  1 root root  1509 Jan 25  2005 INSTALL
-rwxr-x--x  1 root root  3441 Nov 16  2004 installer.pl
-rw-r--r--  1 root root 70239 Sep 13 19:30 Install.pm
drwxr-xr-x 24 root root  4096 Oct 17 13:15 intranet-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 intranet-html
-rw-r--r--  1 root root    57 Nov 22  2002 koha.conf
-rw-r--r--  1 root root 37655 Jul 18  2005 koha.mysql
-rwxr-x---  1 root root  1303 Mar  1  2005 koha.upgrade
-rw-r--r--  1 root root     6 Oct 17 13:15 koha.version
-rw-r--r--  1 root root 18007 Nov 22  2002 LICENSE
drwxr-xr-x  3 root root  4096 Oct 17 13:15 modules
-rw-r--r--  1 root root  1139 Nov 22  2002 News
drwxr-xr-x  2 root root  4096 Oct 17 13:15 opac-cgi
drwxr-xr-x  3 root root  4096 Oct 17 13:15 opac-html
-rw-r--r--  1 root root   515 Jan 25  2005 README
drwxr-xr-x  5 root root  4096 Oct 17 13:15 scripts
-rw-r--r--  1 root root  2034 Nov 22  2002 TODO
[root at localhost koha-2.2.6]# ./installer.pl




 WELCOME TO THE KOHA INSTALLER 

This program will ask some questions and try to install koha for you. You
need to know: where most koha files should be stored (you can set the
prefix environment variable for this); the username and password of a mysql
superuser; and details of your library setup. You may also need to know
details of your Apache setup.

If you want to install the Koha configuration files somewhere other than
/etc (for installing not as root, or to have many Kohas on one system, for
example), you should set the etcdir environment variable. Please look at
your manuals for details of how to set that.

Recommended answers are given in brackets after each question. To accept
the default value for any question (indicated by []), simply hit Enter at
the prompt.

Note that you also can define an auto_install_file, that will answer every
question automatically. To use this feature, run ./installer.pl -i
/path/to/auto_install_file 

Are you ready to begin the installation? ([Y]/N): y
Great!  Continuing...





 PERL MODULES 

Checking perl modules ... 




 MISSING PERL MODULES 

You are missing some Perl modules required by Koha. Please run this again
after installing them. They may be installed by finding packages from your
operating system supplier, or running (as root) the following commands:

export LC_ALL=C

perl -MCPAN -e 'install "ZOOM"'

perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"'

perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode
generator"'

perl -MCPAN -e 'install "You will need Data::Random for the new barcode
generator"'

perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new
barcode generator"'

perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify
patrons through a LDAP"'
[root at localhost koha-2.2.6]# perl -MCPAN -e 'install "ZOOM"'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Sat, 06 Jan 2007 22:24:18 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
  Database was generated on Sat, 13 Jan 2007 21:25:51 GMT

  There's a new CPAN.pm version (v1.8802) available!
  [Current version is v1.7602]
  You might want to try
    install Bundle::CPAN
    reload cpan
  without quitting the current session. It should be a seamless upgrade
  while we are running...

Fetching with LWP:
  http://mirror.gnowledge.org/cpan/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Running install for module ZOOM
Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.14.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Net-Z3950-ZOOM-1.14/
Net-Z3950-ZOOM-1.14/samples/
Net-Z3950-ZOOM-1.14/samples/zoom/
Net-Z3950-ZOOM-1.14/samples/zoom/update.pl
Net-Z3950-ZOOM-1.14/samples/zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/zoom/trivial-async.pl
Net-Z3950-ZOOM-1.14/samples/zoom/zselect
Net-Z3950-ZOOM-1.14/samples/cql/
Net-Z3950-ZOOM-1.14/samples/cql/pqf.properties
Net-Z3950-ZOOM-1.14/samples/net-z3950/
Net-Z3950-ZOOM-1.14/samples/net-z3950/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/async.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst1.pl
Net-Z3950-ZOOM-1.14/samples/net-z3950-zoom/zoomtst3.pl
Net-Z3950-ZOOM-1.14/samples/records/
Net-Z3950-ZOOM-1.14/samples/records/esdd0006.grs
Net-Z3950-ZOOM-1.14/samples/ccl/
Net-Z3950-ZOOM-1.14/samples/ccl/default.bib
Net-Z3950-ZOOM-1.14/samples/README
Net-Z3950-ZOOM-1.14/t/
Net-Z3950-ZOOM-1.14/t/18-charset.t
Net-Z3950-ZOOM-1.14/t/21-option-callback.t
Net-Z3950-ZOOM-1.14/t/11-option-callback.t
Net-Z3950-ZOOM-1.14/t/25-scan.t
Net-Z3950-ZOOM-1.14/t/16-packages.t
Net-Z3950-ZOOM-1.14/t/22-query.t
Net-Z3950-ZOOM-1.14/t/23-resultset.t
Net-Z3950-ZOOM-1.14/t/12-query.t
Net-Z3950-ZOOM-1.14/t/19-events.t
Net-Z3950-ZOOM-1.14/t/29-events.t
Net-Z3950-ZOOM-1.14/t/26-packages.t
Net-Z3950-ZOOM-1.14/t/28-charset.t
Net-Z3950-ZOOM-1.14/t/1-Net-Z3950-ZOOM.t
Net-Z3950-ZOOM-1.14/t/24-sorting.t
Net-Z3950-ZOOM-1.14/t/27-logging.t
Net-Z3950-ZOOM-1.14/t/15-scan.t
Net-Z3950-ZOOM-1.14/t/17-logging.t
Net-Z3950-ZOOM-1.14/t/13-resultset.t
Net-Z3950-ZOOM-1.14/t/10-options.t
Net-Z3950-ZOOM-1.14/t/14-sorting.t
Net-Z3950-ZOOM-1.14/t/2-ZOOM.t
Net-Z3950-ZOOM-1.14/t/20-options.t
Net-Z3950-ZOOM-1.14/Changes
Net-Z3950-ZOOM-1.14/lib/
Net-Z3950-ZOOM-1.14/lib/Net/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950.pm
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/
Net-Z3950-ZOOM-1.14/lib/Net/Z3950/ZOOM.pm
Net-Z3950-ZOOM-1.14/lib/ZOOM.pod
Net-Z3950-ZOOM-1.14/lib/ZOOM.pm
Net-Z3950-ZOOM-1.14/MANIFEST
Net-Z3950-ZOOM-1.14/typemap
Net-Z3950-ZOOM-1.14/META.yml
Net-Z3950-ZOOM-1.14/ZOOM.xs
Net-Z3950-ZOOM-1.14/MANIFEST.SKIP
Net-Z3950-ZOOM-1.14/Makefile.PL
Net-Z3950-ZOOM-1.14/README
Removing previously used /root/.cpan/build/Net-Z3950-ZOOM-1.14

  CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.14.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.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
...............................................................................................................................................................................


I'm waiting for your reply

manju



		
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20070117/3476a4c4/attachment-0001.htm


More information about the Koha mailing list