rpm dependency problem

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default rpm dependency problem

    How am I to upgrade glibc if almost all the applications depend on the old
    version of glibc? Even glibc-devel is needed by it. I don't want to
    --nodeps the package, but I can see no other alternative.

    Can someone help me with this?

    thanks

    James Leddy Guest

  2. Similar Questions and Discussions

    1. dependency files?
      Under the: Internet Options, General, Browsing History (Settings), Temporary Internet Files and Browsing History Settings, Downloaded Program Files...
    2. Propose package dependency
      Hi, I noticed the leafnode server package gets installed without the need to also install inetd. An ordinary configuration looks like that...
    3. dependency problem
      Hello all, I have a "circular" dependancy problem with installation of debian packages/ I try to install the alsaplayer sound modules But...
    4. kde and kdelibs-data dependency
      On Fri, Jul 11, 2003 at 04:03:57PM -0400, Jerry_Bash@spectral-sys.com wrote: Have you checked http://wiki.debian.net/index.cgi?DebianKDE ? HTH,...
    5. Abiword dependency problem in testing?
      Hello Before submitting a bug report (I've never done that before), I want to know if I am doing something wrong here. If this should be...
  3. #2

    Default Re: rpm dependency problem

    On Mon, 15 Sep 2003 02:48:35 -0400, James Leddy typed:
    > How am I to upgrade glibc if almost all the applications depend on the
    > old version of glibc? Even glibc-devel is needed by it. I don't want
    > to --nodeps the package, but I can see no other alternative.
    >
    > Can someone help me with this?
    >
    > thanks
    First and most important make sure that you upgrade the correct version of
    the glibc RPM package if your using Red Hat Linux. If your running a i686
    or equivalent system then make sure you update the i686 RPM version of
    glibc.

    $ rpm -q --queryformat '%{NAME} %{VERSION} %{ARCH}\n' glibc

    Assuming you have the glibc packages needed for the upgrade located in one
    common place, then upgrade them all at the same time;

    # rpm -Fvh glibc*rpm

    (Note: $ - is a user and # - is root)


    --
    SCO + RICO Act = Justice

    Lenard Guest

  4. #3

    Default Re: rpm dependency problem

    "James Leddy" <jleddy1@binghamton.edu> wrote in message
    news:3f6560c2_1@bingnews.binghamton.edu...
    > How am I to upgrade glibc if almost all the applications depend on the old
    > version of glibc?
    Don't. You can upgrade to errata releases because they are the same version
    with back-ported fixes.
    > Even glibc-devel is needed by it. I don't want to
    > --nodeps the package, but I can see no other alternative.
    Upgrade to the distro version that includes the glibc you want. It will
    probably included whatever program you are trying to install the requires
    the new glibc anyway.

    --
    William Hooper

    Toddlers - the storm troopers of the dark lord of entropy.


    William Hooper Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139