ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/perlhelp.html
Revision: 1.1.2.1.2.1
Committed: Tue Aug 22 18:00:48 2000 UTC (24 years, 8 months ago) by williamc
Content type: text/html
Branch: HPWbranch
Changes since 1.1.2.1: +8 -1 lines
Log Message:
New perl executable location info

File Contents

# User Rev Content
1 williamc 1.1.2.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 williamc 1.1.2.1.2.1 <h2>Installation of Perl - SCRAM versions from V0_15_0
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 williamc 1.1.2.1 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>