--- doc/build/fedora_install.frag 2004/06/16 20:12:29 1.8 +++ doc/build/fedora_install.frag 2004/07/15 14:35:38 1.11 @@ -141,8 +141,8 @@ exist: (Note:

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

If the above commands returns no output (the usual indicator of success), or an @@ -176,9 +176,7 @@ rpm -Uvh *rpm cd ../GD rpm -Uvh *rpm cd ../gnuplot -rpm --install --oldpackage readline-2.2.1-6.i386.rpm -rpm --install --oldpackage --excludedocs libpng-1.0.12-2.i386.rpm -rpm -Uvh gnuplot-3.7.1-5.i386.rpm libgd-1.3-4.i386.rpm ncurses4-5.0-5.i386.rpm +rpm -Uvh *rpm cd ../misc rpm -Uvh *rpm cd .. @@ -194,10 +192,6 @@ cd .. repackaged from the Redhat sources with the name 'mod_perl_1' in order to prevent version 1.99 of mod_perl from being installed by yum or other package managers. -

  • A specific version of Gnuplot is required by LON-CAPA. Do not - install a version different from the one included in the LON-CAPA - installation package. We're still working on using gnuplot 4.0 which - recently came out.