Find the answer to your Linux question:
Results 1 to 3 of 3
Iím installing a package for first time i had to install gcc g++ parson perl but when i use the ./configure command it says to me that i have a ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    10

    Problems installing a package

    Iím installing a package for first time i had to install gcc g++ parson perl but when i use the ./configure command
    it says to me that i have a problem with glib
    how can i fixed this up, i have trying to fix it by myself since three days ago

    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking arpa/nameser_compat.h usability... yes
    checking arpa/nameser_compat.h presence... yes
    checking for arpa/nameser_compat.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking for locale.h... (cached) yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking for stdint.h... (cached) yes
    checking regex.h usability... yes
    checking regex.h presence... yes
    checking for regex.h... yes
    checking for an ANSI C-conforming const... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for time_t... yes
    checking size of time_t... 4
    checking whether byte ordering is bigendian... no
    checking return type of signal handlers... void
    checking for strftime... yes
    checking for strdup... yes
    checking for strstr... yes
    checking for atexit... yes
    checking for setlocale... yes
    checking for getopt_long... yes
    checking for inet_aton... yes
    checking for __res_query in -lresolv... yes
    checking for gethostent in -lnsl... yes
    checking for socket... yes
    checking for getaddrinfo... yes
    checking for socklen_t... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking for the %z format string in strftime()... yes
    checking for GLIB... no
    configure: error:

    You must have the GLib 2.0 development headers installed to build.

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    First do:
    Code:
    apt-get install libglib2.0-dev
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    10
    Thank you very much, i made it and also install other packages i have been missing

Posting Permissions

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