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'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 [ "$MOZ_PLUGIN_PATH" ]<br>then<br>  MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:$MOZ_LIB_DIR/mozilla/$MOZ_PLUGIN_DIR:$MOZ_DIST_BIN/$MOZ_PLUGIN_DIR<br>else<br>  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> <<a href="mailto:jspaleta@gmail.com">
jspaleta@gmail.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 10/31/07, Mark Bidewell <<a href="mailto:mark.bidewell@alumni.clemson.edu">
mark.bidewell@alumni.clemson.edu</a>> wrote:<br>> I think the issue is that the link is in the wrong location or the firefox<br>> search path is incorrect.  the link was created in<br>> /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 [ "$MOZ_PLUGIN_PATH" ]
<br>then<br>  MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:<br>      $MOZ_LIB_DIR/mozilla/plugins:$MOZ_DIST_BIN/plugins<br>else<br>  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>        x86_64 | ia64 | s390 )<br>                MOZ_LIB_DIR="/usr/lib64"<br>                SECONDARY_LIB_DIR="/usr/lib"
<br>                ;;<br>        * )<br>                MOZ_LIB_DIR="/usr/lib"<br>                SECONDARY_LIB_DIR="/usr/lib64"<br>                ;;<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>