fix console.pl max scroll depth
[spider.git] / html / spiderFAQ_en-1.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
5  <TITLE>The DXSpider FAQ: Installation </TITLE>
6  <LINK HREF="spiderFAQ_en-2.html" REL=next>
7
8  <LINK HREF="spiderFAQ_en.html#toc1" REL=contents>
9 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
10 </HEAD>
11 <BODY>
12 <A HREF="spiderFAQ_en-2.html">Next</A>
13 Previous
14 <A HREF="spiderFAQ_en.html#toc1">Contents</A>
15 <HR>
16 <H2><A NAME="s1">1.</A> <A HREF="spiderFAQ_en.html#toc1">Installation </A></H2>
17
18 <H2><A NAME="ss1.1">1.1</A> <A HREF="spiderFAQ_en.html#toc1.1">Where do I get DXSpider?</A>
19 </H2>
20
21 <P>All things Spider can be found at 
22 <A HREF="http://www.dxcluster.org">www.dxcluster.org</A> and the actual program and patches can be found in the 
23 <A HREF="http://www.dxcluster.org/download/index.html">download</A> area.</P>
24
25 <H2><A NAME="ss1.2">1.2</A> <A HREF="spiderFAQ_en.html#toc1.2">How do I use the patches?</A>
26 </H2>
27
28 <P>Patching is done in the standard linux way ...</P>
29 <P>
30 <BLOCKQUOTE><CODE>
31 <PRE>
32 zcat /tmp/patch-1.40 | patch -p0
33 </PRE>
34 </CODE></BLOCKQUOTE>
35 </P>
36
37 <P>assuming the patch version you are using is 1.40 and resides in /tmp!</P>
38
39 <P>Be aware that each patch assumes the previous patch has been applied.  That
40 is to say if you are patching from version 1.38 to 1.40 you would first need
41 to apply patch-1.39 and then patch-1.40.</P>
42
43 <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>
44 </H2>
45
46 <P>The tarballs are designed to not overwrite your existing configuration
47 and can be used at any time to update your Spider software.  All the key
48 files have the suffix .issue (eg. DXVars.pm.issue) at default. </P>
49
50 <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>
51 </H2>
52
53 <P>The version of Perl that comes with 5.2 seems to be some kind of pre-release
54 and is broken.  You can get a new version of perl from 
55 <A HREF="http://www.dxcluster.org/download/index.html">www.dxcluster.org</A> 
56 or 
57 <A HREF="ftp://updates.redhat.com">ftp://updates.redhat.com</A>.  
58 Don't forget to patch it with the CPAN modules.</P>
59
60 <HR>
61 <A HREF="spiderFAQ_en-2.html">Next</A>
62 Previous
63 <A HREF="spiderFAQ_en.html#toc1">Contents</A>
64 </BODY>
65 </HTML>