From owner-freebsd-questions@FreeBSD.ORG Wed Mar 18 12:03:34 2009 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 DAF6710657CD for ; Wed, 18 Mar 2009 12:03:33 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 2D55D8FC28 for ; Wed, 18 Mar 2009 12:03:32 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by fxm11 with SMTP id 11so14392fxm.43 for ; Wed, 18 Mar 2009 05:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=g3O4Efcj2bUwSH8Uol0RwOpoKJ3nvNC3bYuh0vWqK4s=; b=mMGmWbUTlvgV+upFx1QPOCt8IVi2oPS4AAFSEV0ipw0Nc0RqvNicgkiROzJVIpELM9 nyV+a+GtjjP5WCOnEsT+tlFW6yuWb15IObU9xCkIgH7laO51LOfho3u2f4lYw1WpnOmk FV3ZLZoh2NkLhrtGkBcgC2s0yiM8u3TxRBr6k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZogtVHUZTh6J9GnVYvsu2uF9B0BmkD8mFDrbbxybIAeaLfv66jqxGbkQGMvQBobMad YAROMKzvzZsL9/BTUCApbaTjumVxTLPMN5zldI5GJUo2lio781tq9xgRCRLMPOyMNSZ8 uhnZTItmO44jq/XfHKS3u3s9qLfayZ+tVjKsM= MIME-Version: 1.0 Received: by 10.223.119.198 with SMTP id a6mr957109far.42.1237377811630; Wed, 18 Mar 2009 05:03:31 -0700 (PDT) Date: Wed, 18 Mar 2009 15:03:31 +0300 Message-ID: <991123400903180503q3d52722q9d95ac7e1f3f9e12@mail.gmail.com> From: "\"Remorque\"" To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD-7.1-RELEASE and libkrb5 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: Wed, 18 Mar 2009 12:03:43 -0000 I am doing portupgrade -aOW and one port keeps failing: cal/lib/libiconv.so /usr/local/lib/libpcre.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/evolution/2.24 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/evolution/2.24 /usr/bin/ld: warning: libkrb5.so.9, needed by /usr/local/lib/ libexchange-storage-1.2.so, may conflict with libkrb5.so.23 /usr/bin/ld: warning: libgcrypt.so.15, needed by /usr/local/lib/ libsoup-2.4.so, may conflict with libgcrypt.so.16 /usr/lib/libkrb5.so.9: undefined reference to `copy_octet_string' gmake[2]: *** [evolution-exchange-storage] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.24.5/storage' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.24.5' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/mail/evolution-exchange. Now, looking at what could be causing such a failure, I see: FreeBSD-7# ls -al `locate libkrb5` lrwxrwxrwx 1 root wheel 14 Dec 18 14:54 /usr/compat/linux/usr/lib/libkrb5.so.3 -> libkrb5.so.3.2 -rwxr-xr-x 1 root wheel 557868 Dec 18 14:53 /usr/compat/linux/usr/lib/libkrb5.so.3.2 lrwxrwxrwx 1 root wheel 21 Dec 18 14:54 /usr/compat/linux/usr/lib/libkrb5support.so.0 -> libkrb5support.so.0.1 -rwxr-xr-x 1 root wheel 29048 Dec 18 14:53 /usr/compat/linux/usr/lib/libkrb5support.so.0.1 -r--r--r-- 1 root wheel 359260 Mar 10 15:45 /usr/lib/libkrb5.a lrwxr-xr-x 1 root wheel 12 Mar 10 15:45 /usr/lib/libkrb5.so -> libkrb5.so.9 -r--r--r-- 1 root wheel 241288 Mar 10 15:45 /usr/lib/libkrb5.so.9 -r--r--r-- 1 root wheel 372920 Mar 10 15:45 /usr/lib/libkrb5_p.a -r--r--r-- 1 root wheel 225860 May 26 2008 /usr/local/lib/compat/libkrb5.so.7 -r--r--r-- 1 root wheel 216484 Mar 14 17:33 /usr/local/lib/compat/libkrb5.so.8 -rw-r--r-- 1 root wheel 531560 Mar 10 22:58 /usr/local/lib/libkrb5.a -rwxr-xr-x 1 root wheel 896 Mar 10 22:58 /usr/local/lib/libkrb5.la lrwxr-xr-x 1 root wheel 13 Mar 10 22:58 /usr/local/lib/libkrb5.so -> libkrb5.so.23 -rwxr-xr-x 1 root wheel 432449 Mar 10 22:58 /usr/local/lib/libkrb5.so.23 -rw-r--r-- 1 root wheel 9585 Dec 28 11:47 /usr/src/kerberos5/lib/libkrb5/Makefile Why is it that I have these two below? lrwxr-xr-x 1 root wheel 12 Mar 10 15:45 /usr/lib/libkrb5.so -> libkrb5.so.9 lrwxr-xr-x 1 root wheel 13 Mar 10 22:58 /usr/local/lib/libkrb5.so -> libkrb5.so.23 Did I at some point screw up with the system? FreeBSD-7# uname -a FreeBSD FreeBSD-7 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Mar 9 11:03:09 EAT 2009 root@FreeBSD-7:/usr/obj/usr/src/sys/BEASTIE-7.x i386 -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "The only time a woman really succeeds in changing a man is when he is a baby." - Natalie Wood