I had to make some symlinks for Flash to work on 6.0-Beta4.

WOB wayofbsd at verizon.net
Tue Sep 6 21:25:50 PDT 2005


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!



More information about the freebsd-questions mailing list