From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 15:51:31 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 6BDEF16A464 for ; Mon, 3 Oct 2005 15:51:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7D343D49 for ; Mon, 3 Oct 2005 15:51:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 21797 invoked from network); 3 Oct 2005 15:51:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Oct 2005 15:51:30 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3E29240; Mon, 3 Oct 2005 11:51:28 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Vladimir Tsvetkov References: <666bdb140510030335w12c98872l@mail.gmail.com> <666bdb140510030749y48e05a98t@mail.gmail.com> From: Lowell Gilbert Date: 03 Oct 2005 11:51:27 -0400 In-Reply-To: <666bdb140510030749y48e05a98t@mail.gmail.com> Message-ID: <44zmpq1tvk.fsf@be-well.ilk.org> Lines: 34 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org 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: Mon, 03 Oct 2005 15:51:31 -0000 Vladimir Tsvetkov writes: > I had no problems with the make install clean with this port, > but when I try to start acroread7, I got the following message: > > # acroread7 > /compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread: > error while loading shared libraries: libfreetype.so.6: cannot open > shared object file: No such file or directory > > I've searched for the libfreetype.so.6 shared object on my machine and > I got the following: > > # find /usr -name "libfreetype.so.*" > /usr/local/lib/libfreetype.so.9 > > Maybe I have a newer version of libfreetype.so.*. > I tried with a symbolic link: > > # ln -s /usr/local/lib/libfreetype.so.9 /usr/local/lib/libfreetype.so.6 > > And then again: > # acroread7 > /compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread: > error while loading shared libraries: libfreetype.so.6: cannot open > shared object file: No such file or directory > > So, this method doesn't work. > Any suggestions? > Thanks in advance! You need the Linux version (as acroread is a Linux X executable). On my -STABLE system, it was installed as part of linux_base-8, as a dependency.