From owner-freebsd-questions@FreeBSD.ORG Sun Oct 14 20:44:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C35AD16A41B for ; Sun, 14 Oct 2007 20:44:42 +0000 (UTC) (envelope-from dscheidt@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 8F67E13C44B for ; Sun, 14 Oct 2007 20:44:41 +0000 (UTC) (envelope-from dscheidt@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id 8429634807 for ; Sun, 14 Oct 2007 16:44:41 -0400 (EDT) Received: (from dscheidt@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l9EKif117802 for freebsd-questions@freebsd.org; Sun, 14 Oct 2007 16:44:41 -0400 (EDT) Date: Sun, 14 Oct 2007 16:44:41 -0400 From: David Scheidt To: freebsd-questions@freebsd.org Message-ID: <20071014204441.GA16208@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: Flash player installation problems 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: Sun, 14 Oct 2007 20:44:42 -0000 I'm trying to install linux-flashplugin7, and am having problems. I've got nspluginwrapper, and linux-flashplugin7 installed. When I run nspluginwrapper -a -v -i I get this error: /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory I've got libX11.so.6, though: dms@rally3$ locate libX11.so.6 /usr/compat/linux/usr/X11R6/lib/libX11.so.6 /usr/compat/linux/usr/X11R6/lib/libX11.so.6.2 /usr/local/lib/libX11.so.6 Can I force nspluginwrapper to find it?