summaryrefslogtreecommitdiffstats
path: root/INSTALL.VMS
blob: 01f2ee78154b69a1a62a2ca0836d512a222ca1aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
 INSTALLATION ON THE VMS PLATFORM
 --------------------------------

 Intro
 -----

 This file is divided in the following parts:

   Requirements                 - Mandatory reading.
   Cheking the distribution     - Mandatory reading.
   Quick start
   Test                         <TO BE ADDED>
   Installation                 <TO BE ADDED>
   Backward portability         <TO BE ADDED>
   Possible bugs and quirks     <TO BE ADDED>


 Requirements
 ------------

 To build and install OpenSSL, you will need:

  * Perl 5 with core modules (please read README.PERL)
  * The perl module Text::Template (please read README.PERL)
  * DEC C or some other ANSI C compiler.  VAX C is *not* supported.
    [Note: OpenSSL has only been tested with DEC C.  Compiling with 
     a different ANSI C compiler may require some work]

 Checking the distribution
 -------------------------

 There have been reports of places where the distribution didn't quite
 get through, for example if you've copied the tree from a NFS-mounted
 Unix mount point.

 The easiest way to check if everything got through as it should is to
 check for one of the following files:

  [.crypto]opensslconf^.h.in

 The best way to get a correct distribution is to download the gzipped
 tar file from ftp://ftp.openssl.org/source/, use GUNZIP to uncompress
 it and use VMSTAR to unpack the resulting tar file.

 GUNZIP is available {FIXME: where is it available?}

 VMSTAR is available {FIXME: where is it available?}


 Quick start
 -----------

 If you want to just get on with it, do this:

  $ @config
  $ mms
  $ mms test
  $ mmm install

 This will buidl and install OpenSSL in the default location, which is
 SYS$COMMON:[OPENSSL-'VERSION'].  If you want it to be anywhere else,
 run config.com like this:

  $ @config --prefix=PROGRAM:[OPENSSL]