From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 04:25:50 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 44C7616A41F for ; Wed, 7 Sep 2005 04:25:50 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B0843D46 for ; Wed, 7 Sep 2005 04:25:50 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMF004F4IYYKVJ0@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 23:25:47 -0500 (CDT) Date: Wed, 07 Sep 2005 00:25:41 -0400 From: WOB To: freebsd-questions@freebsd.org Message-id: <431E6BC5.7070801@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Subject: I had to make some symlinks for Flash to work on 6.0-Beta4. 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: Wed, 07 Sep 2005 04:25:50 -0000 I had to make 3-4 symlinks to get Flash to work with Firefox on FreeBSD 6.0-B4 These are the commands I entered: cd /usr/lib ln -s libstdc++.so.5 libstdc++.so.4 cd /lib ln -s libm.so.4 libm.so.3 ln -s libz.so.3 libz.so.2 I made those changes based on errors I saw. I don't know much about what I am doing, so hopefully I didn't break anything by making those symlinks. For example, once this gets fixed, I dont't know if I will need to undo my symlinks. It looks like the "...so.x" files got incremented, and something is expecting them to have their old values. thanks!