[Koha] Request solution to install perl module from Rh9.0 CD not from ftp site
brechea at netscape.net
brechea at netscape.net
Mon Oct 20 16:13:37 UTC 2003
Nasimuddin Ansari <nasim_ansari at yahoo.co.in> wrote:
>I have running RH9.0 for installation of kaha.
>[...]
>Since my box is not connected to internet, perl
>modules are not able to installed. Is there is anyway
>out to do it from RH CD or after downloading the
>required module and run some install command.
# From what I can see, neither RH 8.0 nor 9.0 ship with HTML::Template, Set::Scalar or Net::Z3950 rpm's. You can download tarballs from a CPAN mirror, say, http://www.perl.com/CPAN-local/ . Specifically, the latest versions of those modules are:
http://www.perl.com/CPAN-local/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/HTML-Template-2.6.tar.gz
http://www.perl.com/CPAN-local/modules/by-category/05_Networking_Devices_IPC/Net/Net-Z3950-0.37.tar.gz
http://www.perl.com/CPAN-local/modules/by-category/06_Data_Type_Utilities/Set/Set-Scalar-1.18.tar.gz
I recently installed koha 2.0.0pre3 on RH 9.0, and had to download those modules. To install a CPAN Perl module, the usual procedure (after decompressing-extracting the tarball) is:
perl Makefile.PL
make
make test
make install
Read the READMEs though. You'll see, among other things, that in order to install the NET::Z3950 module you must have the yaz library installed first.
Good luck.
Bernardo Rechea
__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge. Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
More information about the Koha
mailing list