Easy noob question
Chris
Public2 at xymox1.com
Tue Jul 9 01:40:29 UTC 2019
The below issue occurs because of conflicts with libevent..
Removing --with-libevent produces all sorts of different errors.
I would think I could point to a Openssl and make this work. I cannot.
Seems simple enough, download 1.9.2,, go get OpenSSL 1.1.1c, config/make
it. Then go config make Unbound with --with-ssl= pointing to the
OpenSSL.. But this fails..
Ive spent hours on this and tried all the OpenSSL versions. I feel
mighty stupid as this should work...
Please give me a hint on what to go do.
I can pkg install 1.9.2 and this is fine and shows openssl lib 1.1.1,
but, I want --without-pthreads --without-solaris-threads and so, I need
to compile.
On 7/8/2019 4:20 PM, Chris wrote:
> Sorry for a stupid question.
>
> FreeBSD 12.0-RELEASE-p7
>
> I updated to 1.9.2 and noticed unbound was linked to OpenSSL 1.0.2q:
>
> unbound -h
>
> Version 1.9.2
> linked libs: libevent 2.1.8-stable (it uses kqueue), OpenSSL 1.0.2q 20
> Nov 2018
> linked modules: dns64 respip validator iterator
>
> Doing a version check for OpenSSL
>
> openssl version
>
> OpenSSL 1.1.1a-freebsd 20 Nov 2018
>
> So I did a new .config
> ./configure --with-libevent --without-pthreads
> --without-solaris-threads --with-ssl=/usr/local/openssl-1.1.1
>
> But make encountered this error.
>
> /usr/bin/ld: warning: libcrypto.so.111, needed by
> /usr/local/lib/libevent.so, may conflict with libcrypto.so.9
> /usr/bin/ld: undefined reference to symbol
> `DSA_set0_key@@OPENSSL_1_1_0' (try adding -lcrypto)
> //lib/libcrypto.so.111: could not read symbols: Bad value
> cc: error: linker command failed with exit code 1 (use -v to see
> invocation)
> *** Error code 1
>
> Im sure im doing something really stupid wrong, but, I don't know what
> it is and have wacked away at this for hours..
>
>
More information about the Unbound-users
mailing list