大坪です。 野宮さん、松本さん、ご教授をありがとうございます。 http://mplayerplug-in.sourceforge.net/install.php#plugin に従いました。 $ rpm -q gtk2 gtk2-2.4.13-0vl1 でした。 # apt-get install mozilla-devel としました。 # tar xzvf mplayerplug-in-2.85.tar.gz # cd mplayerplug-in # ./configure において、 ----- ....... checking MOZPLUG_CFLAGS... -I/usr/include/mozilla-1.7.8/java -I/usr/include/mozilla-1.7.8/plugin -I/usr/include/mozilla-1.7.8 -I/usr/include/mozilla-1.7.8/xpcom -I/usr/include/mozilla-1.7.8/string -I/usr/include/mozilla-1.7.8/nspr checking MOZPLUG_LIBS... -L/usr/lib/mozilla-1.7.8 -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl checking for gtk+-2.0... Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found configure: WARNING: *** Running in X mode - Limited Features *** checking for gthread-2.0... Package gthread-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gthread-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gthread-2.0' found configure: error: Missing gthread package ----- となりました。 gtk+-2.0 と gthread-2.0とに問題があるのでしょうか。 どのようにしたらよいのでしょう?