Results 1 to 3 of 3
hi everyone
first of all ... im a linux newbie
trying to compile mysql-query-browser, when i give ...
sh ./autogen.sh
a configure error comes up.... :
configure: error: Package requirements ...
- 09-09-2006 #1Just Joined!
- Join Date
- Sep 2006
- Location
- Greece, Patra
- Posts
- 2
gthread-2.0 ???
hi everyone
first of all ... im a linux newbie
trying to compile mysql-query-browser, when i give ...
sh ./autogen.sh
a configure error comes up.... :
configure: error: Package requirements (libglade-2.0
gthread-2.0
libxml-2.0 >= 2.6.2
libgtkhtml-3.0
gtkmm-2.4) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the GNOME_CFLAGS and GNOME_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for more details.
i ve installed all packages required except gthread-2.0
whici i cant find.....
in an other post i found out that this is a part of glid, but ive allready have glid.....
im confused
!!!
any help?
- 09-15-2006 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 3
Did you ever figure this one out? I am having the same problem.
EDIT: This solved my problem:
Code:./configure --with-gtkhtml=libgtkhtml-3.8 && make && make install
- 09-17-2006 #3Just Joined!
- Join Date
- Sep 2006
- Location
- Greece, Patra
- Posts
- 2
I tried your solution....
as the mysql installation documentation says:
1. First build mysql-gui-common2. then, > cd mysql-query-browserthe execution of
failed with the same error, so (after re-downloading the source from the beggining!!) i tried :Code:sh ./autogen.sh
i chose libgtkhtml3.2-dev cause i found this installed in my system, using the Synaptic Package Manager.Code:./configure --with-gtkhtml=libgtkhtml3.2-dev --prefix=/usr/local/mysql-query-browser
But an error message appeared...
but this package is in my system...checking for GNOME... configure: error: Package requirements (libglade-2.0
gthread-2.0
libxml-2.0 >= 2.6.2
libgtkhtml3.2-dev
gtkmm-2.4) were not met:
Package libgtkhtml3.2-dev was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml3.2-dev.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml3.2-dev' found


Reply With Quote
