--- doc/install/redhat7.3/install.pl 2003/09/02 19:10:52 1.24 +++ doc/install/redhat7.3/install.pl 2003/09/17 18:51:47 1.25 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.24 2003/09/02 19:10:52 matthew Exp $ +# $Id: install.pl,v 1.25 2003/09/17 18:51:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,7 +89,7 @@ my $test; # note: The filehandle LOG is global. open LOG,">loncapa_install.log" || die "Unable to open log file.\n"; -print LOG '$Id: install.pl,v 1.24 2003/09/02 19:10:52 matthew Exp $'."\n"; +print LOG '$Id: install.pl,v 1.25 2003/09/17 18:51:47 albertel Exp $'."\n"; # Some friendly subroutines sub die_if_nonempty { @@ -244,7 +244,7 @@ my $systemperl = "$instdir/LON-CAPA-syst &print_and_log("Installing mysql packages.\n"); &writelog (`rpm -Uvh --replacepkgs @mysql_rpms`); &print_and_log("Installing Perl packages.\n"); -&writelog (`rpm -Uvh --replacepkgs@perl_rpms`); +&writelog (`rpm -Uvh --replacepkgs @perl_rpms`); &print_and_log("Installing legacy readline package (required for gnuplot)."); &writelog(`rpm -i --oldpackage @old_readline_rpms`); &print_and_log("Installing gnuplot packages.\n");