diff options
author | Linus Nordberg <linus@nordu.net> | 2010-06-12 01:37:06 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-06-12 01:37:06 +0200 |
commit | 2502e9db71b43794e19680987c50530971c75ebd (patch) | |
tree | 4ace5da68737d65c6143cb336b2c3cc3355bdfd0 | |
parent | 5bd2e75118905077cabf645afaae66f34ff1cf30 (diff) |
* README: Add known build issues.
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ transport the build should support. Without any special options to configure, all transports supported by the system will be enabled. See the output from "configure --help" for how to change this. +Known build issues: +- Older BSD's (like NetBSD 4.x) need newer OpenSSL in order to support + DTLS. Workaround: ./configure --disable-dtls. +- FreeBSD 6.x needs newer OpenSSL to build at all. + To use radsecproxy you need to create a config file which normally is called "/etc/radsecproxy.conf". You can also specify the location with the "-c" command line option (see below). For further |