Results 1 to 4 of 4
Hi
I just have little knowledge in linux.
I have problem in upgrading the glib version.
first i unpaked glib-2.6.4.tar.bz2
cd glib-2.6.4
./configure --prefix=/pathto/glib(-2.6.4)
make
make install
i checked the ...
- 04-03-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
Upgrading glib
Hi
I just have little knowledge in linux.
I have problem in upgrading the glib version.
first i unpaked glib-2.6.4.tar.bz2
cd glib-2.6.4
./configure --prefix=/pathto/glib(-2.6.4)
make
make install
i checked the version by using
glib-config --version
o/p is 2.0
again i unpacked
first i unpaked glib-2.14.5.tar.bz2
cd glib-2.14.5
./configure --prefix=/usr
make
make install
i checked the version by using
glib-config --version
o/p is 1.2.10
how do i upgrade to 2.14?
- 04-03-2008 #2Just Joined!
- Join Date
- Sep 2007
- Location
- Lafayette, IN
- Posts
- 83
Generally, the easiest way is to use your distro's package manager. For example, in Fedora you'd use `yum update glib`.
- 04-04-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 8
Hi Ben
am behind a proxy server. can you please tell me how to configure "yum"
regards,
abailore
- 04-04-2008 #4Just Joined!
- Join Date
- Sep 2007
- Location
- Lafayette, IN
- Posts
- 83
Admittedly, I don't have any experience with proxy servers, but this page:
Fedora Project, sponsored by Red Hat
will probably get you off to a good start. Perhaps others can give you better instructions.


Reply With Quote
