Mailinglist Archive: opensuse-amd64 (470 mails)
| < Previous | Next > |
configure error
- From: eshsf <eshsf@xxxxxxxxxxxxx>
- Date: Wed, 5 May 2004 06:01:52 +0000 (UTC)
- Message-id: <20040505145602.5f97eb90.eshsf@xxxxxxxxxxxxx>
Although I performed ./configure for a application in SUSE9.0 for AMD64,
the following errors came out.
$ ./configure
:
creating libtool
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
$
Then, I investigated it.
$ rpm -qa | grep glib-
glib-1.2.10-237
glib-devel-1.2.10-237
glib-32bit-9.0-0
glib's version was 1.2.10-237.
Why did it become an error?
the following errors came out.
$ ./configure
:
creating libtool
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
$
Then, I investigated it.
$ rpm -qa | grep glib-
glib-1.2.10-237
glib-devel-1.2.10-237
glib-32bit-9.0-0
glib's version was 1.2.10-237.
Why did it become an error?
| < Previous | Next > |