|
安装mplayerplug-in插件时,找不到目录,编译不下去了。
安装firefox0.9.3和libflashplayer.so插件。根据~/.mozilla/pluginreg.dat里的内容:插件是装在/opt/netscape/plugins/libflashplayer.so 
这是怎么回事?
$ ./configure
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking for gawk... gawk
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-plugin... Package mozilla-plugin was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozilla-plugin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozilla-plugin' found
configure: error: Unable to find gecko sdk |
|