From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 01:22:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B0416A4CE; Thu, 18 Mar 2004 01:22:23 -0800 (PST) Received: from postman.arcor.de (postman4.arcor-online.net [151.189.0.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795E943D39; Thu, 18 Mar 2004 01:22:22 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2I9M9D2015351 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 18 Mar 2004 10:22:20 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B3tj3-0005yC-D7; Thu, 18 Mar 2004 10:22:05 +0100 Message-ID: <40596A3D.7060908@fillmore-labs.com> Date: Thu, 18 Mar 2004 10:22:05 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Robert Fitzpatrick References: <1079575486.3753.186.camel@columbus> In-Reply-To: <1079575486.3753.186.camel@columbus> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org cc: nectar@freebsd.org Subject: Re: Config options for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 09:22:23 -0000 Robert Fitzpatrick wrote: > I'm not sure if this list is where I should post this, but I've not been > able to get the answer I need on the questions list. You could, but: - you should choose a subject that triggers the attention of people who are not reading *every* message, like "OpenLDAP support in port security/heimdal" - not forget to CC the maintainer, nectar@FreeBSD.org > 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? Or what I am doing wrong for this particular port? Btw, while I'm here: security/heimdal should use USE_OPENLDAP, since OpenLDAP 2.0 will be removed from the ports tree May 2004. Oliver