Diff for /doc/Attic/how_to_install_loncapa_on_a_preinstalled_system.txt between versions 1.5 and 1.7

version 1.5, 2001/12/12 22:29:00 version 1.7, 2002/04/14 17:17:32
Line 16  Also, an important bug that we keep forg Line 16  Also, an important bug that we keep forg
 and LON-CAPA.  See below:  and LON-CAPA.  See below:
   
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!  REDHAT 7.1   NOTICE   !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!! The offending line is in CGI/Cookie.pm                           !!  !!!! The offending line is in CGI/Cookie.pm                           !!
 !!!!                                                                  !!  !!!!                                                                  !!
 !!!! it went from                                                     !!  !!!! it should be changed from                                        !!
 !!!!                                                                  !!  !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
 !!!!                                                                  !!  
 !!!! # IE requires the path and domain to be present for some reason. !!  
 !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!  
 !!!!                                                                  !!  
 !!!! to                                                               !!  !!!! 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. !!  !!!! # IE requires the path and domain to be present for some reason. !!
 !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!  
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
   
Line 117  should go in Line 113  should go in
     cd loncom/build      cd loncom/build
     make build; make install      make build; make install
 NOTE!!!  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.  run /usr/sbin/loncapaconfig and change the settings on your  
     machine  
   
     OR  
   
     manually edit   9.  
     /etc/krb.conf      manually edit configuration files
     /etc/httpd/conf/access.conf      (see CVS:doc/build/reconfig.html)
     /home/httpd/lonTabs/hosts.tab  
   
 10. restart all the services  10. restart all the services
 /etc/rc.d/init.d/httpd restart  /etc/rc.d/init.d/httpd restart

Removed from v.1.5  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>