devel package rpm install

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Edo

    devel package rpm install

    Hi All,

    When I do "rpm -i python2.3-devel-2.3.2-1pydotorg.i386. rpm", I get

    error: Failed dependencies:
    python2.3 = 2.3.2 is needed by python2.3-devel-2.3.2-1pydotorg


    However, "rpm -qa | grep py" shows:

    python2.3-2.3-3pydotorg
    (among others 2.2 packages)

    If this is not the place to ask, any direction is very welcomed.

    TIA.

    Ed.

    PS. RedHat 9, with full python2.2 and base 2.3 installed.

  • Sean Reifschneider

    #2
    Re: devel package rpm install

    On Fri, Nov 14, 2003 at 09:55:29AM -0300, Edo wrote:[color=blue]
    >When I do "rpm -i python2.3-devel-2.3.2-1pydotorg.i386. rpm", I get
    >
    >error: Failed dependencies:
    > python2.3 = 2.3.2 is needed by python2.3-devel-2.3.2-1pydotorg[/color]

    Yes, note that it says you must have version 2.3.2 of Python 2.3
    installed.
    [color=blue]
    >However, "rpm -qa | grep py" shows:
    >
    >python2.3-2.3-3pydotorg[/color]
    ^^^

    Note that this says that you have version 2.3 of Python 2.3 installed.

    Sean
    --
    Hi, my name's Sean, but my friends call me... Actually, my friends USUALLY
    e-mail me... -- Sean Reifschneider, 2000
    Sean Reifschneider, Member of Technical Staff <jafo@tummy.com >
    tummy.com, ltd. - Linux Consulting since 1995. Qmail, Python, SysAdmin

    Comment

    Working...