<br><br><div><span class="gmail_quote">On 1/18/06, <b class="gmail_sendername">Mike Chambers</b> &lt;<a href="mailto:mike@miketc.com">mike@miketc.com</a>&gt; 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>&gt; I downloaded flash 7, untarred (xvf) and, as root, installed into<br>&gt; (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.&nbsp;&nbsp;Same goes for Firefox and<br>using the version number.&nbsp;&nbsp;So you may have had to install it to<br>mozilla-1.7.12
 instead.&nbsp;&nbsp;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>&quot;It's only funny until someone gets hurt, then it's hilarious!&quot;
<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>
&nbsp;ls -Z<br>
-rwxr-xr-x&nbsp; justin&nbsp;&nbsp; justin&nbsp;&nbsp; user_u:object_r:user_home_t&nbsp;&nbsp;&nbsp;
<div id="mb_0">&nbsp;&nbsp; flashplayer.xpt<br>-rwxr-xr-x&nbsp; justin&nbsp;&nbsp; justin&nbsp;&nbsp; user_u:object_r:user_home_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
libflashplayer.so<br><br>Changed to <br><br>chcon system_u:object_r:texrel_shlib_t <br><br>&nbsp;ls -Z<br>-rwxr-xr-x&nbsp; justin&nbsp;&nbsp; justin&nbsp;&nbsp; system_u:object_r:textrel_shlib_t flashplayer.xpt<br>-rwxr-xr-x&nbsp; justin&nbsp;&nbsp; justin&nbsp;&nbsp; system_u:object_r:textrel_shlib_t 
libflashplayer.so</div>
<br>
<br>