Date: Wed, 07 Sep 2005 00:25:41 -0400 From: WOB <wayofbsd@verizon.net> To: freebsd-questions@freebsd.org Subject: I had to make some symlinks for Flash to work on 6.0-Beta4. Message-ID: <431E6BC5.7070801@verizon.net>
next in thread | raw e-mail | index | archive | help
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?431E6BC5.7070801>