From owner-freebsd-ports@FreeBSD.ORG Sat May 21 20:05:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E6016A4CE; Sat, 21 May 2005 20:05:16 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2DC43D1F; Sat, 21 May 2005 20:05:15 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1DZaEY-0007du-MI; Sun, 22 May 2005 00:06:06 +0400 To: rnejdl@ringofsaturn.com References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> From: Boris Samorodov Date: Sun, 22 May 2005 00:06:06 +0400 In-Reply-To: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> (Rusty Nejdl's message of "Sat, 21 May 2005 14:09:27 -0500 (CDT)") Message-ID: <86728721@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" cc: ports@FreeBSD.org cc: bsam@ipt.ru cc: nork@FreeBSD.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:05:16 -0000 On Sat, 21 May 2005 14:09:27 -0500 (CDT) Rusty Nejdl wrote: > I am using FreeBSD 5.4 and Adobe Acrobat version 7. I noticed that pdf's > would open but do nothing inside of Firefox. I found that the example > listed for /etc/libmap.conf was incorrect. This is what's listed: > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > This should instead be: > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > After correcting this and restarting firefox, acrobat worked correctly. Do you have a link /compat -> usr/compat ? ----- bsam@s.ipt.ru$ cd / bsam@s.ipt.ru$ ls -l compat lrwxr-xr-x 1 root wheel 10 29 jan 2004 compat -> usr/compat ----- > Rusty Nejdl -- bsam