From owner-freebsd-ports@FreeBSD.ORG Tue Sep 15 22:22:40 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F07106568B for ; Tue, 15 Sep 2009 22:22:40 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 169498FC0A for ; Tue, 15 Sep 2009 22:22:39 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 38F817E818; Tue, 15 Sep 2009 14:22:52 -0800 (AKDT) From: Mel Flynn To: freebsd-ports@freebsd.org Date: Wed, 16 Sep 2009 00:22:36 +0200 User-Agent: KMail/1.12.1 (FreeBSD/8.0-BETA4; KDE/4.3.1; i386; ; ) References: <852989670.1316281253052169796.JavaMail.root@mail-01.cse.ucsc.edu> In-Reply-To: <852989670.1316281253052169796.JavaMail.root@mail-01.cse.ucsc.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200909160022.36827.mel.flynn+fbsd.ports@mailing.thruhere.net> Cc: Tim Gustafson Subject: Re: Creating a New Port: /usr/ports/security/pecl-kadm5 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: Tue, 15 Sep 2009 22:22:40 -0000 On Wednesday 16 September 2009 00:02:49 Tim Gustafson wrote: > > You will have to test if this works as expected. I just made it > > compile and link. > > Awesome, thanks! I've got it complied and installed. > > Here's what I get when I use this library now: > > /libexec/ld-elf.so.1: /usr/lib/libkrb5.so.9: Undefined symbol "issuid" > > Is that enough to go on, or do you need more info? Ah yes, didn't test on earlier versions. It's passed midnight here, but I'll add fixes for 7 and 6.x if possible. You probably need to add -lroken to the link chain for this. If you get what's happening in files/patch-config.m4 you can try and fix it yourself. -- Mel