From owner-freebsd-questions@FreeBSD.ORG Mon May 22 21:20:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4AA16B0D8 for ; Mon, 22 May 2006 21:20:35 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5715043D48 for ; Mon, 22 May 2006 21:20:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3D1A51A4E28; Mon, 22 May 2006 14:20:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A029451F3E; Mon, 22 May 2006 17:20:34 -0400 (EDT) Date: Mon, 22 May 2006 17:20:34 -0400 From: Kris Kennaway To: db Message-ID: <20060522212034.GB4044@xor.obsecurity.org> References: <4471D158.8000008@traceroute.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: <4471D158.8000008@traceroute.dk> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: LIB_DEPENDS problem 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: Mon, 22 May 2006 21:20:36 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 22, 2006 at 02:57:28PM +0000, db wrote: > Hi all >=20 > I'm trying to make a new port that depends on ACE and pqxx, but it can't= =20 > find lib pqxx even though it is installed. >=20 > work# make -DNO_CHECKSUM > =3D=3D=3D> WARNING: Vulnerability database out of date, checking anyway > =3D=3D=3D> Extracting for esad-0.1 > =3D=3D=3D> Patching for esad-0.1 > =3D=3D=3D> esad-0.1 depends on shared library: ACE_SSL - found > =3D=3D=3D> esad-0.1 depends on shared library: pqxx - not found > =3D=3D=3D> Verifying install for pqxx in=20 > /usr/ports/databases/postgresql-libpqxx Notice that it didn't build this port, but skipped straight to installing it. This means that you have a stale build of the port, and need to run 'make clean' before and/or after your builds as a matter of habit. Kris --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEcisiWry0BWjoQKURAsgCAKDDASqfhhy9qB+4IQJ+75D5gybSHACfZszF n1k0FAA7WXhpjQG35cOJcEg= =by5p -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0--