[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Python 2.5.2/mailman
- Subject: [cobalt-users] Python 2.5.2/mailman
- From: "Will Nordmeyer" <will@xxxxxxxxxxx>
- Date: Fri Aug 24 18:05:48 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I'm trying to upgrade python on my RAQ3 from python-1.5.1-10 to python 2.2.
When I try installing the rpm that I downloaded from python.org, I get the
following errors.
[root@raq python]# rpm -U python2-2.1-5.i386.rpm
error: failed dependencies:
libcrypto.so.0.9.6 is needed by python2-2.1-5
libdb-3.1.so is needed by python2-2.1-5
libncurses.so.5 is needed by python2-2.1-5
libpanel.so.5 is needed by python2-2.1-5
libssl.so.0.9.6 is needed by python2-2.1-5
I tried installing those packages, eventually discovering that I need
glibc2.2, which I downloaded from www.rpmfind.net
When I try installing that glibc, I get this:
[root@raq glibcsrc]# rpm -U glibc-2.2.3-19.1.i386.rpm
error: failed dependencies:
glibc-common = 2.2.3-19.1 is needed by glibc-2.2.3-19.1
rpm <= 4.0-0.65 conflicts with glibc-2.2.3-19.1
glibc-devel < 2.2.3 conflicts with glibc-2.2.3-19.1
libdb.so.2 is needed by python-1.5.1-10
libdb.so.2 is needed by rpm-3.0.5-9.6x
libdb.so.2(GLIBC_2.0) is needed by python-1.5.1-10
libdb.so.2(GLIBC_2.0) is needed by rpm-3.0.5-9.6x
libdb.so.3 is needed by pam-0.68-10C1
libdb.so.3 is needed by sendmail-8.9.3-C7
libdb.so.3 is needed by mod_perl-1.21-1
libdb.so.3 is needed by perl-5.00503-2
libdb.so.3 is needed by python-1.5.1-10
libdb.so.3 is needed by apache-1.3.6-C11
libdb.so.3 is needed by vim-enhanced-5.7-0.6x
libdb.so.3(GLIBC_2.0) is needed by python-1.5.1-10
libdb.so.3(GLIBC_2.0) is needed by apache-1.3.6-C11
libdb.so.3(GLIBC_2.1) is needed by pam-0.68-10C1
libdb.so.3(GLIBC_2.1) is needed by sendmail-8.9.3-C7
libdb.so.3(GLIBC_2.1) is needed by perl-5.00503-2
libdb.so.3(GLIBC_2.1) is needed by apache-1.3.6-C11
Can anyone help me get the latest python & mailman mailing list manager
installed?