From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 13:18:03 2005 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 3DF5916A41F for ; Tue, 4 Oct 2005 13:18:03 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D9C43D46 for ; Tue, 4 Oct 2005 13:18:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20638 invoked from network); 4 Oct 2005 13:18:02 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Oct 2005 13:18:02 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 60CB82F; Tue, 4 Oct 2005 09:18:01 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Vladimir Tsvetkov To: freebsd-questions@freebsd.org References: <666bdb140510030335w12c98872l@mail.gmail.com> <666bdb140510030749y48e05a98t@mail.gmail.com> <44zmpq1tvk.fsf@be-well.ilk.org> <666bdb140510030857m1bf5de6cr@mail.gmail.com> <447jcu1tej.fsf@be-well.ilk.org> <666bdb140510031028l29b3ed2cx@mail.gmail.com> From: Lowell Gilbert Date: 04 Oct 2005 09:18:00 -0400 In-Reply-To: <666bdb140510031028l29b3ed2cx@mail.gmail.com> Message-ID: <44ek71beuv.fsf@be-well.ilk.org> Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Problems with Acroread7 port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 13:18:03 -0000 Vladimir Tsvetkov writes: > > I meant that you need the X version of libfreetype. > > I've just installed /usr/ports/emulators/linux_base-8 port, but happen > also to break my acroread5 port, and neither acroread5 nor acroread6 > works. I haven't had acroread6 installed in a long time, but acroread5 still works for me (in a very carefully controlled environment, because its security bugs are both serious and unlikely to be fixed). > # acroread > /compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread: > error while loading shared libraries: libXext.so.6: cannot open shared > object file: No such file or directory > > I looked for libXext.so.6: > # find /usr -name "libXext.so.*" > /usr/X11R6/lib/libXext.so.6 > > It appears to be right in place, but still acroread doesn't work. That's *not* the right place. The right place would be /usr/compat/linux/usr/X11R6/lib/libXext.so.6. The one you found will only help you with FreeBSD binaries, not Linux ones. > I started to portupgrade -a: > > # portupgrade -a > Stale dependency: acroread7-7.0.1 --> linux-pango-1.2.1_3 -- manually > run 'pkgdb -F' to fix, or specify -O to force. > > What means that? > I don't understand why this dependency happens to be STALE??? I don't either, but you seem to have been updating things in a haphazard way. Fix the dependency, update the ports, and you should be fine.