From owner-freebsd-ports@FreeBSD.ORG Mon Mar 28 19:17:35 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB2B11065672 for ; Mon, 28 Mar 2011 19:17:35 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 5FDF58FC0C for ; Mon, 28 Mar 2011 19:17:34 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p2SJHORG042302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Mar 2011 22:17:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id p2SJHOuX026767; Mon, 28 Mar 2011 22:17:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p2SJHODm026766; Mon, 28 Mar 2011 22:17:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 28 Mar 2011 22:17:24 +0300 From: Kostik Belousov To: Kevin Oberman Message-ID: <20110328191724.GS78089@deviant.kiev.zoral.com.ua> References: <20110328182240.7615B1CC0C@ptavv.es.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Rfw3GMIJL+0KhGrw" Content-Disposition: inline In-Reply-To: <20110328182240.7615B1CC0C@ptavv.es.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org Subject: Re: Unable to configure dirmngr after libksba upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2011 19:17:35 -0000 --Rfw3GMIJL+0KhGrw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2011 at 11:22:40AM -0700, Kevin Oberman wrote: > After I upgraded libksba to 1.2.0, I attempted to re-build dirmngr, but > all of my systems are failing due to failing to detect LDAP. >=20 > checking whether LDAP via "-lldap" is present and sane... no > checking whether LDAP via "-lldap -llber" is present and sane... no > checking whether LDAP via "-lldap -llber -lresolv" is present and sane...= no > checking whether LDAP via "-lwldap32" is present and sane... no > checking for ANSI C header files... (cached) yes > checking for string.h... (cached) yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for size_t... yes > checking return type of signal handlers... void > checking whether sys_siglist is declared... yes > checking for byte typedef... no > checking for ushort typedef... yes > checking for ulong typedef... no > checking for struct sigaction... yes > checking for sigset_t... yes > checking for sys/stat.h... (cached) yes > checking for unistd.h... (cached) yes > checking direct.h usability... no > checking direct.h presence... no > checking for direct.h... no > checking if mkdir takes one argument... no > checking for memicmp... no > checking for stpcpy... yes > checking for strsep... yes > checking for strlwr... no > checking for strtoul... yes > checking for memmove... yes > checking for stricmp... no > checking for strtol... yes > checking for memrchr... yes > checking for isascii... yes > checking for timegm... yes > checking for getrusage... yes > checking for setrlimit... yes > checking for stat... yes > checking for setlocale... yes > checking for flockfile... yes > checking for funlockfile... yes > checking for funopen... yes > checking for fopencookie... no > checking for gmtime_r... yes > checking for getaddrinfo... yes > checking for strtoull... yes > checking for mmap... yes > checking for canonicalize_file_name... no > configure: > *** > *** You need a LDAP library to build this program. > *** Check out > *** http://www.openldap.org > *** for a suitable implementation. > *** > configure: error:=20 > *** > *** Required libraries not found. Please consult the above messages > *** and install them before running configure again. > *** > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to umq@ueo.co.jp [maintainer] and attach the > "/usr/ports/security/dirmngr/work/dirmngr-1.1.0/config.log" including the > output of the failure of your make command. Also, it might be a good idea= to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/security/dirmngr. > *** Error code 1 >=20 > I certainly do have openldap-client installed. I even re-installed it, > just to make sure nothing had been stepped on. I have libldap and > liblber in /usr/local/lib/ >=20 > The first two attempts fail with: > /usr/local/lib/libldap.so: undefined reference to `fetchGetURL' >=20 > Any idea what may be going wrong? Did you selected "Fetch support" (or similar) in the openldap-client config dialog ? --Rfw3GMIJL+0KhGrw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk2Q3sMACgkQC3+MBN1Mb4hoywCgkHWNfPMcvaxwr+ipcVFfhamq PvcAmwTRlORYPxXeMjCObXfovrf9ipqG =SsWq -----END PGP SIGNATURE----- --Rfw3GMIJL+0KhGrw--