Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 18:41:24 +0100
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Matthias Fechner <idefix@fechner.net>
Subject:   Re: Source Upgrade to FreeBSD 7 fails
Message-ID:  <200803131841.24798.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <47D90964.4010605@fechner.net>
References:  <47D825B6.1050207@fechner.net> <200803122021.25842.fbsd.questions@rachie.is-a-geek.net> <47D90964.4010605@fechner.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 13 March 2008 12:00:52 Matthias Fechner wrote:
> Hi Mel,
>
> Mel schrieb:
> > How ever did you get something in /usr/src looking for /usr/local/lib/*?
>
> hm not really. I deleted now /usr/src and /usr/obj, did a fresh cvsup
> and got the same error message.
>
> > What's in /etc/make.conf please?
>
> hm, that is a bit longer but here:

> WITH_OPENLDAP=yes

libssl.so.4, needed by 
/usr/local/lib/libldap.so, not found 

And it looks as though, /usr/src/kerberos5/Makefile.inc sets OPENLDAPBASE 
to /usr/local if WITH_OPENLDAP is defined.

So, chicken and egg problem for you, either fix your openldap build, that 
currently depends on a non-existing libssl.so.4 (from 6.x I presume) or unset 
WITH_OPENLDAP for the purpose of building world and then upgrade your ports.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



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