From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 09:15:07 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 10F5116A41F for ; Wed, 7 Sep 2005 09:15:07 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31F843D48 for ; Wed, 7 Sep 2005 09:15:06 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1ECw0Z-000Geb-3K; Wed, 07 Sep 2005 13:14:19 +0400 Message-ID: <431EAF63.9050208@speechpro.com> Date: Wed, 07 Sep 2005 13:14:11 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: WOB , freebsd-questions@freebsd.org References: <431E6BC5.7070801@verizon.net> In-Reply-To: <431E6BC5.7070801@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: 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 09:15:07 -0000 WOB wrote: > > I had to make 3-4 symlinks to get Flash to work with Firefox on > FreeBSD 6.0-B4 Instead of making symlinks, you may consider using libmap.conf (5) > > 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.