Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Just 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

  3. #3
    Just 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-common
    2. then, > cd mysql-query-browser
    the execution of
    Code:
     sh ./autogen.sh
    failed with the same error, so (after re-downloading the source from the beggining!!) i tried :
    Code:
    ./configure --with-gtkhtml=libgtkhtml3.2-dev --prefix=/usr/local/mysql-query-browser
    i chose libgtkhtml3.2-dev cause i found this installed in my system, using the Synaptic Package Manager.
    But an error message appeared...

    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
    but this package is in my system...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •