Installing Python 2.3.3 on RH 7.3

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

    Installing Python 2.3.3 on RH 7.3

    Hi,

    I have a strange problem. I want to install Plone
    (Plone2-2.0.0rh-2.i386.rpm) Because Plone 2.0 needs Python 2.3.3, I
    installed Python 2.3.3 from source (Python-2.3.3.tar).

    Everything went well. After installing Python I did a reboot of the server
    and checked if Python works.

    Quote:
    [root@homeserver root]# python
    Python 2.3.3 (#1, Mar 28 2004, 11:29:35)
    [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-113)] on linux2
    Type "help", "copyright" , "credits" or "license" for more information.[color=blue][color=green][color=darkred]
    >>>[/color][/color][/color]


    So I suppose I installed the right version of Python. But when I tried to
    install Plone2-2.0.0rh-2.i386.rpm it gives the following error:

    Quote:
    [root@homeserver Zope-Plone]# rpm -Uvh Plone2-2.0.0rh-2.i386.rpm
    error: failed dependencies:
    /usr/bin/python2.3 is needed by Plone2-2.0.0rh-2
    expat >= 1.95.5 is needed by Plone2-2.0.0rh-2
    libc.so.6(GLIBC _2.3) is needed by Plone2-2.0.0rh-2
    python2.3 >= 2.3.3 is needed by Plone2-2.0.0rh-2


    When I installed Python from source, Python was installed in
    "/usr/local/bin/" in stead of "/usr/bin/" so I copied "Python2.3" from
    "/usr/local/bin/" to "/usr/bin/" but that doesn't help.

    What can I do to change (or extend) the path so Plone can find the right
    version of Python.

    Thanks,

    Rien


  • Carl L

    #2
    Re: Installing Python 2.3.3 on RH 7.3

    "Rien Kok" <rien@focus.dem on.nl> wrote in message news:<106e6nge2 aiiqa9@corp.sup ernews.com>...[color=blue]
    > Hi,
    >
    > I have a strange problem. I want to install Plone
    > (Plone2-2.0.0rh-2.i386.rpm) Because Plone 2.0 needs Python 2.3.3, I
    > installed Python 2.3.3 from source (Python-2.3.3.tar).
    >
    > Everything went well. After installing Python I did a reboot of the server
    > and checked if Python works.
    >
    > Quote:
    > [root@homeserver root]# python
    > Python 2.3.3 (#1, Mar 28 2004, 11:29:35)
    > [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-113)] on linux2
    > Type "help", "copyright" , "credits" or "license" for more information.[color=green][color=darkred]
    > >>>[/color][/color]
    >
    >
    > So I suppose I installed the right version of Python. But when I tried to
    > install Plone2-2.0.0rh-2.i386.rpm it gives the following error:
    >
    > Quote:
    > [root@homeserver Zope-Plone]# rpm -Uvh Plone2-2.0.0rh-2.i386.rpm
    > error: failed dependencies:
    > /usr/bin/python2.3 is needed by Plone2-2.0.0rh-2
    > expat >= 1.95.5 is needed by Plone2-2.0.0rh-2
    > libc.so.6(GLIBC _2.3) is needed by Plone2-2.0.0rh-2
    > python2.3 >= 2.3.3 is needed by Plone2-2.0.0rh-2
    >
    >
    > When I installed Python from source, Python was installed in
    > "/usr/local/bin/" in stead of "/usr/bin/" so I copied "Python2.3" from
    > "/usr/local/bin/" to "/usr/bin/" but that doesn't help.
    >
    > What can I do to change (or extend) the path so Plone can find the right
    > version of Python.
    >
    > Thanks,
    >
    > Rien[/color]

    Rien,

    I have the same problem with install Plone 2 on Redhat 9.0. Did you
    find an answer to the problem?

    Carl

    Comment

    • Simon Eisenmann

      #3
      Re: Installing Python 2.3.3 on RH 7.3



      Carl L wrote:[color=blue]
      > "Rien Kok" <rien@focus.dem on.nl> wrote in message news:<106e6nge2 aiiqa9@corp.sup ernews.com>...
      >[color=green]
      >>Hi,
      >>
      >>I have a strange problem. I want to install Plone
      >>(Plone2-2.0.0rh-2.i386.rpm) Because Plone 2.0 needs Python 2.3.3, I
      >>installed Python 2.3.3 from source (Python-2.3.3.tar).[/color][/color]
      [color=blue]
      >
      > I have the same problem with install Plone 2 on Redhat 9.0. Did you
      > find an answer to the problem?[/color]

      Source installations are not supported by rpms. I managed to put a howto
      together now to get around these confusions :)

      See http://longsleep.org/howto/rh9-python233
      and http://plone.org/downloads/rpm-notes

      cheers,
      Simon


      Comment

      Working...