Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Just 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`.

  3. #3
    Just 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

  4. #4
    Just Joined!
    Join Date
    Sep 2007
    Location
    Lafayette, IN
    Posts
    83
    Quote Originally Posted by abailore View Post
    am behind a proxy server. can you please tell me how to configure "yum"
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...