mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change
on this file since 38f1f30 was
9806e76,
checked in by Mei <mei@…>, 13 years ago
|
1) add handling for typed anonymous term, [int:?]
2) make a pass through abac/doc
3) fix up creddy to take oset option at different calls
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[c0bdce8] | 1 | For Java installation instructions, see doc/java_install. |
---|
| 2 | |
---|
[9806e76] | 3 | Prior to building libabac |
---|
| 4 | you may need to install flex, bison, and GNU readline library |
---|
| 5 | you must install YAP and libstrongswan |
---|
| 6 | |
---|
| 7 | Download yap-6.2.2 from www.dcc.fc.up.pt |
---|
| 8 | http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.2.2.tar.gz |
---|
| 9 | |
---|
| 10 | $./configure --enable-dynamic-loading |
---|
| 11 | $make |
---|
| 12 | $make library |
---|
| 13 | $sudo make install_library |
---|
[02888af] | 14 | |
---|
| 15 | Download strongswan-4.4.0 from strongswan.org: |
---|
| 16 | http://download.strongswan.org/strongswan-4.4.0.tar.bz2 |
---|
| 17 | |
---|
[6aac9f8] | 18 | FreeBSD users: add --with-group=wheel to strongswan ./configure |
---|
| 19 | |
---|
[3f8f00f] | 20 | Linux users: add --disable-gmp --enable-openssl to strongswan ./configure |
---|
| 21 | to avoid long credential creation times. The entropy sources |
---|
| 22 | libstrongswan uses by default gather entropy slowly on Linux. These |
---|
| 23 | flags allow it to gather entropy from the same sources as openssl, which |
---|
| 24 | is noticeably faster. |
---|
| 25 | |
---|
[02888af] | 26 | $ tar xjvf strongswan-4.4.0.tar.bz2 |
---|
| 27 | $ cd strongswan-4.4.0 |
---|
[3f8f00f] | 28 | $ # see note above about configure flags |
---|
| 29 | $ ./configure --enable-monolithic |
---|
[02888af] | 30 | $ cd src/libstrongswan |
---|
| 31 | $ make && sudo make install |
---|
| 32 | |
---|
[f675a89] | 33 | Be sure to make note of the directory into which you've untarred |
---|
| 34 | strongswan-4.4.0.tar.bz2. You will use this in the next step. |
---|
[02888af] | 35 | |
---|
| 36 | BUILDING LIBABAC |
---|
| 37 | |
---|
[b632f80] | 38 | $ STRONGSWAN_SRC_DIR=path/to/strongswan-4.4.0 |
---|
[02888af] | 39 | $ ./configure --with-strongswan=$STRONGSWAN_SRC_DIR |
---|
| 40 | $ make && sudo make install |
---|
Note: See
TracBrowser
for help on using the repository browser.