はじめまして。 Nuiniと申します。 今回、直接 Vine Linux とは関係ないのですが、Plugger-5.0 のインストール について、ご報告申し上げます。 README 記載方法、及び make install では、Mozilla-1.5 で MIDI が聴けま せんでした。 (ちなみに、プレイヤーは TiMidity++ を apt-get install しました。) 結果的には、同梱の plugger-controller* を /usr/bin に入れることで解決 しました。MIDI 聴けます。 以上 Plugger-5.0 についてくる README の内容です。 --- > This is Plugger version 5.0 > Written by Fredrik H禱inette 1997-2001, all rights reserved. > Absolutely no warranties. > Use this software on your own risk. > > This software is distributed under the General Public License, > see the file COPYING for more information. > > To re-compile: > edit Makefile to suit your system > type 'make' > > To install in your own directory: (for mozilla) > cp plugger.so ~/.mozilla/plugins/plugger.so > cp pluggerrc ~/.mozilla/pluggerrc-5.0 > cp plugger-5.0 ~/.mozilla/ > > To install in your own directory: (for netscape) > cp plugger.so ~/.netscape/plugins/plugger.so > cp pluggerrc ~/.netscape/pluggerrc-5.0 > cp plugger-5.0 ~/.netscape/ > > To install in your own directory: (for opera) > cp plugger.so ~/.opera/plugins/plugger.so > cp pluggerrc ~/.opera/pluggerrc-5.0 > cp plugger-5.0 ~/.opera/ > > To install globally: > cp plugger.so /your/global/plugin/dir > cp pluggerrc /etc/pluggerrc-5.0 > cp plugger-5.0 /usr/bin > > your global plugin dir is typically one of: > /usr/local/lib/netscape/plugins > $MOZILLA_HOME/plugins > > I you don't want to put pluggerrc in /etc/ you can put it in one of: > $MOZILLA_HOME > /usr/local/netscape/ > /usr/etc/ > /usr/local/etc/ > > You might also want to customize your 'pluggerrc' file before installing it > > For updates, documentation, troubleshooting etc. see > > http://fredrik.hubbe.net/plugger.html > > If you can't find a solution to your problem at the above address, send > an email to hubbe@xxxxxxxxx describing your problem, your system and > an URL which causes the problem if possible. --- ついで、make 後の内容物です。 --- > COPYING plugger-5.0* plugger-helper.o plugger.spec.in > Makefile plugger-common.c plugger.7 pluggerrc > Makefile~ plugger-controller* plugger.c pluginsdk/ > README plugger-controller.c plugger.h > README.in plugger-controller.o plugger.o > common.o plugger-helper.c plugger.so* ---