From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 22:53:11 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 271DB16A41C for ; Fri, 17 Jun 2005 22:53:11 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id BD5A243D1D for ; Fri, 17 Jun 2005 22:53:10 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 95434 invoked from network); 17 Jun 2005 22:53:08 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 17 Jun 2005 22:53:08 -0000 X-pair-Authenticated: 200.115.214.28 Date: Fri, 17 Jun 2005 19:54:50 -0300 From: Alejandro Pulver To: freebsd-questions Message-ID: <20050617195450.723a5641@phobos.mars.bsd> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Acrobat Reader 7 plugin for Mozilla 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: Fri, 17 Jun 2005 22:53:11 -0000 Hello, I have installed linuxpluginwrapper on my FreeBSD 5.4, and when Mozilla starts it outputs the following error: LoadPlugin: failed to initialize shared library /usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so [Shared object "libc.so.6" not found, required by "nppdf.so"] Here is the relevant lines from my "/etc/libmap.conf": # Acrobat with Opera [/usr/X11R6/lib/browser_plugins/nppdf.so] libc.so.6 pluginwrapper/acrobat.so # Acrobat5 with Mozilla/Firebird/Galeon/Epiphany/Konqueror #[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so] #libc.so.6 pluginwrapper/acrobat.so # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so How can I solve this? Thanks and Best Regards, Ale