Compiling GDOI source --------------------- 9/04/03 This package now uses a configure script for installation. Use the following steps to make gdoid: ./configure make make install The following packages are required: * OpenSSL Configure looks for OpenSSL in the typical places on the system, but if it isn't found you will need to specify its location explicitely using: --with-ssl-dir=PATH If you need to install OpenSSL, find it at http://www.openssl.org. * FreeS/WAN (Linux only) This package is used only to link with apporpiriate IPsec symbols. The package does not need to actually be enabled on the system, the source files just need to be available. Due to the inability of the FreeS/WAN code to deal with encrypted multicast packets, IPsec policy cannot be pushed to it. However, gdoid running on a Linux box can be a useful a key server. Configure expects the FreeS/WAN code to be installed as /usr/src/freeswan. If it is installed elsewhere, specify its location using: --with-freeswan=PATH