From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 21 21:00:23 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEEA716A46C for ; Mon, 21 Jan 2008 21:00:23 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from dargo.cs.uoguelph.ca (dargo.cs.uoguelph.ca [131.104.94.197]) by mx1.freebsd.org (Postfix) with ESMTP id A45C013C4DD for ; Mon, 21 Jan 2008 21:00:23 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by dargo.cs.uoguelph.ca (8.13.1/8.13.1) with ESMTP id m0LKhI79017120 for ; Mon, 21 Jan 2008 15:43:18 -0500 Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id m0LKkcH19541 for ; Mon, 21 Jan 2008 15:46:38 -0500 (EST) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Mon, 21 Jan 2008 15:46:38 -0500 (EST) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: freebsd-bugs@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.63 on 131.104.94.197 Subject: FreeBSD7-RC1 gss api library linkage issue X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 21:00:24 -0000 When I link an app. that uses gssapi libraries on FreeBSD7-RC1 (i386), they link, but the binary fail with: dlopen() cant open /usr/lib/libgssapi_krb5.so.8. (The version on the system is /usr/lib/libgssapi_krb5.so.9.) I got around the problem by creating a symlink for libgssapi_krb5.so.8 that points to libgssapi_krb5.so.9, but there mus be a better fix? (Is the path hardwired in libgssapi sources?) The good news is that, after creating the symlink, everything works fine. (The bug I reported w.r.t. crashes inside the gssapi library in the May 2007 snapshot has been fixed.:-) rick, who knows diddly about dynamic library setup