From owner-freebsd-ports@FreeBSD.ORG Mon Jul 16 09:50:09 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CDDD106564A; Mon, 16 Jul 2012 09:50:09 +0000 (UTC) (envelope-from matthias.schuendehuette@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.freebsd.org (Postfix) with ESMTP id 04A1B8FC14; Mon, 16 Jul 2012 09:50:08 +0000 (UTC) Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.13.6/8.13.6) with ESMTP id q6G9OJll006012; Mon, 16 Jul 2012 11:24:19 +0200 Received: from DEMCHP99ET3MSX.ww902.siemens.net (demchp99et3msx.ww902.siemens.net [139.25.131.243]) by mail3.siemens.de (8.13.6/8.13.6) with ESMTP id q6G9OIAZ009958 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 16 Jul 2012 11:24:18 +0200 Received: from DEMCHP99E94MSX.ww902.siemens.net ([169.254.1.237]) by DEMCHP99ET3MSX.ww902.siemens.net ([139.25.131.243]) with mapi; Mon, 16 Jul 2012 11:24:18 +0200 From: "Schuendehuette, Matthias" To: "fjoe@FreeBSD.org" Date: Mon, 16 Jul 2012 11:24:16 +0200 Thread-Topic: FreeBSD Port: pgadmin3-1.14.2_1 Thread-Index: Ac1jMq5WnKo0aFJkRZarOnAqV8kOkQ== Message-ID: Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "ports@FreeBSD.org" Subject: FreeBSD Port: pgadmin3-1.14.2_1 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, 16 Jul 2012 09:50:09 -0000 Hello, I have some problems concerning kerberos while compiling 'pgadmin3' on my FreeBSD-8.3-STABLE (as of Jun-19) server: I have installed the Heimdal-kerberos of the base system (of course) and additionally the MIT-kerberos from the ports (currently krb5-1.9.2_3). Beca= use of that I have set "KRB5_HOME=3D/usr/local" in /etc/make.conf. But that seems not to be noticed by the port of 'pgadmin3': gmake[2]: Entering directory `/usr/ports/databases/pgadmin3/work/pgadmin3-1= .14.2/pgadmin' ../xtra/png2c/png2c ../pgadmin/include/images/slclusters.png ../pgadmin/inc= lude/images/slclusters.pngc ../xtra/png2c/png2c ../pgadmin/include/images/extension.png ../pgadmin/incl= ude/images/extension.pngc /libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn= 1_error_table_r" gmake[2]: *** [../pgadmin/include/images/slclusters.pngc] Error 1 gmake[2]: *** Waiting for unfinished jobs.... /libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn= 1_error_table_r" gmake[2]: *** [../pgadmin/include/images/extension.pngc] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/pgadmin3/work/pgadmin3-1.= 14.2/pgadmin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/pgadmin3/work/pgadmin3-1.= 14.2' gmake: *** [all] Error 2 *** Error code 1 If I temporarily remove '/usr/lib/libkrb5.so' so that the linker is forced = to access '/usr/local/lib/libkrb5.so' everything works fine. At runtime I have the same problem of course. The loader loads '/usr/lib/li= bkrb5.so' instead of the needed '/usr/local/lib/libkrb5.so'. Shouldn't a dependency to 'security/krb5' be appended to the list of pgadmi= n3's requirements? Or did I make a silly mistake? How can I work around these problems without modifying the base system? with best regards Matthias Sch=FCndeh=FCtte