[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [or-cvs] let tor compile with tls on rh9
- To: or-dev@freehaven.net
- Subject: Re: [or-cvs] let tor compile with tls on rh9
- From: Nick Mathewson <nickm@alum.mit.edu>
- Date: Mon, 15 Sep 2003 11:40:38 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: or-dev-outgoing@seul.org
- Delivered-to: or-dev@seul.org
- Delivery-date: Mon, 15 Sep 2003 11:42:46 -0400
- In-reply-to: <20030914014446.4780E33B70@moria.seul.org>
- References: <20030914014446.4780E33B70@moria.seul.org>
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-dev@freehaven.net
On Sat, 2003-09-13 at 21:44, Roger Dingledine wrote:
> Update of /home/or/cvsroot
> In directory moria.mit.edu:/home2/arma/work/onion/cvs
>
> Modified Files:
> configure.in
> Log Message:
> let tor compile with tls on rh9
>
> nick: is this the right way to do the autoconf stuff? what happens when
> /usr/kerberos/include/ doesn't exist?
> an alternate way is to add `pkg-config --cflags openssl` to CFLAGS, but
> it seems that command only works on rh9. yay portability issues.
1) Yell at Redhat for shipping a broken SSL.
2) Perhaps check for whether 'pkg-config --cflags openssl' works, and if
it does, use it.
3) If we don't do 2, check for whether /usr/kerberos/include exists, and
if so, use it.
Mixminion does 3; 2 is probably more correct.
--
Nick