From owner-freebsd-ports@FreeBSD.ORG Thu Oct 25 15:19:51 2007 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 C101A16A417 for ; Thu, 25 Oct 2007 15:19:51 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.40]) by mx1.freebsd.org (Postfix) with ESMTP id 400E613C4BE for ; Thu, 25 Oct 2007 15:19:51 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (kloboucek.ics.muni.cz [147.251.3.38]) (authenticated user=hopet@ICS.MUNI.CZ bits=0) by minas.ics.muni.cz (8.13.8/8.13.8/SuSE Linux 0.8) with ESMTP id l9PFJVas010613 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 25 Oct 2007 17:19:32 +0200 From: "Petr Holub" To: Date: Thu, 25 Oct 2007 17:19:29 +0200 Message-ID: <002301c8171a$6fb6f930$2603fb93@KLOBOUCEK> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Muni-Spam-TestIP: 147.251.3.38 X-Muni-Envelope-From: hopet@ics.muni.cz X-Muni-Virus-Test: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (minas.ics.muni.cz [147.251.4.35]); Thu, 25 Oct 2007 17:19:32 +0200 (CEST) Cc: ports@FreeBSD.org Subject: RE: security/heimdal problem on 7.0-PRERELEASE 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: Thu, 25 Oct 2007 15:19:52 -0000 So I've discovered the source of the problem which I reported earlier this week. It's shared library conflict: heimdal-1.0.1 installs it's own newer libasn1.so.8 into /usr/local/lib, but kauth tries to use /usr/lib/libasn1.so.8 instead, which doesn't have oid_id_pkcs1_rsaEncryption. How about bumping version number for the shared library, or updating the library in the 7.0-PRERELEASE base system? Petr > -----Original Message----- > From: Petr Holub [mailto:hopet@ics.muni.cz] > Sent: Tuesday, October 23, 2007 4:39 PM > To: ports@freebsd.org > Subject: security/heimdal problem on 7.0-PRERELEASE > > > Hi, > > after installing security/heimdal on 7.0-PRERELEASE from a fresh > portsnap, I've run into the following problem: > > $ kauth > /libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined symbol > "oid_id_pkcs1_rsaEncryption" > > Does anybody have a workaround for this? > > $ uname -a > FreeBSD fbsd-7.fi.muni.cz 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: > Thu Oct 18 1 > 1:07:20 CEST 2007 toor@fbsd-7.fi.muni.cz:/usr/obj/usr/src/sys/FBSD7 i386 > > heimdal-1.0.1 > > > TIA, > Petr > >