--- doc/build/fedora_install.frag 2004/06/01 21:23:02 1.5 +++ doc/build/fedora_install.frag 2004/06/10 12:37:29 1.6 @@ -137,10 +137,18 @@ somewhat logical fashion to make them ea 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 the other rpms in the directory get installed. -

-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: -

+

+ +

Uninstall the http server

+

+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: (Note: +The commands below use backticks, not single quotes.: +

+

 rpm -e `rpm -q -a | grep httpd`
 rpm -e `rpm -q -a | grep mod_perl`