ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/perlhelp.html
Revision: 1.1.2.1.2.2
Committed: Tue Aug 22 18:11:01 2000 UTC (24 years, 8 months ago) by williamc
Content type: text/html
Branch: HPWbranch
CVS Tags: BuildSystemProto1, V0_18_0, V0_18_0model, V0_17_1, V0_18_0alpha, V0_17_0, V0_16_4, V0_16_3, V0_16_2, V0_16_1, V0_16_0, V0_15_1, V0_15_0, V0_15_0beta
Branch point for: V0_17branch, V0_16branch, V0_15branch
Changes since 1.1.2.1.2.1: +1 -1 lines
Log Message:
New perl executable location info

File Contents

# Content
1 <! Style Sheet Header>
2 <html>
3 <head>
4 <title>perlhelp.html</title>
5 <body bgcolor=beige>
6 <! End Style Sheet Header -----------Insert Text Here --------------------->
7 <center>
8 <h1>Help With Perl</h1>
9 <font color=red>S</font>oftware <font color=red>C</font>onfiguration,
10 <font color=red>R</font>elease <font color=red>A</font>nd
11 <font color=red>M</font>anagement
12 </center>
13 <hr>
14 <h2>Installation of Perl - SCRAM versions from V0_15_0</h2>
15 Versions V0_15_0 onwards are independent of the location of the perl executable.
16 By default it is assumed to exist in /usr/local/bin/perl5 but this can be
17 overridden when running the install_scram script as in the installation
18 instructions. Be careful that this location is consistent across all nodes
19 that will be using the scram installation.
20
21 <h2>Installation of Perl - SCRAM versions up to V0_14_0</h2>
22 For SCRAM, Perl is assumed to be installed as
23 <p>
24 <b>/usr/local/bin/perl5</b>
25 <p>
26 On some systems, Perl is actually installed elsewhere (e.g. /usr/bin/perl5) and
27 so SCRAM will not be able to find it. If this is the case the easiest thing to
28 do is to get your system administrator to make a link from
29 /usr/local/bin/perl5 to the installation location.
30 <br>
31 (e.g ln -s /usr/bin/perl5 /usr/local/bin/perl5 )
32 <p>
33 <! Style Sheet Footer ---------------Do not change anything after this line-->
34 <hr>
35 <table border=1 width=100%>
36 <td align=left>
37 <a href=mailto:Christopher.Williams@cern.ch
38 >Chris Williams</a>
39 </td>
40 <td align=center>
41 Last Updated Tue Jun 15 10:17:48 1999
42 </td>
43 <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
44 </td>
45 </table>
46 </body> </html>
47 <! End Style Sheet Footer>