Date: Sat, 11 Aug 2007 18:58:23 -0700 From: Noah <admin2@enabled.com> To: User Questions <freebsd-questions@freebsd.org> Subject: subversion doesnt build: /usr/bin/ld: cannot find -lgssapi_krb5 Message-ID: <46BE693F.4000808@enabled.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46BE693F.4000808>