<br><br><div><span class="gmail_quote">On 1/18/06, <b class="gmail_sendername">Mike Chambers</b> <<a href="mailto:mike@miketc.com">mike@miketc.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2006-01-18 at 00:03 -0500, Alexander Sukhodolsky wrote:<br>> I downloaded flash 7, untarred (xvf) and, as root, installed into<br>> (when it prompted): /usr/lib/mozilla<br><br>When I install flash (via cd install-flash-player7-linux) and
<br>run ./flashplayer-installer, it asks me what dir and I have to<br>use /usr/lib/mozilla-1.7.12 and not mozilla.  Same goes for Firefox and<br>using the version number.  So you may have had to install it to<br>mozilla-1.7.12
 instead.  I guess you *could* just copy over the<br>libflashplayer.so file to /usr/lib/mozilla/plugins dir and that would<br>work.<br><br>--<br>Mike Chambers<br>Madisonville, KY<br><br>"It's only funny until someone gets hurt, then it's hilarious!"
<br><br>--<br>fedora-test-list mailing list<br><a href="mailto:fedora-test-list@redhat.com">fedora-test-list@redhat.com</a><br>To unsubscribe:<br><a href="https://www.redhat.com/mailman/listinfo/fedora-test-list">https://www.redhat.com/mailman/listinfo/fedora-test-list
</a><br></blockquote></div><br>
The selinux context is incorrect:<br>
<br>
 ls -Z<br>
-rwxr-xr-x  justin   justin   user_u:object_r:user_home_t   
<div id="mb_0">   flashplayer.xpt<br>-rwxr-xr-x  justin   justin   user_u:object_r:user_home_t      
libflashplayer.so<br><br>Changed to <br><br>chcon system_u:object_r:texrel_shlib_t <br><br> ls -Z<br>-rwxr-xr-x  justin   justin   system_u:object_r:textrel_shlib_t flashplayer.xpt<br>-rwxr-xr-x  justin   justin   system_u:object_r:textrel_shlib_t 
libflashplayer.so</div>
<br>
<br>