From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 15:10:29 2004 Return-Path: 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 9DF7616A4CF; Thu, 18 Mar 2004 15:10:29 -0800 (PST) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBEB43D1F; Thu, 18 Mar 2004 15:10:27 -0800 (PST) (envelope-from robert@webtent.com) Received: from columbus (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i2INAMh10246; Thu, 18 Mar 2004 18:10:22 -0500 From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1079651425.2496.6.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 18 Mar 2004 18:10:25 -0500 Content-Transfer-Encoding: 7bit cc: nectar@freebsd.org Subject: OpenLDAP support in port security/heimdal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 23:10:29 -0000 I am a newbie to ports on FreeBSD and never needed to modify config options for a port before. Now I need OpenLDAP support for Heimdal and from looking at the Makefile, I just need to satisfy WITH_LDAP. I've put it in my /etc/make.conf file and even tried 'make WITH_LDAP=yes', still no luck. I have done 'portupgrade heimdal-0.6' to 0.6_2. After installing, I cannot verify LDAP support using ldd: kdc# ldd /usr/libexec/kdc /usr/libexec/kdc: libkrb5.so.7 => /usr/lib/libkrb5.so.7 (0x2807f000) libhdb.so.7 => /usr/lib/libhdb.so.7 (0x280bc000) libroken.so.7 => /usr/lib/libroken.so.7 (0x280c9000) libasn1.so.7 => /usr/lib/libasn1.so.7 (0x280d8000) libcrypto.so.3 => /lib/libcrypto.so.3 (0x280fe000) libcrypt.so.2 => /lib/libcrypt.so.2 (0x2820c000) libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x28225000) libc.so.5 => /lib/libc.so.5 (0x28227000) kdc# ldd /usr/bin/kadmin /usr/bin/kadmin: libkadm5clnt.so.7 => /usr/lib/libkadm5clnt.so.7 (0x2807c000) libkadm5srv.so.7 => /usr/lib/libkadm5srv.so.7 (0x28084000) libkrb5.so.7 => /usr/lib/libkrb5.so.7 (0x28091000) libroken.so.7 => /usr/lib/libroken.so.7 (0x280ce000) libhdb.so.7 => /usr/lib/libhdb.so.7 (0x280dd000) libasn1.so.7 => /usr/lib/libasn1.so.7 (0x280ea000) libcrypto.so.3 => /lib/libcrypto.so.3 (0x28110000) libcrypt.so.2 => /lib/libcrypt.so.2 (0x2821e000) libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x28237000) libreadline.so.4 => /lib/libreadline.so.4 (0x28239000) libncurses.so.5 => /lib/libncurses.so.5 (0x28267000) libc.so.5 => /lib/libc.so.5 (0x282a7000) Can someone give me some guidance on how to set config options for ports, particularly for this Heimdal port to support an LDAP backend? -- Robert