From owner-freebsd-questions@FreeBSD.ORG Thu Mar 13 17:41:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CFD41065679 for ; Thu, 13 Mar 2008 17:41:27 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2426A8FC16 for ; Thu, 13 Mar 2008 17:41:27 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 2E1531CD18; Thu, 13 Mar 2008 09:41:26 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 13 Mar 2008 18:41:24 +0100 User-Agent: KMail/1.9.7 References: <47D825B6.1050207@fechner.net> <200803122021.25842.fbsd.questions@rachie.is-a-geek.net> <47D90964.4010605@fechner.net> In-Reply-To: <47D90964.4010605@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803131841.24798.fbsd.questions@rachie.is-a-geek.net> Cc: Matthias Fechner Subject: Re: Source Upgrade to FreeBSD 7 fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 17:41:27 -0000 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.