
thiagsdias
(usa Kurumin)
Enviado em 15/08/2007 - 15:54h
Olá feras no Linux! Gostaria de solucionar este problema de plugin no FIREFOX o que eu devo fazer? Pois não tive sucesso de encontra os arquivos com extensão "*.so" e a "*.xpt" .Esta ai abaixo todos os procedimentos que executei excerto o arquivo que fiz o download "mplayerplug-in-daily.tar.gz":
telecentro:/usr/local/src/mplayerplug-in# ./configure --enable-gtk2 --with-x --enable-wmp --enable-qt --enable-rm --enable-gmp --enable-dvx
checking for g++... g++
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... /usr/bin/install -c
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... no
configure: Determining mozilla/firefox packages to build against
checking for MOZPLUG... configure: WARNING: mozilla-plugin not found
checking for MOZPLUG... configure: WARNING: firefox-plugin not found
checking for MOZPLUG... configure: WARNING: seamonkey-plugin not found
checking for MOZPLUG... configure: WARNING: xulrunner-plugin not found
checking for MOZPLUG... configure: WARNING: iceape-plugin not found
configure: error: Unable to find mozilla or firefox development files
telecentro:/usr/local/src/mplayerplug-in# make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
telecentro:/usr/local/src/mplayerplug-in# cp *.so *.xpt /usr/lib/firefox/plugins/
cp: impossível fazer stat em `*.so': Arquivo ou diretório não encontrado
cp: impossível fazer stat em `*.xpt': Arquivo ou diretório não encontrado
telecentro:/usr/local/src/mplayerplug-in#
MOSTRE QUAL PASSO QUE EU DEVERIA FAZER!