glib

Rick Stevens rstevens at vitalstream.com
Mon May 24 16:49:28 UTC 2004


tyche wrote:
> am trying to compile kde 3.2.2 from source, and it is having a little problem 
> finding the compiled version of glib-2.4.1. it got put in /usr/bin, with the 
> lib in /usr/lib and usr/lib/exec.

Are you certain?  Most tarballs have the default installation root set
to /usr/local.  This is the "./configure --prefix=/usr/local".  To force
them into the normal spots, "./configure --prefix=/usr" should do it.

> am running pretty much stock rh8.0, but am going to try to upgrade this from 
> sources.
> 
> anyone know how to get ./configure to find the new glibc files?

If glib truly got put where you say it was, those are the standard
locations.  You may have to rebuild the ld.so cache for it to see the
new libraries.  Try "ldconfig -v" and verify that the new libraries were
found in the output of that command.  Then try your configure again.
Use "./configure --help" to get a listing of the various options.
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-  What's small, yellow and very, VERY dangerous?  The root canary!  -
----------------------------------------------------------------------





More information about the Redhat-install-list mailing list