Results 1 to 9 of 9
I have been trying install mplayerplugin. I installed the mozilla and compiler files.
then when I run ./configure the last line says missing gthread package. Does anyone have any ideas ...
- 01-29-2006 #1
gthread package
I have been trying install mplayerplugin. I installed the mozilla and compiler files.
then when I run ./configure the last line says missing gthread package. Does anyone have any ideas to find or install this file.
My os is suse 10.0.
Here is the konsole output
j~/mplayerplug-in> su root ./configure
Password:
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... gawk
checking whether make sets $(MAKE)... yes
configure: Determining mozilla/firefox packages to link against
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-plugin... configure: WARNING: mozilla-plugin not found
checking for firefox-plugin... configure: WARNING: firefox-plugin not found
checking for seamonkey-plugin... configure: WARNING: seamonkey-plugin not found
configure: error: Unable to find mozilla or firefox development files
~/mplayerplug-in> su root ./configure
Password:
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... gawk
checking whether make sets $(MAKE)... yes
configure: Determining mozilla/firefox packages to link against
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-plugin... yes
checking MOZPLUG_CFLAGS... -I/opt/mozilla/include/java -I/opt/mozilla/include/plugin -I/opt/mozilla/include -I/opt/mozilla/include/xpcom -I/opt/mozilla/include/string -I/usr/include/nspr
checking MOZPLUG_LIBS... -L/opt/mozilla/lib -lxpcom -lplds4 -lplc4 -lnspr4
checking for gtk+-2.0... configure: WARNING: *** Running in X mode - Limited Features ***
checking for gtk+-2.0 >= 2.4.0... configure: WARNING: *** Running in X mode - Limited Features ***
checking for gthread-2.0... configure: error: Missing gthread package
any help would be appreciated
- 02-01-2006 #2
I have done a google search with no luck on identifying the source of the file I need.
- 02-01-2006 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Look for it like this:
Code:libgthread
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-02-2006 #4
tried your command here is the output I got
bash: libgthread: No such file or directory
How do i use the command exactly
Thanks
- 02-02-2006 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
No, I meant google for the libgthread package... sorry I didn't make it clearer.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-04-2006 #6Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
gthread is part of glib
- 05-26-2006 #7Just Joined!
- Join Date
- May 2006
- Posts
- 1
I have the exact same problem so if anybody figures this out please let me know
- 08-23-2006 #8Banned
- Join Date
- Feb 2005
- Posts
- 27
i solved this by installing the libglib2.0-dev package
this was not on suse but it may well still be the same package you need
- 02-05-2008 #9Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
I had the same problem.
Installed glib2-devel package and it worked fine.
I am using Suse 10.3


