From owner-freebsd-current@FreeBSD.ORG Sun Jul 24 20:18:37 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 167B216A41F for ; Sun, 24 Jul 2005 20:18:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98AF843D46 for ; Sun, 24 Jul 2005 20:18:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j6OKIZNV015116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Jul 2005 16:18:36 -0400 Received: from obsecurity.dyndns.org (fields.fields.utoronto.ca [128.100.216.11]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j6OKIZ6P019072; Sun, 24 Jul 2005 16:18:35 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0C3B95125D; Sun, 24 Jul 2005 16:18:30 -0400 (EDT) Date: Sun, 24 Jul 2005 16:18:28 -0400 From: Kris Kennaway To: Sean McNeil Message-ID: <20050724201828.GA4197@xor.obsecurity.org> References: <1122147652.79125.2.camel@server.mcneil.com> <20050724192400.GA84677@xor.obsecurity.org> <823BAD73-E476-415B-AC47-16FD74CD7627@mcneil.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <823BAD73-E476-415B-AC47-16FD74CD7627@mcneil.com> User-Agent: Mutt/1.4.2.1i Cc: current@freebsd.org, Kris Kennaway Subject: Re: libcrypto.so.3 problem building world with kerberos X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 20:18:37 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 24, 2005 at 01:03:04PM -0700, Sean McNeil wrote: >=20 > On Jul 24, 2005, at 12:24 PM, Kris Kennaway wrote: >=20 > >On Sat, Jul 23, 2005 at 12:40:52PM -0700, Sean McNeil wrote: > > > >>I get the following error during build: > >> > >>/usr/obj/usr/src/tmp/usr/bin/ld: warning: libcrypto.so.3, needed > >>by /usr/local/lib/libldap.so, not found (try using -rpath or > >>-rpath-link) > >>/usr/obj/usr/src/tmp/usr/bin/ld: warning: libssl.so.3, needed > >>by /usr/local/lib/libldap.so, not found (try using -rpath or > >>-rpath-link) > >>/usr/local/lib/libldap.so: undefined reference to > >>`SSL_CTX_set_tmp_rsa_callback'/usr/local/lib/libldap.so: undefined > >>reference to `ssl3_send_alert' > ... > >>looks like the version number was bumped and the build won't look > >>in /lib. Is that what is going on? > >> > > > >Do you need to recompile the third party port being used by > >buildworld? >=20 > Yes, that was the solution, but the issue is why the build will not =20 > allow for libraries in /lib? Is it because all libraries in /lib are =20 > suppose to be superseded by a new build? Yes..you don't normally want to link anything in the buildworld (except bootstrap tools, probably) with previously existing libraries on the system, or they're not being upgraded. > I'm just wondering about =20 > the reasoning that pulls in local packages (ldap.so in /usr/local/=20 > lib) but doesn't let stuff be in /lib. That's really a second-class citizen as far as buildworld goes. Perhaps ru could improve the support if you talk to him about it. Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC4/eTWry0BWjoQKURAjVTAJ0amr9okn5Ew6lUZvNfuZukhDlJpQCeOYP9 EA5vd9Po+dXnkjMydvU20lw= =vKDt -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--