[tor-relays] Do bridges care about DNS?

2012-01-24 Thread Steve Snyder
Do bridges have a need for name resolution, or it it just a matter of passing a packet from one IP address to another (i.e. from user to Tor node)? Thanks. ___ tor-relays mailing list tor-relays@lists.torproject.org

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Justin Aplin
On Jan 23, 2012, at 10:29 PM, Geoff Down wrote: On Mon, Jan 23, 2012, at 10:06 PM, Justin Aplin wrote: I'm kind of flying in the dark here (being unfamiliar with macports), but I think a proper --with-openssl-dir= statement will help. Run openssl version -a, check the version number to

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Geoff Down
On Tue, Jan 24, 2012, at 11:01 AM, Justin Aplin wrote: My bad, I wasn't thinking straight when I wrote that. I forgot the openssldir, at least on OSX, doesn't actually contain the libs. Try sudo find / -iname libssl*.dylib to find an appropriate lib in your setup. Since I replaced my system

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Andrew Lewman
On Tue, 24 Jan 2012 17:47:21 + Geoff Down geoffd...@fastmail.net wrote: So if I understand correctly, I should use $ unset LDFLAGS $ CFLAGS=-O -g -mmacosx-version-min=10.4 -arch ppc $ ./configure --with-libevent-dir=/opt/local --with-openssl-dir=/opt/local --disable-dependency-tracking

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Justin Aplin
On 1/24/2012 1:30 PM, Geoff Down wrote: On Tue, Jan 24, 2012, at 12:55 PM, Andrew Lewman wrote: Fwiw, this was written for 10.4 back when we had a 10.4 build machine, https://gitweb.torproject.org/vidalia.git/blob/HEAD:/pkg/osx/build-bundle.txt#l65 In theory, it should still work. It does,

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Andrew Lewman
On Tue, 24 Jan 2012 18:30:58 + Geoff Down geoffd...@fastmail.net wrote: No OSX10.4 build machine now as well as no OSX10.3 . All that old hardware going to waste. The 10.3 machine had the system board partially melt during a qt compile (which takes 15 hours on a ppc). Turns out the cpu

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Andrew Lewman
On Tue, 24 Jan 2012 14:46:21 -0500 Justin Aplin jap...@gmail.com wrote: If I'm not mistaken, I think the devtools for 10.5 can backport to 10.4, and I know that the 10.4 devtools can build for 10.2 and 10.3. Well, in theory, at least; I've never tried it myself. We could never get the