Hi experts!
I am aiming to install gnucash 2.4.2 on a VM of Mint9 fluxbox. A tarball I have downloaded. I moved it to the /usr/lib/ where it may should go, to make /usr/lib/gnucash-2.4.2/ cd into that directory, decomposed it and ran "sudo ./configure" (without the quotes) assuming that anyone have to install such this way. However, I am receiving an error about “GLIB is not installed”, but I found from synaptic that I have "libglib2.0-0" version 2.24.1 installed.
The error is as like following (this is the output from the. /configure command and the script performing a bunch of other checks):
checking for GLIB - version >= 2.12.0... No
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
Configure: error:
*** GLIB >= 2.12 is required to build Gnucash; please make sure you have the
*** development headers installed. The latest version of GLIB is
*** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/
I can’t attach 'config.log' document because I had no permit to upload a .log or .txt attachment from forum. The file is so long enough so I didn’t make a copy of it to main body of the text.
I really need help for me to know if the file is needed to be attached.
Thanks.
- Login or Signup Now to post comments

Dear Jennina yale
According to the error message u got " checking for GLIB - version >= 2.12.0... No", as shown in the error message, gnucash needs glib version equal to or greater than 2.12 and u had glib of an older version which is 2.0.0 as u mentioned in ur message. So, to get gnucash installed without the error u receive, try to firstly solve the problem by installing a newer version of glib which is equal to or greater than 2.12 version mentioned in the error message. U can get glib from the following link: http://www.linuxfromscratch.org/blfs/view/cvs/general/glib2.html
Hope this may help you.
Best of luck