Sponsored Content
Full Discussion: glib-devel-2
Operating Systems Linux glib-devel-2 Post 302452945 by upengan78 on Monday 13th of September 2010 01:24:19 PM
Old 09-13-2010
Quote:
Originally Posted by Corona688
Usually you'd install using your distro's package manager instead of building from source unless there's an extremely good reason not to. Packages for your distro know where everything belongs, source tarballs are generic things which don't. 'make install' installed both headers and binaries, and may not have put them in the place your distro needs them in order to find them unless you picked your ./configure options carefully. You probably have the necessary header files now, but may have overwritten your glib binaries or installed extra copies somewhere else (check /usr/local/lib)
Hello Corona688. thanks for quick reply.

actually I forgot to mention a couple of things. I'd like to keep the old version of glib-devel-1.2.10-586.2 and glib-devel-32bit-9-200501051723
These got installed using RPMS while OS was installed.

Someone requested for glib-devel-2.x version which was not installed. I thought I could install it using source without affecting any part of current system files and as a unique package in /usr/local which that user could make use of when wanted.

First thing I was confused because package on that website or even gnome ftp site is glib and NOT glib-devel. So, I hope the package 'glib' itself is correct. And, secondly now that I have installed glib-2.24.2 using default ./configure options, will it mess up any part of the system or it will still be compatible with old glib-devel?

Also, is there anyway to find using rpm command where glib-devel-1.2.x package files get installed. Meaning what all locations of file system.

Now that you said the installation from source might have overwritten old binaries or libraries, I am really concerned.

Below is make install log
Code:
http://pastebin.ca/1939860

Smilie
 

6 More Discussions You Might Find Interesting

1. Programming

devel.rpm

I have a question on how to make an rpm out of the source package distribution. just looking for a general procedure. Like say I have the MIT kerberos source, would I "make -C libs" or something like that? (2 Replies)
Discussion started by: thmnetwork
2 Replies

2. Solaris

mysql-devel

I am trying to install Postfix on a Sun SPARC Solaris 9 server. I am not sure whether it is essential or not but still installed MySQL on that server and it is running fine.Now when I am trying to run the make command as a part of installation of Postfix, it reports the following error. # make ... (1 Reply)
Discussion started by: chrs0302
1 Replies

3. Red Hat

trying to install openssl-devel

Hi there, I am using redhat 7.3 and I am trying to install openssl-devel-0.9.6b-18.i386.rpm but I get the following error message when I try to install: error: failed dependencies: openssl = 0.9.6b-18 is needed by openssl-devel-0.9.6b-18 The thing that confuses me most is that when I... (0 Replies)
Discussion started by: redhat_newb101
0 Replies

4. 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

5. Red Hat

How to uninstall limbcrypt-devel?

my os is # cat /etc/redhat-release CentOS release 6.4 (Final) from Pinoyden Blog: configure: error: mcrypt.h not found. Please reinstall libmcrypt. # rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Retrieving... (1 Reply)
Discussion started by: jediwannabe
1 Replies

6. Programming

Yum install qt-devel qt-doc qt-creator qt5?

hi all, i use yum install qt-devel qt-doc qt-creator to install qt4 on fedora 20 what command line used to install qt5 (1 Reply)
Discussion started by: cetu
1 Replies
libglib-2.0(3)							C Library Functions						    libglib-2.0(3)

NAME
libglib-2.0, libgmodule-2.0, libgthread-2.0 - general purpose utility library, support for dynamic plug-ins, and thread abstraction. DESCRIPTION
GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, a main loop abstraction, and so on. libgmodule-2.0 provides a portable method of dynamically loading plug-ins or shared object modules. libgthread-2.0 provides a thread abstraction which includes threads, different mutex methods, conditions, and thread private data. It also provides different useful patterns such as thread pools. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libglib-2.0.so GNOME general purpose shared library /usr/lib/libgmodule-2.0.so GLib dynamic plug-in shared library /usr/lib/libgthread-2.0.so GLib thread abstraction shared library /usr/share/gtk-doc/html/glib Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs SUNWg- | | |nome-base-libs-64 | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
glib-genmarshal(1), glib-gettextize(1), glib-mkenums(1), libgobject-2.0(3), libgio-2.0(3), libglibmm-2.4(3), attributes(5), gnome-inter- faces(5), gnome-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004, 2006, 2008. SunOS 5.11 14 May 2008 libglib-2.0(3)
All times are GMT -4. The time now is 03:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy