--- doc/Attic/how_to_install_loncapa_on_a_preinstalled_system.txt 2002/03/01 22:05:13 1.6 +++ doc/Attic/how_to_install_loncapa_on_a_preinstalled_system.txt 2002/04/14 17:17:32 1.7 @@ -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 @@ Also, an important bug that we keep forg 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 @@ should go in 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