KOHA Install and NIC Problems:
Due to a thunderstorm last night, the Aparajita server's internet connection went down around 7:30 AM because the 3COM NIC connected to the DSL modem went dead, more than likely because of lightening or an electrical surge. Had a similar 3COM NIC as a backup and server came online again after installation, no new configuration was required.
Mr. IM Faisal called to tell me to install the KOHA library interface as the librarians were sitting idle nowadays and needed to finish up entering the the books. Starting KOHA install at 6:27PM as I did not get time all day because of FED computers.
Following the instructions on "Software / lib installs on host "mhkhan"" blog to install KOHA and its dependencies, that blog is dated February 20, 2004.
Downloading and installing the following dependencies first as they are listed in the previous install blog.
perl-Event-0.87-1.noarch.rpm 147766
perl-HTML-Template-2.6-1.noarch.rpm 53067
perl-Mail-Sendmail-0.79-1.noarch.rpm 19818
perl-MARC-Record-1.29-1.noarch.rpm 94703
perl-Net-Z3950-0.34-1.noarch.rpm
Used the following commands to install the dependencies listed above:
perl -MCPAN -e 'install "HTML::Template"'
perl -MCPAN -e 'install "MARC::Record"'
perl -MCPAN -e 'install "Mail::Sendmail"'
perl -MCPAN -e 'install "Event"'
Need to install the "yaz" libraries before installing the last Perl module as it will not install without it.
Downloading Yaz from ftp://ftp.pbone.net/mirror/ftp.nest.pld-linux.org/test/i386/yaz-2.0.15-1.i386.rpm
since the default host references in the KOHA documentation http://www.indexdata.dk/yaz is down at this time.
Getting the devel package also
ftp://ftp.pbone.net/mirror/ftp.pld-linux.org/dists/2.0/PLD/i586/PLD/RPMS/yaz-devel-2.0.4-1.i586.rpm
Installed the yaz client and devel rpm with the --nodeps sqitch as it was failing some dependencies ...
perl -MCPAN -e 'install "Net::Z3950"'
Module installed succesffuly. Installed Webmin as well to start up the MySQL Server and going to restart the KOHA library installation.
Installation compeleted, now going to test the library database on Northstar.
Due to a thunderstorm last night, the Aparajita server's internet connection went down around 7:30 AM because the 3COM NIC connected to the DSL modem went dead, more than likely because of lightening or an electrical surge. Had a similar 3COM NIC as a backup and server came online again after installation, no new configuration was required.
Mr. IM Faisal called to tell me to install the KOHA library interface as the librarians were sitting idle nowadays and needed to finish up entering the the books. Starting KOHA install at 6:27PM as I did not get time all day because of FED computers.
Following the instructions on "Software / lib installs on host "mhkhan"" blog to install KOHA and its dependencies, that blog is dated February 20, 2004.
Downloading and installing the following dependencies first as they are listed in the previous install blog.
perl-Event-0.87-1.noarch.rpm 147766
perl-HTML-Template-2.6-1.noarch.rpm 53067
perl-Mail-Sendmail-0.79-1.noarch.rpm 19818
perl-MARC-Record-1.29-1.noarch.rpm 94703
perl-Net-Z3950-0.34-1.noarch.rpm
Used the following commands to install the dependencies listed above:
perl -MCPAN -e 'install "HTML::Template"'
perl -MCPAN -e 'install "MARC::Record"'
perl -MCPAN -e 'install "Mail::Sendmail"'
perl -MCPAN -e 'install "Event"'
Need to install the "yaz" libraries before installing the last Perl module as it will not install without it.
Downloading Yaz from ftp://ftp.pbone.net/mirror/ftp.nest.pld-linux.org/test/i386/yaz-2.0.15-1.i386.rpm
since the default host references in the KOHA documentation http://www.indexdata.dk/yaz is down at this time.
Getting the devel package also
ftp://ftp.pbone.net/mirror/ftp.pld-linux.org/dists/2.0/PLD/i586/PLD/RPMS/yaz-devel-2.0.4-1.i586.rpm
Installed the yaz client and devel rpm with the --nodeps sqitch as it was failing some dependencies ...
perl -MCPAN -e 'install "Net::Z3950"'
Module installed succesffuly. Installed Webmin as well to start up the MySQL Server and going to restart the KOHA library installation.
Installation compeleted, now going to test the library database on Northstar.
