diff options
author | Linus Nordberg <linus@nordu.net> | 2011-07-19 14:57:18 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-07-19 14:57:18 +0200 |
commit | de3ec04d9a11d8605b34ada7bd493c49dfdf3b3b (patch) | |
tree | 013313e02b92e07efc322a5e3ad64bf36e51485f /README | |
parent | 771219a743849134e89c7f166bcd8f1669a21e82 (diff) |
Add a bit more info to README about building for BSD's.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ 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. + +- FreeBSD 6.x need newer OpenSSL to build at all. OpenSSL 1.0.0c from + ports is fine f.ex., configure radsecproxy with `--with-ssl=/usr/local'. To use radsecproxy you need to create a config file which normally is called "/etc/radsecproxy.conf". You can also specify the location |