Results 1 to 4 of 4

Thread: No package 'glib-2.0' found?

  1. #1
    Join Date
    Apr 2006
    Beans
    Hidden!

    No package 'glib-2.0' found?

    I'm trying to compile kildclient 2.10.0 on 32-bit Ubuntu 10.10. When i type ./configure I get the following error:
    Code:
    checking for GTK... no
    configure: error: Package requirements (glib-2.0 >= 2.14.0
                           gthread-2.0 >= 2.10.0
                           gtk+-2.0 >= 2.18.0) were not met:
    
    No package 'glib-2.0' found
    No package 'gthread-2.0' found
    No package 'gtk+-2.0' found
    What do I need to install to fix this? I've got ubuntu-dev-tools installed.

    EDIT: Solved - had to install libgtk2.0-dev
    Last edited by Flynsarmy; October 28th, 2010 at 06:20 AM.

  2. #2
    Join Date
    May 2009
    Beans
    7

    Re: No package 'glib-2.0' found?

    That produced one further error for me, after a lot of searching, I found another thing that was missing (compiling for Ubuntu 10.10)

    The following additional two commands worked for me:

    sudo apt-get install libperl-dev
    sudo apt-get install libgtk2.0-dev

    Hope this helps someone.

  3. #3
    Join Date
    Jan 2010
    Location
    LA
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: No package 'glib-2.0' found?

    Quote Originally Posted by Cajhne View Post
    That produced one further error for me, after a lot of searching, I found another thing that was missing (compiling for Ubuntu 10.10)

    The following additional two commands worked for me:

    sudo apt-get install libperl-dev
    sudo apt-get install libgtk2.0-dev

    Hope this helps someone.
    That worked, thanks a lot.

  4. #4
    Join Date
    May 2008
    Beans
    6

    Re: No package 'glib-2.0' found?

    Thank you!

Bookmarks

Posting Permissions

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