how to install python 2.4?
how to install python 2.4?
I'm trying to install pyzor, but Yum says that it requires Python 2.4 or newer. I have 2.3.4, and am having trouble figuring out how to upgrade to 2.4. Where might I be able to point yum to get 2.4? When I do 'yum upgrade python' it just wants to upgrade to a development version of 2.3.4.
I'm running CentOS 4.2 on a VPS w/Plesk 8.2. I'm also open to updating CentOS to a more recent version, but that'd be something new to me.
Thanks!
I'm running CentOS 4.2 on a VPS w/Plesk 8.2. I'm also open to updating CentOS to a more recent version, but that'd be something new to me.
Thanks!
I just tried yum update, and I get this:
Where can I get these?
Code: Select all
Package spamassassin needs libcrypto.so.5, this is not available.
Package spamassassin needs libssl.so.5, this is not available.
Package spamassassin needs perl(:MODULE_COMPAT_5.8.6), this is not available.
Package mysql-server needs libcrypto.so.5, this is not available.
Package mysql-server needs libssl.so.5, this is not available.
Package mysql needs libcrypto.so.5, this is not available.
Package mysql needs libssl.so.5, this is not available.
Package glibc-dummy-centos-4 needs glibc-common = 2.3.4-2.25, this is not available.
You can see the following website .I hope it can help you.Good luck.
http://www.python.org/download/releases/2.4/
http://www.python.org/download/
http://www.python.org/download/releases/2.4/
http://www.python.org/download/
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
I think youve got a screwed up yum config. You dont need to upgrade python to use DCC, pyzor or anything I make. I wouldnt do that to you 
On my C4 box:
[root@www ~]# rpm -q python
python-2.3.4-14.4
[root@www ~]# rpm -q pyzor
pyzor-0.4.0-11.el4.art
Did you install yum on your VPS through my installer?

On my C4 box:
[root@www ~]# rpm -q python
python-2.3.4-14.4
[root@www ~]# rpm -q pyzor
pyzor-0.4.0-11.el4.art
Did you install yum on your VPS through my installer?
No. I tried to, by runningscott wrote:Did you install yum on your VPS through my installer?
Code: Select all
wget -q -O - http://www.atomicorp.com/installers/atomic.sh |sh
Since that didn't seem to be working, I manually created asl.repo, which contains:
Code: Select all
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
Code: Select all
[root@vps ~]# yum install pyzor
Setting up Install Process
Setting up repositories
atomic 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package pyzor.noarch 0:0.4.0-5.rhfc4.art set to be updated
--> Running transaction check
--> Processing Dependency: python(abi) = 2.4 for package: pyzor
--> Finished Dependency Resolution
Error: Missing Dependency: python(abi) = 2.4 is needed by package pyzor
Code: Select all
Error: Missing Dependency: perl-IO-Socket-SSL is needed by package spamassassin
Error: Missing Dependency: libcrypto.so.5 is needed by package spamassassin
Error: Missing Dependency: libssl.so.5 is needed by package spamassassin
Error: Missing Dependency: perl(:MODULE_COMPAT_5.8.6) is needed by package spamassassin
Error: Missing Dependency: libssl.so.5 is needed by package perl-Net-SSLeay
Error: Missing Dependency: libcrypto.so.5 is needed by package perl-Net-SSLeay
Thanks for your help,
Josh
I see that libcrypto.so.5 and libssl.so.5 are in openssl 0.9.7f. This isn't in the ASL channel, so I looked for an RPM. Found it, but doing "rpm -i --test ~/openssl-0.9.7f-7.10.i686.rpm" tells me that I need libkrb5.so.3 and libk5crypto.so.3. I have both of them in /usr/lib! Since I have them, should I just use the --force option to proceed with the RPM install?
-
- Forum Regular
- Posts: 196
- Joined: Tue May 10, 2005 1:24 pm
I believe you are using the wrong url. Here is the current yum repo info.
Scott - The download link at the top of you site goes to the old config (3es.atomicrocketturtle.com), so i assume that is where he pulled this from.[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://www.atomicorp.com/channels/atomi ... /$basearch
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
A ha, I was wondering why people kept ending up there. Interesting insite into user interfaces huh, some people look left (where downloads is correct) and other people look at the top.
Funny how the ones that give me the most trouble are the ones that go to the top link
Wonder what Freud would say about that!
Funny how the ones that give me the most trouble are the ones that go to the top link
