List of required Perl modules
Is the required Perl modules list from INSTALL.fedora7 <http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.fedora7;hb=HEAD> (Section 3.6.1 starting around Line 740) an accurate list? I am planning to install Koha on (Mac) OS X Server 10.8 Mountain Lion and it comes with quite a number of Perl modules installed. For the rest of the missing modules (notably MARC), I am going to download and hand-compiled them. - Victor - -- View this message in context: http://koha.1045719.n5.nabble.com/List-of-required-Perl-modules-tp5761308.ht... Sent from the Koha-general mailing list archive at Nabble.com.
On 7/15/2013 8:10 AM, Victor Pang wrote:
Is the required Perl modules list from INSTALL.fedora7 <http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.fedora7;hb=HEAD> (Section 3.6.1 starting around Line 740) an accurate list? I am planning to install Koha on (Mac) OS X Server 10.8 Mountain Lion and it comes with quite a number of Perl modules installed. For the rest of the missing modules (notably MARC), I am going to download and hand-compiled them.
I cannot speak to the accuracy of the cited git page, but I believe that the koha_perl_deps.pl script is probably your best friend here. http://perldoc.koha-community.org/koha_perl_deps.html -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) <gregb at scls.lib.wi.us>, (608) 242-4716
Hi, On Mon, Jul 15, 2013 at 6:10 AM, Victor Pang <victorp@netmedia.com.sg>wrote:
Is the required Perl modules list from INSTALL.fedora7 < http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.fedora7;hb...
(Section 3.6.1 starting around Line 740) an accurate list? I am planning to install Koha on (Mac) OS X Server 10.8 Mountain Lion and it comes with quite a number of Perl modules installed. For the rest of the missing modules (notably MARC), I am going to download and hand-compiled them.
I can't speak to the specific list in INSTALL.fedora7, but the most reliable way to get the list of required Perl modules that are not yet installed on your server is to run koha_perl_deps.pl -m -u That script can be found at the top of Koha's source tree. The list is maintained in the file C4/Installer/PerlDependencies.pm. Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (3)
-
Galen Charlton -
Greg Barniskis -
Victor Pang