From owner-freebsd-questions@FreeBSD.ORG Sun Aug 12 01:58:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 118F716A417 for ; Sun, 12 Aug 2007 01:58:32 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 0101213C45B for ; Sun, 12 Aug 2007 01:58:31 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-2.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id l7C1wVZO003401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 11 Aug 2007 18:58:31 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46BE693F.4000808@enabled.com> Date: Sat, 11 Aug 2007 18:58:23 -0700 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: subversion doesnt build: /usr/bin/ld: cannot find -lgssapi_krb5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 01:58:32 -0000 Hi, subversion doesnt build: /usr/bin/ld: cannot find -lgssapi_krb5 any clues why the gssapi_krb5 is not found. where shall I find the gssapi_krb5 library? Shall I use the library from the linux compatibility dirs? 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 cd subversion/libsvn_ra_dav && /usr/local/bin/libtool --tag=CC --silent --mode=link cc -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -L/usr/local/lib/db42 -rpath /usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/lib/libaprutil-1.la -lldap -llber -ldb-4.2 -lexpat -liconv /usr/local/lib/libapr-1.la -lcrypt -lpthread -L/usr/local/lib -rpath=/usr/local/lib -L/usr/local/lib -lneon -lintl -lz -L/usr/local/lib -lssl -lcrypto -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -O2 -fno-strict-aliasing -pipe -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lexpat -lintl -lz /usr/bin/ld: cannot find -lgssapi_krb5 *** Error code 1 Stop in /usr/ports/devel/subversion/work/subversion-1.4.4. *** Error code 1 Stop in /usr/ports/devel/subversion. access1# access1# find / -name \*gssapi_krb5\* /usr/compat/linux/usr/lib/libgssapi_krb5.so.2 /usr/compat/linux/usr/lib/libgssapi_krb5.so.2.2 Help please. Cheers, Noah