From owner-freebsd-questions@FreeBSD.ORG Sun Sep 5 15:11:47 2004 Return-Path: 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 2A14116A4CE for ; Sun, 5 Sep 2004 15:11:47 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96DF43D48 for ; Sun, 5 Sep 2004 15:11:46 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [12.215.187.249] ([12.215.187.249]) by serv01.divms.uiowa.edu with id i85FBfnQ009891 for ; Sun, 5 Sep 2004 10:11:43 -0500 (CDT) Message-ID: <413B2CFD.6090207@uiowa.edu> Date: Sun, 05 Sep 2004 10:13:01 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040812 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.495 () BAYES_00,RCVD_IN_DSBL,RCVD_IN_DYNABLOCK,RCVD_IN_SORBS X-Scanned-By: MIMEDefang 2.43 Subject: Mozilla & linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 15:11:47 -0000 Yesterday, I built the linuxpluginwrapper without error. However, Mozilla seems to have trouble loading the plugins: LoadPlugin: failed to initialize shared library /usr/local/lib/linux-flashplugin6/libflashplayer.so [Shared object "libpthread.so.0" not found, required by "libflashplayer.so"] LoadPlugin: failed to initialize shared library /usr/local/Acrobat5/Browsers/intellinux/nppdf.so [Shared object "libc.so.6" not found, required by "nppdf.so"] But the libraries seem to be on my system, in /usr/compat/linux: > locate libpthread.so.0 && locate libc.so.6 /usr/compat/linux/lib/libpthread.so.0 /usr/compat/linux/lib/libc.so.6 This is probably something more general than a flash or mozilla problem - presumable there is something I need to know about Linux libraries that I don't understand yet. _jason