doc:appunti:linux:sa:mixminion
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:mixminion [2011/02/13 11:27] – niccolo | doc:appunti:linux:sa:mixminion [2011/02/13 11:48] (current) – [Problemi con Python 2.6] niccolo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Anonymous Remailer Mixminion ====== | ====== Anonymous Remailer Mixminion ====== | ||
| - | :!: **NOTA:** La versione 0.0.8alpha2 risale al 2005, la versione 0.0.8alpha3 è del 2007. Pare che non si riesca a compilarli con il GCC 4.4.5. | + | ===== Compilazione e installazione ===== |
| Il sito di riferimento è [[http:// | Il sito di riferimento è [[http:// | ||
| Line 36: | Line 36: | ||
| </ | </ | ||
| + | Con Python 2.6 invece in ''/ | ||
| + | |||
| + | < | ||
| + | / | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | ===== Problemi con Python 2.6 ===== | ||
| + | |||
| + | La versione **0.0.8alpha3** con GCC 4.4.5 e Python 2.6 (Debian Squeeze) fallisce il **'' | ||
| + | |||
| + | < | ||
| + | File " | ||
| + | m, ds, as = q._inspect(h1) | ||
| + | ^ | ||
| + | SyntaxError: | ||
| + | make: *** [test] Error 1 | ||
| + | </ | ||
| + | |||
| + | Fallisce anche lo start del daemon, con il seguente errore: | ||
| + | |||
| + | < | ||
| + | mixminiond start -f / | ||
| + | Mixminion version 0.0.8alpha3 | ||
| + | ... | ||
| + | File "/ | ||
| + | as = _AddressState(ds.address) | ||
| + | ^ | ||
| + | SyntaxError: | ||
| + | </ | ||
| ===== Client ===== | ===== Client ===== | ||
| Line 45: | Line 75: | ||
| Il client preleva la lista di server disponibili da '' | Il client preleva la lista di server disponibili da '' | ||
| - | |||
| - | |||
| ===== Server ===== | ===== Server ===== | ||
doc/appunti/linux/sa/mixminion.1297592825.txt.gz · Last modified: by niccolo
