Diff for /doc/build/fedora_install.frag between versions 1.5 and 1.6

version 1.5, 2004/06/01 21:23:02 version 1.6, 2004/06/10 12:37:29
Line 137  somewhat logical fashion to make them ea Line 137  somewhat logical fashion to make them ea
 the rpms you should watch for errors.  Errors generated by RPMs which are   the rpms you should watch for errors.  Errors generated by RPMs which are 
 already should not be considered a problem, although you will have to ensure   already should not be considered a problem, although you will have to ensure 
 the other rpms in the directory get installed.  the other rpms in the directory get installed.
 </p><p>  </p>
 First, we need to make sure the web server and mod_perl have not been   
 installed.  Use the following commands to remove them if they exist:  <h2>Uninstall the http server</h2>
 </p><p>  <p>
   Fedora Core 2 installs the http server even if you have not chosen it in
   the package selection part of the install.  LON-CAPA will not work with this
   web server installed.  It must be removed.
   Use the following commands to remove the http and mod_perl packages if they 
   exist:  (<b>Note:</b>
   <i>The commands below use backticks, not single quotes.</i>:
   </p>
   <p>
 <pre>  <pre>
 rpm -e `rpm -q -a | grep httpd`  rpm -e `rpm -q -a | grep httpd`
 rpm -e `rpm -q -a | grep mod_perl`  rpm -e `rpm -q -a | grep mod_perl`

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


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