diff options
author | Rob Austein <sra@hactrn.net> | 2010-07-11 12:31:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-07-11 12:31:51 +0000 |
commit | 4eacf4fb9a9e85d690ffaa5da1edeed0330b8f62 (patch) | |
tree | 132a2cd4069f55ccc1cacd58abb5b0f5e5110dee /rpkid/doc/Installation | |
parent | 937f0ae8085d78c2ee6816ef107e11ca5517c2e2 (diff) |
regen
svn path=/rpkid/doc/Installation; revision=3379
Diffstat (limited to 'rpkid/doc/Installation')
-rw-r--r-- | rpkid/doc/Installation | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rpkid/doc/Installation b/rpkid/doc/Installation index cd7f31cb..a8c4508f 100644 --- a/rpkid/doc/Installation +++ b/rpkid/doc/Installation @@ -58,16 +58,17 @@ special options to enable RFC 3779 support that ISC wrote under previous contract to ARIN. The POW (Python OpenSSL Wrapper) library is an extended copy of the stock POW release. -To build these, cd to the top-level directory in the distribution and type -"make". +To build these, cd to the top-level directory in the distribution, run the +configure script, then run "make": $ cd $top + $ ./configure $ make This should automatically build everything, in the right order, including -staticly linking the POW extension module with the OpenSSL library to provide -RFC 3779 support. If you get errors building POW, see the above discussion of -Python development sources. +linking the POW extension module with the OpenSSL library to provide RFC 3779 +support. If you get errors building POW, see the above discussion of Python +development sources. The architecture is intended to support hardware signing modules (HSMs), but the code to support them has not been written. |