[LON-CAPA-cvs] cvs: doc / how_to_install_loncapa_on_a_preinstalled_system.txt how_to_install_on_RedHat7.2.txt
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 14 Apr 2002 17:17:32 -0000
harris41 Sun Apr 14 13:17:32 2002 EDT
Modified files:
/doc how_to_install_on_RedHat7.2.txt
how_to_install_loncapa_on_a_preinstalled_system.txt
Log:
DIST=redhat7 not just redhat7.1
Index: doc/how_to_install_on_RedHat7.2.txt
diff -u doc/how_to_install_on_RedHat7.2.txt:1.4 doc/how_to_install_on_RedHat7.2.txt:1.5
--- doc/how_to_install_on_RedHat7.2.txt:1.4 Sat Mar 2 00:37:32 2002
+++ doc/how_to_install_on_RedHat7.2.txt Sun Apr 14 13:17:32 2002
@@ -1,4 +1,4 @@
-$Id: how_to_install_on_RedHat7.2.txt,v 1.4 2002/03/02 05:37:32 harris41 Exp $
+$Id: how_to_install_on_RedHat7.2.txt,v 1.5 2002/04/14 17:17:32 harris41 Exp $
(Alternative approach to perl module-ing is at end...)
(Alternative approach to mysql is at end...)
@@ -105,7 +105,7 @@
cd ~/loncapa
cvs update -d
cd loncom/build
-make DIST='redhat7.1' build; make DIST='redhat7.1' install
+make DIST='redhat7' build; make DIST='redhat7' install
10. Update LON-CAPA config files
Index: doc/how_to_install_loncapa_on_a_preinstalled_system.txt
diff -u doc/how_to_install_loncapa_on_a_preinstalled_system.txt:1.6 doc/how_to_install_loncapa_on_a_preinstalled_system.txt:1.7
--- doc/how_to_install_loncapa_on_a_preinstalled_system.txt:1.6 Fri Mar 1 17:05:13 2002
+++ doc/how_to_install_loncapa_on_a_preinstalled_system.txt Sun Apr 14 13:17:32 2002
@@ -1,5 +1,5 @@
Scott Harrison
-$Date: 2002/03/01 22:05:13 $; $Revision: 1.6 $
+$Date: 2002/04/14 17:17:32 $; $Revision: 1.7 $
The standard process is to install LON-CAPA with an installation
CD on a fresh system. We provide this document as a secondary
@@ -16,24 +16,20 @@
and LON-CAPA. See below:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!!!!!!!!! REDHAT 7.1 NOTICE !!!!!!!!!!!!!!!!!!!!
+!!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!! The offending line is in CGI/Cookie.pm !!
!!!! !!
-!!!! it went from !!
-!!!! !!
-!!!! !!
-!!!! # IE requires the path and domain to be present for some reason. !!
-!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
-!!!! !!
+!!!! it should be changed from !!
+!!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
!!!! to !!
+!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
!!!! !!
-!!!! !!
+!!!! (This is just below the following line ) !!
!!!! # IE requires the path and domain to be present for some reason. !!
-!!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -117,7 +113,7 @@
cd loncom/build
make build; make install
NOTE!!!
-REDHAT 7.1 or 7.2 (make DIST='redhat7.1' build; make DIST='redhat7.1' install)
+REDHAT 7.1 or 7.2 (make DIST='redhat7' build; make DIST='redhat7' install)
9.
manually edit configuration files