[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Still problems with TLS negotiation



FreeBSD RELENG_8 20091229T1432 works fine from current sources:

openssl version -v -p
 OpenSSL 0.9.8k 25 Mar 2009
 platform: FreeBSD-i386
mkdir tor ; cd tor
tar -xf /.../openssl-0.9.8l.tar.gz
tar -xf /.../libevent-1.4.13-stable.tar.gz
tar -xf /.../tor-0.2.1.21.tar.gz
c () { /usr/bin/env - PATH=/usr/bin:/bin:/usr/sbin:/sbin /bin/sh -c "$1" ; }
cd openssl-0.9.8l
 c './config --prefix=$(realpath ..) no-sse2 shared enable-camellia'
 c 'make depend ; make ; make install_docs install_sw'
 cd ..
cd libevent-1.4.13-stable
 c './configure --prefix=$(realpath ..) ; make ; make install'
 cd ..
cd tor-0.2.1.21
 c 'CPPFLAGS=-static LDFLAGS=-static ./configure --prefix=$(realpath
..) --with-openssl-dir=$(realpath ..) --with-libevent-dir=$(realpath
..)'
 c 'make ; make install'
 cd ..
./bin/tor <args>
...
Jan 02 xx:xx:xx.xxx [notice] Bootstrapped 100%: Done.

Tor should be made to emit both the libevent and openssl version
strings upon startup.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk    in the body. http://archives.seul.org/or/talk/