From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 23:13:38 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 CB7CB16A41F for ; Sat, 3 Dec 2005 23:13:38 +0000 (GMT) (envelope-from nehe@cruzinternet.com) Received: from mail.wisphosting.net (talon.airsurfer.ca [66.244.192.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5783B43D5D for ; Sat, 3 Dec 2005 23:13:37 +0000 (GMT) (envelope-from nehe@cruzinternet.com) Received: (qmail 34568 invoked by uid 89); 3 Dec 2005 23:15:19 -0000 Received: by simscan 1.1.0 ppid: 34544, pid: 34558, t: 1.5033s scanners: clamav: 0.87/m:34/d:1200 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.wisphosting.net X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from h65-255-228-201.gtcust.grouptelecom.net (HELO ?192.168.1.2?) (nehe@cruzinternet.com@65.255.228.201) by mail.wisphosting.net with SMTP; 3 Dec 2005 23:15:18 -0000 Message-ID: <439226E6.8020801@cruzinternet.com> Date: Sat, 03 Dec 2005 16:14:46 -0700 From: Jeff Molofee User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051203165631.97BAC16A427@hub.freebsd.org> In-Reply-To: <20051203165631.97BAC16A427@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Acrobat 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 23:13:38 -0000 Hello, I know there are many sites that discuss this issue, but they all seem to be outdated, incorrect, or simply do not work. I am running galeon with linux-pluginwrappers. I can open Realaudio, Flash6 and Java, but when I attempt to load a PDF I see nothing. The screen is blank. I do not see any error messages on the console, etc. My libmap is as follows: ####################################################### # Acrobat5 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase [/usr/X11R6/Acrobat5/Browsers/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so # Japanese Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase [/usr/X11R6/Acrobat7/Browser/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so ####################################################### Acrobat is installed and runs fine on it's own. Directory info (all that I can think would apply is as follows): > locate nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so /usr/X11R6/lib/browser_plugins... > ls -la drwxr-xr-x 2 root wheel 512 Dec 3 16:05 . drwxr-xr-x 56 root wheel 15360 Dec 3 14:09 .. -rw-r--r-- 1 root wheel 0 Dec 2 05:31 .firefox.keep -rw-r--r-- 1 root wheel 0 Dec 2 08:12 .mozilla.keep -rw-r--r-- 1 root wheel 0 Dec 2 06:48 .thunderbird.keep lrwxr-xr-x 1 root wheel 52 Nov 17 00:53 flashplayer.xpt -> /usr/X11R6/lib/browser_linux_plugins/flashplayer.xpt lrwxr-xr-x 1 root wheel 54 Nov 17 00:54 libflashplayer.so -> /usr/X11R6/lib/browser_linux_plugins/libflashplayer.so lrwxr-xr-x 1 root wheel 62 Dec 2 08:12 libjavaplugin_oji.so -> /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so lrwxr-xr-x 1 root wheel 47 Nov 17 00:54 nphelix.so -> /usr/X11R6/lib/browser_linux_plugins/nphelix.so lrwxr-xr-x 1 root wheel 48 Nov 17 00:54 nphelix.xpt -> /usr/X11R6/lib/browser_linux_plugins/nphelix.xpt lrwxr-xr-x 1 root wheel 78 Dec 3 16:04 nppdf.so -> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux... > ls -la drwxr-xr-x 2 root wheel 512 Nov 20 20:35 . drwxr-xr-x 3 root wheel 512 Nov 20 20:35 .. -rwxr-xr-x 1 root wheel 878568 Nov 20 20:35 nppdf.so Would really appreciate some advice.