Diff for /doc/Attic/how_to_install_loncapa_on_a_preinstalled_system.txt between versions 1.3 and 1.6

version 1.3, 2001/12/12 14:31:35 version 1.6, 2002/03/01 22:05:13
Line 12  for RedHat 7.1.  Please note that step 1 Line 12  for RedHat 7.1.  Please note that step 1
 run LON-CAPA on a shadow-based system.  However, you need to follow  run LON-CAPA on a shadow-based system.  However, you need to follow
 steps at http://install.lon-capa.org/docs/loncapapasswordauthentication.html.  steps at http://install.lon-capa.org/docs/loncapapasswordauthentication.html.
   
   Also, an important bug that we keep forgetting with redhat 7.1
   and LON-CAPA.  See below:
   
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !!!!!!!!!  REDHAT 7.1   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;          !!
   !!!!                                                                  !!
   !!!! to                                                               !!
   !!!!                                                                  !!
   !!!!                                                                  !!
   !!!! # IE requires the path and domain to be present for some reason. !!
   !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
   
 SUMMARY  SUMMARY
   
 This is what has to happen in the installation.  This is what has to happen in the installation.
Line 60  If you are using RedHat 7.1, the only fi Line 85  If you are using RedHat 7.1, the only fi
 RPM is tth.so.  RPM is tth.so.
   
 http://install.lon-capa.org/3.1/binaries/tth.so  http://install.lon-capa.org/3.1/binaries/tth.so
   should go in
   /usr/lib/perl5/site_perl/5.???/tth.so
   
 6. Add a user www.  6. Add a user www.
     /usr/sbin/adduser www      /usr/sbin/adduser www
Line 92  http://install.lon-capa.org/3.1/binaries Line 119  http://install.lon-capa.org/3.1/binaries
 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.1' build; make DIST='redhat7.1' install)
   
 9.  run /usr/sbin/loncapaconfig and change the settings on your  9.  
     machine      manually edit configuration files
       (see CVS:doc/build/reconfig.html)
     OR  
   
     manually edit   
     /etc/krb.conf  
     /etc/httpd/conf/access.conf  
     /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.3  
changed lines
  Added in v.1.6


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