I wind up with a MOZ_PLUGIN_PATH path of:<br><br>/usr/lib64/mozilla/plugins-wrapped:/usr/lib64/firefox-<a href="http://2.0.0.8/plugins-wrapped">2.0.0.8/plugins-wrapped</a><br><br>/usr/lib64/firefox-<a href="http://2.0.0.8/plugins-wrapped">
2.0.0.8/plugins-wrapped</a> doesn&#39;t exist so /usr/lib64/firefox-<a href="http://2.0.0.8/plugins">2.0.0.8/plugins</a> must be hardcoded.<br><br>The F8 logic is:<br>##<br>## Make sure that we set the plugin path<br>##<br>
if [ &quot;$MOZ_PLUGIN_PATH&quot; ]<br>then<br>&nbsp; MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR<br>else<br>&nbsp; MOZ_PLUGIN_PATH=$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR
<br>fi<br>export MOZ_PLUGIN_PATH<br><br>MOZ_LIB_DIR being defined as in F7.<br><br><br>Mark Bidewell<br><br><div><span class="gmail_quote">On 10/31/07, <b class="gmail_sendername">Jeff Spaleta</b> &lt;<a href="mailto:jspaleta@gmail.com">
jspaleta@gmail.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 10/31/07, Mark Bidewell &lt;<a href="mailto:mark.bidewell@alumni.clemson.edu">
mark.bidewell@alumni.clemson.edu</a>&gt; wrote:<br>&gt; I think the issue is that the link is in the wrong location or the firefox<br>&gt; search path is incorrect.&nbsp;&nbsp;the link was created in<br>&gt; /usr/lib64/mozilla/plugins
<br>yeah that sounds like a firefox issue.<br><br>looking at /usr/bin/firefox script on my F7 install.<br>sorry for the line breakage on the script logic.<br>the relevant script logic seems to be,<br><br>if [ &quot;$MOZ_PLUGIN_PATH&quot; ]
<br>then<br>&nbsp;&nbsp;MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins<br>else<br>&nbsp;&nbsp;MOZ_PLUGIN_PATH=$MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins<br>fi<br>export MOZ_PLUGIN_PATH<br>
<br>where MOZ_LIB_DIR is ealier defined as:<br><br>MOZ_ARCH=$(uname -m)<br>case $MOZ_ARCH in<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x86_64 | ia64 | s390 )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MOZ_LIB_DIR=&quot;/usr/lib64&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SECONDARY_LIB_DIR=&quot;/usr/lib&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MOZ_LIB_DIR=&quot;/usr/lib&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SECONDARY_LIB_DIR=&quot;/usr/lib64&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;;<br>esac<br><br><br>Is this directory calculation logic screwing up?
<br><br>-jef<br><br>--<br>fedora-devel-list mailing list<br><a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list">https://www.redhat.com/mailman/listinfo/fedora-devel-list
</a><br></blockquote></div><br>