From owner-freebsd-current@FreeBSD.ORG Sat Jul 14 06:15:50 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02CFA16A409 for ; Sat, 14 Jul 2007 06:15:50 +0000 (UTC) (envelope-from philip.weaver@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id CD4A813C4AC for ; Sat, 14 Jul 2007 06:15:49 +0000 (UTC) (envelope-from philip.weaver@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so887655waf for ; Fri, 13 Jul 2007 23:15:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=TSSAw8qLjE5QOU9M89Ddd4oF9QIq1BSDOrdDxFRVI0C88Cearw+UOHQMkZzCCzeOOgsrgelFAQFXwSVMK+abaNf5y1JmXbODAt3+JFFzERKUY9biuNcA0+PV8jkTjKLpJUH3n/gtB/0F1aIISbAFu0DzRUODriTw+TaL0Q41UpM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=d889/B9Nium4+8UkuwK87CNcyGAxoNM+rgyBlClUFnuUJAXMEuBamGMbUbxc54U+LN3t0dNn5KNkBhkaURRVrvJwcRWKjmnjuuQ1SXNJSlVBXxqVLamivzFfJFB/N8ykQlNP3VjWxKEWXPHOdycwFNH5ikKGrY6HmGoBrr9g5bM= Received: by 10.114.157.1 with SMTP id f1mr2318277wae.1184392133613; Fri, 13 Jul 2007 22:48:53 -0700 (PDT) Received: by 10.114.26.5 with HTTP; Fri, 13 Jul 2007 22:48:53 -0700 (PDT) Message-ID: Date: Sat, 14 Jul 2007 00:48:53 -0500 From: "Philip Weaver" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: xauth package can't find libXau.so.6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 06:15:50 -0000 On a fairly fresh amd64 7-current system (nothing X-related installed yet), I installed this tightvnc package: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-current/net/tightvnc-1.3.8_2.tbz This pulled in libXau and xauth packages. However, whenever I run xauth (as root or not), I get this error: /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" The file /usr/local/lib/libXau.so.6 does exist. I have tried removing both libXau and xauth and reinstalling the packages (I cannot install them from source because I get errors like this: /usr/bin/ld: skipping incompatible /usr/local/lib/libXau.a when searching for -lXau) This is my first post here, so I'm sorry if I didn't follow the, erm, protocol for posting :) - Phil