From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 15:02:15 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 46DE216A420 for ; Tue, 4 Oct 2005 15:02:15 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BC843D53 for ; Tue, 4 Oct 2005 15:02:12 +0000 (GMT) (envelope-from npacemo@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so45021nzd for ; Tue, 04 Oct 2005 08:02:09 -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=XJeTMmy0+enhqQHe6sPyZ8UUgqxzx3O8p+wMB0UlDfuNJOyVTmjYBANEDj5Jd8I0hYRfe/GPA3VPWCm7hhmsJeBA2gFcR//DueDgq/kFJuUV76vTGx/FfO2y1EXowcF8/hB8oCvpdpg5UbUUziHor/QCzaIORgC4MmH0EMfGahk= Received: by 10.37.15.20 with SMTP id s20mr278131nzi; Tue, 04 Oct 2005 08:02:09 -0700 (PDT) Received: by 10.36.250.66 with HTTP; Tue, 4 Oct 2005 08:02:09 -0700 (PDT) Message-ID: <666bdb140510040802r781d7ec5r@mail.gmail.com> Date: Tue, 4 Oct 2005 18:02:09 +0300 From: Vladimir Tsvetkov To: freebsd-questions@freebsd.org In-Reply-To: <44ek71beuv.fsf@be-well.ilk.org> 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> <666bdb140510030749y48e05a98t@mail.gmail.com> <44zmpq1tvk.fsf@be-well.ilk.org> <666bdb140510030857m1bf5de6cr@mail.gmail.com> <447jcu1tej.fsf@be-well.ilk.org> <666bdb140510031028l29b3ed2cx@mail.gmail.com> <44ek71beuv.fsf@be-well.ilk.org> Subject: Re: 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: Tue, 04 Oct 2005 15:02:15 -0000 > > > 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). I meant 7 (SEVEN) :). I reinstalled acroread with # portinstall acroread and this fixed the problem with the Acroread5. > > # 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 one= s. > Now, I understand. The problem with the Linux version of FreeType is solved= . This time I am getting a different message about another missing library. But I hope I'm going to fix this too.