mei_rt2
Last change
on this file since f89b991 was
2e9455f,
checked in by Mei <mei@…>, 12 years ago
|
1) added namespace
2) tweak ?This,
3) allowing linking role/oset as constraining conditions
4) adding access_tests regression testing that uses GENI's access policy
5) added couple multi contexts regression tests
6) add compression/uncompression calls to abac_encode_string/abac_decode_string
(libstrongwan only allows 512 char for attribute rule storage)
7) add attribute_now option to creddy that takes a whole char string for attribute
rule
|
-
Property mode set to
100644
|
File size:
1.8 KB
|
Line | |
---|
1 | All software packages except strongswan-4.6.4 can be installed via |
---|
2 | distribution package. |
---|
3 | |
---|
4 | libstrongswan: |
---|
5 | strongswan-4.6.4 |
---|
6 | http://strongswan.org/ |
---|
7 | http://download.strongswan.org/strongswan-4.6.4.tar.bz2 |
---|
8 | |
---|
9 | swig: |
---|
10 | swig-1.3 |
---|
11 | http://swig.org/ |
---|
12 | http://sourceforge.net/projects/swig/files/swig/swig-1.3.40/ |
---|
13 | |
---|
14 | Perl modules: (via CPAN or distribution package) |
---|
15 | IO::Socket::SSL |
---|
16 | HTTP::Daemon::SSL |
---|
17 | RPC::XML |
---|
18 | (Perl needs to be linked with a thread library, although need not |
---|
19 | to be threaded) |
---|
20 | |
---|
21 | |
---|
22 | Python modules: |
---|
23 | m2crypto |
---|
24 | |
---|
25 | GNU Readline library: |
---|
26 | readline-6.2 |
---|
27 | |
---|
28 | YAP 6.2.2 Prolog system: |
---|
29 | http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.2.2.tar.gz |
---|
30 | |
---|
31 | Flex: |
---|
32 | http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.gz |
---|
33 | |
---|
34 | GNU Bison: |
---|
35 | http://ftp.gnu.org/gnu/bison/ |
---|
36 | |
---|
37 | BUILDING ON UBUNTU |
---|
38 | |
---|
39 | The following is a complete list of packages required in order to build from |
---|
40 | git on Ubuntu (tested on version 10.04,11.04,12.04): |
---|
41 | |
---|
42 | autoconf-archive |
---|
43 | automake |
---|
44 | g++ |
---|
45 | git-core |
---|
46 | libgmp3c2 |
---|
47 | libgmp3-dev |
---|
48 | libio-socket-ssl-perl |
---|
49 | libhttp-daemon-ssl-perl |
---|
50 | librpc-xml-perl |
---|
51 | libssl-dev |
---|
52 | libtool |
---|
53 | python-dev |
---|
54 | swig |
---|
55 | |
---|
56 | |
---|
57 | BUILDING ON FREEBSD |
---|
58 | |
---|
59 | The following is a list of pkgs necessary to build from ports on FreeBSD |
---|
60 | (tested on version 8.2): |
---|
61 | libxcb |
---|
62 | freetype2 |
---|
63 | libSM |
---|
64 | libX11 |
---|
65 | openjdk6 |
---|
66 | gettext |
---|
67 | flex |
---|
68 | gmp |
---|
69 | p5-IO-Socket-SSL |
---|
70 | p5-XML-RPC |
---|
71 | perl-5.14.2_2 |
---|
72 | autoconf-wrapper-20091109 |
---|
73 | automake-wrapper-20091109 |
---|
74 | autoconf-2.69 |
---|
75 | automake-1.12.3 |
---|
76 | apache-ant |
---|
77 | |
---|
78 | (tested on version 9.1): |
---|
79 | openjdk6 |
---|
80 | flex |
---|
81 | perl (perl5.14.2) |
---|
82 | load_r_pkg perl |
---|
83 | p5-IO-Socket-SSL |
---|
84 | p5-XML-RPC |
---|
85 | swig |
---|
86 | automake |
---|
87 | |
---|
88 | |
---|
89 | BUILDING ON MAC OS X |
---|
90 | |
---|
91 | (Thanks to Victor J. Orlikowski <vjo@duke.edu>) |
---|
92 | The following is a list of pkgs necessary to build from MacPorts |
---|
93 | vstr |
---|
94 | swig |
---|
95 | swig-python |
---|
96 | swig-perl |
---|
97 | swig-java |
---|
98 | bison |
---|
99 | flex |
---|
100 | readline |
---|
101 | |
---|
102 | **It appears that vstr on MAC is rather troublesome, if anyone |
---|
103 | is successful in running on MAC OS X, please let us know. |
---|
104 | |
---|
105 | |
---|
Note: See
TracBrowser
for help on using the repository browser.