Results 1 to 2 of 2
I need a newer version of glib than is installed on my OS. I DLed glib-2.6.2.
I did:
Code:
./configure
make
make install
Everything went fine. No errors. Yet when ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-11-2005 #1Just Joined!
- Join Date
- Jan 2005
- Location
- Liverpool, NY
- Posts
- 42
Problem installing Glib 2.6.2
I need a newer version of glib than is installed on my OS. I DLed glib-2.6.2.
I did:
Everything went fine. No errors. Yet when I try to install anything that needs the newer version of glib, it says it's not installed. I do a:Code:./configure make make install
And it comes back with:Code:rpm -qa | grep glib
does anyone know whats going on here? How do I get this installed correctly?Code:glib2-2.4.8-1.fc3 glibc-headers-2.3.4-2.fc3 dbus-glib-0.22-10.FC3.2 glib2-devel-2.4.8-1.fc3 glibc-devel-2.3.4-2.fc3 glib-1.2.10-15 glibc-kernheaders-2.4-9.1.87 glibc-common-2.3.4-2.fc3 glib2-2.4.8-1.fc3 dbus-glib-0.22-10.FC3.2 glib-1.2.10-15 glib-devel-1.2.10-15 glibc-2.3.4-2.fc3 glibc-2.3.4-2.fc3
Thanks.
- 02-11-2005 #2
You might be able to coax your source-installed version of glib into the rpm database with a:
, but don't bet the farm on it.Code:rpm --rebuilddb


Reply With Quote
