Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2004 23:57:27 +0200 (CEST)
From:      Michael Reifenberger <mike@Reifenberger.com>
To:        Sean McNeil <sean@mcneil.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: bad shared library ordering
Message-ID:  <20040913235337.Y8412@fw.reifenberger.com>
In-Reply-To: <1095106952.9560.14.camel@server.mcneil.com>
References:  <1095106952.9560.14.camel@server.mcneil.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Sep 2004, Sean McNeil wrote:

> Date: Mon, 13 Sep 2004 13:22:32 -0700
> From: Sean McNeil <sean@mcneil.com>
> To: freebsd-current@freebsd.org
> Subject: bad shared library ordering
> 
> I have had issues with kadmin on amd64 for quite a while.  It turns out
> to be an issue with library ordering.  libcrypto.so is used by kadmin.
> There is one in /usr/lib that points to /lib/libcrypto.so.3 (the correct
> one) and one in /usr/local/lib which points to
> /usr/local/lib/libcrypto.so.3 (comes from security/openssl).
>
...
> If I temporarily rename the one in /usr/local/lib then kadmin doesn't
> core dump on me.
>

This is not a -current problen.
It's not a problem of your base system either.
Your ldap/sasl ports are not compiled with WITH_OPENSSL_BASE=yes
in /etc/make.conf

Bye/2
---
Michael Reifenberger, Business Development Manager SAP-Basis, Plaut Consulting
Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com
       http://www.plaut.de           |       http://www.Reifenberger.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040913235337.Y8412>