Changes to manual namings to standardise. Added script from M0AZM to
[spider.git] / html / spiderFAQ_en-1.html
diff --git a/html/spiderFAQ_en-1.html b/html/spiderFAQ_en-1.html
new file mode 100644 (file)
index 0000000..b7ae5cc
--- /dev/null
@@ -0,0 +1,65 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+<HEAD>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.16">
+ <TITLE>The DXSpider FAQ: Installation </TITLE>
+ <LINK HREF="spiderFAQ_en-2.html" REL=next>
+
+ <LINK HREF="spiderFAQ_en.html#toc1" REL=contents>
+<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
+</HEAD>
+<BODY>
+<A HREF="spiderFAQ_en-2.html">Next</A>
+Previous
+<A HREF="spiderFAQ_en.html#toc1">Contents</A>
+<HR>
+<H2><A NAME="s1">1.</A> <A HREF="spiderFAQ_en.html#toc1">Installation </A></H2>
+
+<H2><A NAME="ss1.1">1.1</A> <A HREF="spiderFAQ_en.html#toc1.1">Where do I get DXSpider?</A>
+</H2>
+
+<P>All things Spider can be found at 
+<A HREF="http://www.dxcluster.org">www.dxcluster.org</A> and the actual program and patches can be found in the 
+<A HREF="http://www.dxcluster.org/download/index.html">download</A> area.</P>
+
+<H2><A NAME="ss1.2">1.2</A> <A HREF="spiderFAQ_en.html#toc1.2">How do I use the patches?</A>
+</H2>
+
+<P>Patching is done in the standard linux way ...</P>
+<P>
+<BLOCKQUOTE><CODE>
+<PRE>
+zcat /tmp/patch-1.40 | patch -p0
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<P>assuming the patch version you are using is 1.40 and resides in /tmp!</P>
+
+<P>Be aware that each patch assumes the previous patch has been applied.  That
+is to say if you are patching from version 1.38 to 1.40 you would first need
+to apply patch-1.39 and then patch-1.40.</P>
+
+<H2><A NAME="ss1.3">1.3</A> <A HREF="spiderFAQ_en.html#toc1.3">If I use a tarball to overwrite my installation, what happens to my configuration?</A>
+</H2>
+
+<P>The tarballs are designed to not overwrite your existing configuration
+and can be used at any time to update your Spider software.  All the key
+files have the suffix .issue (eg. DXVars.pm.issue) at default.</P>
+
+<H2><A NAME="ss1.4">1.4</A> <A HREF="spiderFAQ_en.html#toc1.4">I am running RedHat 5.2 and I am getting strange errors, what is wrong?</A>
+</H2>
+
+<P>The version of Perl that comes with 5.2 seems to be some kind of pre-release
+and is broken.  You can get a new version of perl from 
+<A HREF="http://www.dxcluster.org/download/index.html">www.dxcluster.org</A> 
+or 
+<A HREF="ftp://updates.redhat.com">ftp://updates.redhat.com</A>.  
+Don't forget to patch it with the CPAN modules.</P>
+
+<HR>
+<A HREF="spiderFAQ_en-2.html">Next</A>
+Previous
+<A HREF="spiderFAQ_en.html#toc1">Contents</A>
+</BODY>
+</HTML>