Sponsored Content
Full Discussion: glib and gaim
Top Forums UNIX for Dummies Questions & Answers glib and gaim Post 5534 by mib on Thursday 16th of August 2001 09:45:04 AM
Old 08-16-2001
checking for glib-config... /usr/local/bin/glib-config
checking for GLIB - version >= 1.2.0...
*** 'glib-config --version' returned 1.2.9, but GLIB (1.2.10)
*** was found! If glib-config was correct, then it is best



I think you installed glib 1.2.9 when you have glib 1.2.10 in your system without uninstalling it first. The problem here is glib-config returns version 1.2.9 (one that you installed ) but when searching for libs it founds glib 1.2.10 which was in the system before.

I had the same problem before when I tried to install GTK+. I installed glib 1.2.10 (from source) without uninstalling the old one and GTK+ configure script complained version conflict. I fixed this by editing /etc/ld.so.conf . I placed /usr/local/lib (where my glib 1.2.10 was installed ) top in the list and run 'ldconfig'.


But recommended way to fix this error is to uninstall glib first.
rpm -e --nodeps glib
Make sure 'glib-config' returns no version thereafter.

Then reinstall glib. You can install glib either from the SUSE CD or download the latest from http://www.gtk.org


HTH
 

4 More Discussions You Might Find Interesting

1. Linux

Asking for gaim

Hello all users in this forum. I trye to update my gaim protocol for getting to msn messenger with Linux Mandrake KDE 3.1. Please help me. (2 Replies)
Discussion started by: itasm
2 Replies

2. SuSE

Gaim connect to MSN exchange

Is it possible for GAIM to connect to an MSN Exchange Instant Messaging server? (5 Replies)
Discussion started by: dhinge
5 Replies

3. Solaris

GLib 2.14.1

Hi, I have downloaded the glib 2.14.1 package from sunfreeware.com and installed it with pkgadd. However, glib-config --version shows the old version which is 1.2.10. I tried using crle but it just blew stuff up. I also tried glib-config --prefix=/usr/local but it doesn't seem to stick. I need... (2 Replies)
Discussion started by: cshore
2 Replies

4. Linux

glib-devel-2

Hi I want to install glib-devel-2.xx on suse 9 linux. I downloaded from below site, Index of /pub/gnome/sources/glib/2.24 and installed using normal configure,make,make install. Am I correct or something else is required? Thanks. (4 Replies)
Discussion started by: upengan78
4 Replies
GLIB(1) 							      1.2.10								   GLIB(1)

NAME
glib-config - script to get information about the installed version of GLib SYNOPSIS
glib-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] [LIBRARIES] DESCRIPTION
glib-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use GLib. It is also used internally to the .m4 macros for GNU autoconf that are included with GLib. OPTIONS
glib-config accepts the following options: LIBRARIES GLib has three libraries 'glib', 'gmodule' and 'gthread'. If you specify one of them, only the appropriate things for that library will be printed. --version Print the currently installed version of GLib on the standard output. --libs Print the linker flags that are necessary to link a GLib program. --cflags Print the compiler flags that are necessary to compile a GLib program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that GLib was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that GLib was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
gtk-config(1) COPYRIGHT
Copyright (C) 1998 Owen Taylor Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------------+---+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | | +---------------------------------+---+ |Availability SUNWGlib | | +---------------------------------+---+ |Interface Stability External | | +---------------------------------+---+ NOTES
Source for glib is available on http://opensolaris.org. Version 16 December 1998 GLIB(1)
All times are GMT -4. The time now is 02:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy