RE: Excessive threads in opendkim-2.2.2 on Solaris 10

From: Murray S. Kucherawy <msk_at_cloudmark.com>
Date: Fri, 28 Jan 2011 11:18:54 -0800

> -----Original Message-----
> From: Gary Mills [mailto:mills_at_cc.umanitoba.ca]
> Sent: Friday, January 28, 2011 11:01 AM
> To: Murray S. Kucherawy
> Cc: opendkim-dev_at_lists.opendkim.org
> Subject: Re: Excessive threads in opendkim-2.2.2 on Solaris 10
>
> > Are you compiling with "--enable-vbr"? In v2.2.2 and prior, libvbr
> > created its own libar instance rather than sharing one with the
> > filter, and that would explain how you get to dispatchers running.
>
> Nope, this is what I used:
>
> #!/bin/sh
> # Built on Solaris 10
> # Requires lib and include symlinks in source files
>
>
> PATH=/usr/sfw/bin:/opt/SUNWspro/bin:/usr/bin:/usr/ccs/bin:/usr/sbin;
> export PATH
>
> env CC=cc \
> INSTALL=/usr/ucb/install \
> LDFLAGS="-R/usr/local/BerkeleyDB.4.4/lib:/usr/local/openssl/lib" \
> ./configure \
> --enable-arlib \
> --with-openssl=/usr/local/openssl \
> --with-milter=/usr/local/src/sendmail/sendmail-8.14.4 \
> --with-db=/usr/local/BerkeleyDB.4.4 \
> --with-domainkeys=/usr/local/src/dkim-milter/dk-milter-1.0.2/obj.SunOS.5.10.i86pc

Ahh, libdk is probably doing it. I'd forgotten you're using it.
Received on Fri Jan 28 2011 - 19:19:03 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:33:08 PST