From owner-freebsd-questions@FreeBSD.ORG Fri Sep 8 20:32:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E45216A407 for ; Fri, 8 Sep 2006 20:32:18 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E68C43D46 for ; Fri, 8 Sep 2006 20:32:17 +0000 (GMT) (envelope-from josh.carroll@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so752319wxd for ; Fri, 08 Sep 2006 13:32:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=F0q4c3RgOpmLgEItsA1hvtLrr1Bls0SvJfzFwR36FefqIp2G+t0xYjM/8DYucp7ouMiaCUBaDEZZpEZQRQfwkjJA7tDRdc9QxFDBF3XZgu9bQ1V8aRIeVauPydnRzY1ffrPV2VzqaYd/G301/tKqPqegbwizZGWkz8LwXRazyUw= Received: by 10.90.94.2 with SMTP id r2mr1134972agb; Fri, 08 Sep 2006 13:32:16 -0700 (PDT) Received: by 10.90.56.6 with HTTP; Fri, 8 Sep 2006 13:32:16 -0700 (PDT) Message-ID: <8cb6106e0609081332x30422334w52811830c51e1016@mail.gmail.com> Date: Fri, 8 Sep 2006 13:32:16 -0700 From: "Josh Carroll" Sender: josh.carroll@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <200609082125.08395.vdemart1@tin.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200609082125.08395.vdemart1@tin.it> X-Google-Sender-Auth: 971c70e8c92e0cc4 Subject: Re: Acroread doesn't find a lib 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: Fri, 08 Sep 2006 20:32:18 -0000 Does /usr/X11R6/lib/libXfixes.so.3 exist? It is in the xorg-libraries-6.9.0 package, so you might try re-installing it (via ports or pkg_add, depending which you originally used). If it does exist, try running ldconfig to see if the library shows up: ldconfig -r | grep libXfixes.so.3 If it doesn't, you can try: ldconfig -m /usr/X11R6/lib Then see whether it's showing up with ldconfig -r. Josh On 9/8/06, vittorio wrote: > Under freebsd 6.1 I have just portupgraded the ports acroread-7.0.8 and > libXfixes-2.0.1_2. > > BUT > > #acroread > /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: error while > loading shared libraries: libXfixes.so.3: cannot open shared object file: No > such file or directory > > > What should I do? > > Vittorio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >