From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 14:49:19 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 ADD7416A41F for ; Mon, 3 Oct 2005 14:49:19 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C020543D48 for ; Mon, 3 Oct 2005 14:49:18 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so266087nzd for ; Mon, 03 Oct 2005 07:49:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aJ7fipMBrHVQbc0sstdckUvSCBvb5XeuetQmRkq9kiXY26t60g9gKHQNWTwfZ494emr7wiIuQzGOfgLskGzW2VQcxberHf5jaNH/fDnO9xs/PFSmfHNvi/UWIWzcAFEVqjIjxy9xH1oKl/YronSURau78q4u3oEU5mTJn3c5KYI= Received: by 10.36.250.56 with SMTP id x56mr241154nzh; Mon, 03 Oct 2005 07:49:18 -0700 (PDT) Received: by 10.36.250.66 with HTTP; Mon, 3 Oct 2005 07:49:17 -0700 (PDT) Message-ID: <666bdb140510030749y48e05a98t@mail.gmail.com> Date: Mon, 3 Oct 2005 17:49:18 +0300 From: Vladimir Tsvetkov To: freebsd-questions@freebsd.org In-Reply-To: <666bdb140510030335w12c98872l@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <666bdb140510030335w12c98872l@mail.gmail.com> Subject: Problems with Acroread7 port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vladimir Tsvetkov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 14:49:19 -0000 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! Best Regards, Vladimir Tsvetkov p.s. This message was also sended to the port maintainer