On Thu, Apr 27, 2006 at 01:17:06PM -0400, Terry Tree wrote:
> How to I add /usr/pkg/lib into the search path for the dynamic loader ?
>
To get Sendmail to see the sasl libraries from pkgsrc
for SMTP AUTH I had to put this line in /etc/rc.conf
ldconfig_paths="$ldconfig_paths /usr/pkg/lib"
All the best,
John Duncan