[tor-relays] building Tor against LibreSSL 2.1.1 fails with "undefined reference to `EVP_aes_128_ctr'" error
Seth
list at sysfu.com
Thu Jan 1 18:55:18 UTC 2015
On Sun, 28 Dec 2014 16:01:12 -0800, Nick Mathewson <nickm at freehaven.net>
wrote:
> Instead of using --with-openssl-dir=/usr/local, what happens if you
> set CFLAGS and LDFLAGS by hand when compiling?
Maybe something like this would work?
CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
More information about the tor-relays
mailing list