Additions to the Messages file for Spanish Language from Jesus ea1dav
[spider.git] / html / spiderFAQ-1.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The DXSpider FAQ: Installation </TITLE>
6  <LINK HREF="spiderFAQ-2.html" REL=next>
7
8  <LINK HREF="spiderFAQ.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-2.html">Next</A>
13 Previous
14 <A HREF="spiderFAQ.html#toc1">Contents</A>
15 <HR>
16 <H2><A NAME="s1">1. Installation </A></H2>
17
18 <H2><A NAME="ss1.1">1.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.
24 <P>
25 <H2><A NAME="ss1.2">1.2 How do I use the patches?</A>
26 </H2>
27
28 <P>Patching is done in the standard linux way ...
29 <P>
30 <BLOCKQUOTE><CODE>
31 <PRE>
32 zcat /tmp/patch-1.40 | patch -p0
33 </PRE>
34 </CODE></BLOCKQUOTE>
35 <P>
36 <P>assuming the patch version you are using is 1.40 and resides in /tmp!
37 <P>
38 <P>Be aware that each patch assumes the previous patch has been applied.  That
39 is to say if you are patching from version 1.38 to 1.40 you would first need
40 to apply patch-1.39 and then patch-1.40.
41 <P>
42 <H2><A NAME="ss1.3">1.3 If I use a tarball to overwrite my installation, what happens to my configuration?</A>
43 </H2>
44
45 <P>The tarballs are designed to not overwrite your existing configuration
46 and can be used at any time to update your Spider software.  All the key
47 files have the suffix .issue (eg. DXVars.pm.issue) at default.
48 <P>
49 <H2><A NAME="ss1.4">1.4 I am running RedHat 5.2 and I am getting strange errors, what is wrong?</A>
50 </H2>
51
52 <P>The version of Perl that comes with 5.2 seems to be some kind of pre-release
53 and is broken.  You can get a new version of perl from 
54 <A HREF="http://www.dxcluster.org/download/index.html">www.dxcluster.org</A> 
55 or 
56 <A HREF="ftp://updates.redhat.com">ftp://updates.redhat.com</A>.  
57 Don't forget to patch it with the CPAN modules.
58 <P>
59 <HR>
60 <A HREF="spiderFAQ-2.html">Next</A>
61 Previous
62 <A HREF="spiderFAQ.html#toc1">Contents</A>
63 </BODY>
64 </HTML>