--- doc/install/redhat7.3/install.pl 2002/07/22 12:05:00 1.6 +++ doc/install/redhat7.3/install.pl 2002/09/24 13:16:23 1.9 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.6 2002/07/22 12:05:00 matthew Exp $ +# $Id: install.pl,v 1.9 2002/09/24 13:16:23 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -208,7 +208,7 @@ my @mysql_rpms = ( my @misc_rpms = ( "$instdir/hwcrypto-1.0-3.i386.rpm", # already installed "$instdir/m2crypto-0.05_snap4-2.i386.rpm", # okay w/o f,nd - "$instdir/netatalk-1.5pre6-1rh7.i386.rpm" # hmmmm + "$instdir/tetex-dvips-1.0.7-47.i386.rpm" ); ## ## Okay, I have tried being nice about this and not doing '--force --nodeps', @@ -364,7 +364,7 @@ print MYSQL <<"ENDMYSQL"; CREATE DATABASE loncapa; INSERT INTO user (Host, User, Password) VALUES ('localhost','www',password('localhostkey')); -GRANT ALL PRIVILEGES ON *.* TO www\@localhost; +GRANT ALL PRIVILEGES ON loncapa.* TO www\@localhost; SET PASSWORD FOR root\@localhost=PASSWORD('$rootpass'); DELETE FROM user WHERE host<>'localhost'; FLUSH PRIVILEGES; @@ -462,7 +462,7 @@ commands now: rpm -Uvh perl-5.6.1-34.99.6.i386.rpm rpm -Uvh perl-CGI-2.752-34.99.6.i386.rpm -cd /root/loncapa +cd /root/loncapa-N.N (N.N should correspond to a version number like '0.4') ./UPDATE END @@ -474,7 +474,7 @@ END All of the extra files seem to have been installed correctly. It remains for you to execute the following commands: -cd /root/loncapa +cd /root/loncapa-N.N (N.N should correspond to a version number like '0.4') ./UPDATE If you have any trouble, please see http://install.loncapa.org/ and