[open-ils-commits] r18649 - branches/rel_2_0/Open-ILS/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 7 21:58:01 EST 2010


Author: dbs
Date: 2010-11-07 21:57:59 -0500 (Sun, 07 Nov 2010)
New Revision: 18649

Modified:
   branches/rel_2_0/Open-ILS/src/extras/Makefile.install
Log:
Further Fedora prereq installer tweaks

  * Install the Perl DBD::Pg module
  * Force the CPAN modules, as Business::OnlinePayment::AuthorizeNet
    still suffers from an install-crippling bug


Modified: branches/rel_2_0/Open-ILS/src/extras/Makefile.install
===================================================================
--- branches/rel_2_0/Open-ILS/src/extras/Makefile.install	2010-11-08 02:57:04 UTC (rev 18648)
+++ branches/rel_2_0/Open-ILS/src/extras/Makefile.install	2010-11-08 02:57:59 UTC (rev 18649)
@@ -169,6 +169,7 @@
 	perl-Business-CreditCard \
 	perl-Business-ISBN \
 	perl-Business-ISBN-Data \
+	perl-DBD-Pg \
 	perl-Email-Send \
 	perl-GDGraph3d \
 	perl-Net-SSH2 \
@@ -305,7 +306,9 @@
 
 # Install the CPAN modules for Fedora 13
 install_cpan_fedora: 
-	for m in $(FEDORA_13_CPAN); do perl -MCPAN -e "install \"$$m\";"; done
+	for m in $(FEDORA_13_CPAN); do \
+		echo "force install $$m" | perl -MCPAN -e shell;\
+	done
 
 # Install a known working version of YAZ
 install_yaz:    



More information about the open-ils-commits mailing list