From owner-freebsd-questions Wed Mar 5 14:34:14 2003 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 4F09237B401 for ; Wed, 5 Mar 2003 14:34:13 -0800 (PST) Received: from delta.inf.co.za (delta.inf.co.za [196.15.137.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DE8C43F93 for ; Wed, 5 Mar 2003 14:34:09 -0800 (PST) (envelope-from mark@netchat.co.za) Received: (qmail 29954 invoked by uid 85); 5 Mar 2003 22:28:00 -0000 Received: from mark@netchat.co.za by delta.inf.co.za by uid 82 with qmail-scanner-1.16 (clamscan: 0.51. Clear:. Processed in 6.461218 secs); 05 Mar 2003 22:28:00 -0000 Received: from delta.inf.co.za (HELO netchat.co.za) (196.15.137.99) by delta.inf.co.za with SMTP; 5 Mar 2003 22:27:53 -0000 Received: from 196.37.44.152 (proxying for 10.0.5.2) (SquirrelMail authenticated user mark) by delta.inf.co.za with HTTP; Thu, 6 Mar 2003 00:27:53 +0200 (SAST) Message-ID: <55473.196.37.44.152.1046903273.squirrel@delta.inf.co.za> Date: Thu, 6 Mar 2003 00:27:53 +0200 (SAST) Subject: libstdc++-libc6.2-2.so.3 problems From: "Mark Pearce" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG HI all I have a problem with installing the macromedia flash6 plugin on netscape7 on my friends computer. I get the following error when initalizing the plugin: LoadPlugin: failed to initialize shared library /usr/local/lib/linux-netscape7-english/plugins/libflashplayer.so [libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory] linux: 'ipc' typ=258 not implemented On my machine I see I have a /usr/compat/linux/usr/lib/libstdc++-libc6.2-2.so.3 file that is linked to libstdc++-3-libc6.2-2-2.10.0.so. On google I get the impression that this file is part of the /usr/ports/emulators/linux_base port, the libstdc++-3-libc6.2-2-2.10.0.so is mentioned in pkg-plist.alpha but not mentioned in pkg-plist.i386. I am thinking of taking a chance and just copying my file into the correct location and linking it, but I am thinking, why does a plugin for an i386 system look for a file that is part of an "alpha" build machine and what is the importance of this file not being in the i386. I am still using "linux_base-7.1_1" and the current package in the ports is "linux_base-7.1_2" . Is it possible that this file has been ommited on purpose? Any ideas on how to bypass my problem without causing major damage to my friends computer? Thanks Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message