INSTALL.VMS 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. INSTALLATION ON THE VMS PLATFORM
  2. --------------------------------
  3. Intro
  4. -----
  5. This file is divided in the following parts:
  6. Requirements - Mandatory reading.
  7. Cheking the distribution - Mandatory reading.
  8. Quick start
  9. Test <TO BE ADDED>
  10. Installation <TO BE ADDED>
  11. Backward portability <TO BE ADDED>
  12. Possible bugs and quirks <TO BE ADDED>
  13. Requirements
  14. ------------
  15. To build and install OpenSSL, you will need:
  16. * Perl 5 with core modules (please read README.PERL)
  17. * The perl module Text::Template (please read README.PERL)
  18. * DEC C or some other ANSI C compiler. VAX C is *not* supported.
  19. [Note: OpenSSL has only been tested with DEC C. Compiling with
  20. a different ANSI C compiler may require some work]
  21. Checking the distribution
  22. -------------------------
  23. There have been reports of places where the distribution didn't quite
  24. get through, for example if you've copied the tree from a NFS-mounted
  25. Unix mount point.
  26. The easiest way to check if everything got through as it should is to
  27. check for one of the following files:
  28. [.crypto]opensslconf^.h.in
  29. The best way to get a correct distribution is to download the gzipped
  30. tar file from ftp://ftp.openssl.org/source/, use GUNZIP to uncompress
  31. it and use VMSTAR to unpack the resulting tar file.
  32. GUNZIP is available {FIXME: where is it available?}
  33. VMSTAR is available {FIXME: where is it available?}
  34. Quick start
  35. -----------
  36. If you want to just get on with it, do this:
  37. $ @config
  38. $ mms
  39. $ mms test
  40. $ mmm install
  41. This will buidl and install OpenSSL in the default location, which is
  42. SYS$COMMON:[OPENSSL-'VERSION']. If you want it to be anywhere else,
  43. run config.com like this:
  44. $ @config --prefix=PROGRAM:[OPENSSL]