Ticket #2969 (closed defect: wontfix)
Incorrect GLIB version detected by "configure"
Reported by: | xico2kx | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | 4.8.1.7 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Hello!
I'm trying to compile "mc-4.8.1.7" but when I run './configure' I get this error:
checking for GLIB... no
configure: error: glib-2.0 not found or version too old (must be >= 2.12)
But when I run 'ldd --version' it shows:
ldd (GNU libc) 2.14.1
and also the output for '/lib/libc.so.6' is:
GNU C Library stable release version 2.14.1 (20111007), by Roland McGrath? et al.
So, is this a problem with the script or with my distribution?
Could it possibly be only reading the last ".1" (from 2.14.1) and assuming 2.1 <= 2.12 and then failing?
Thank you very much for your attention!
Change History
Note: See
TracTickets for help on using
tickets.
Sorry, it was my problem.
I didn't have the "libglib2.0-dev" package installed or properly configured.
I don't see any option to delete my ticket, but please do so.
I'm sorry once again for the inconvenience!