Собрал вообщем из исходников браузер (ОС Debian) ... все запускается и робит, но проблема в том, где икать папку с плагинами ... 
И если кто знает, с какими параметрами разумнее выполнить ./configure отписывайте пожалуйста здесь (просьба комментировать предпочтения)... Всем заранее спасибо за помощь

desperate
http://plugindoc.mozdev.org/faqs/firefox-linux.html#install-where

Where do I install plugins?

    On Linux, plugins can be installed in three locations:

        * The plugins directory in your Firefox directory
        * A plugins directory in the Mozilla profiles directory (~/.mozilla/plugins)
        * The path pointed to by environment variable MOZ_PLUGIN_PATH

    As a general rule, you should install plugins in your Firefox/plugins directory. Installing in the profiles directory is only recommended if you can not install plugins system-wide because of permissions issues.

Добавлено Wed Sep 19 12:40:46 2007 :
Если вы спрашиваете, куда ставятся плагины из пакетов, то это зависит от дистрибутива Linux. Поищите в /usr/lib/firefox/plugins или  /usr/lib/mozilla/plugins.
У меня в Ubuntu просто сделан symlink на /usr/lib/firefox/plugins.

Выделить код

Код:

unghost@unghost:/opt/firefox$ ls -l | grep "plugins"
lrwxrwxrwx 1 root root       24 2007-09-18 22:54 plugins -> /usr/lib/firefox/plugins