[Unbound-users] BINDs views in unbound
Artis Caune
artis.caune at gmail.com
Mon Mar 30 12:56:33 UTC 2009
2009/3/30 Artis Caune <artis.caune at gmail.com>:
> I diffed configure output and found this:
>
> --- bad.configure
> +++ good.configure
>
> -checking for SSL... found in /usr/local
> +checking for SSL... found in /usr
>
> -checking whether pthreads work without any flags... yes
> +checking whether pthreads work without any flags... no
> +checking whether pthreads work with -Kthread... no
> +checking whether pthreads work with -kthread... no
> +checking for the pthreads library -llthread... no
> +checking whether pthreads work with -pthread... yes
>
>
>
>
> and in make output there was only include flag diffs:
>
> --- bad.make
> +++ good.make
>
> - ... -I/usr/include -I/usr/local/include ...
> + ... -I/usr/local/include -I/usr/local/include ...
I missed that it's also missing "-pthread" flag in cc and ./libtool
(due to very long lines)
so that explains all.
I tried to fix all flags (as I did) and added "-pthread" to CFLAGS and
yes, my unbound is working with openssl from ports without freezing
:))))
--
regards,
Artis Caune
<----. CCNA | BSDA
<----|====================
<----' didii FreeBSD
More information about the Unbound-users
mailing list