• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

mCrypt, Fedora Core 1 & PSA 7.5.2

C

Cheese-

Guest
Hey,
We've recently purchased a copy of Plesk 7.5.2 and a dedicated server to run it. The dedicated server is running plesk 7.5.2 and Fedora Core 1.

Is it possible to compile the php-crypt or install the php-crypt rpm?

I've already tryed using yum to get the php-crypt package, and just receive the error message:
Code:
# yum install php-mcrypt
Gathering header information file(s) from server(s)
Server: Fedora Core 1 - i386 - Base
Server: Fedora Core 1 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching php-mcrypt
No actions to take

Compiling php is virtually impossible as it seams to be spread out through out the system. When trying to install the php-crypt rpm i recieve this error:
Code:
 rpm -i php-mcrypt-4.3.2-0.qvcs.1.i386.rpm
warning: php-mcrypt-4.3.2-0.qvcs.1.i386.rpm: V3 DSA signature: NOKEY, key ID 1eb393ea
error: Failed dependencies:
        php = 4.3.2 is needed by php-mcrypt-4.3.2-0.qvcs.1

Any help would be apprechiated.

Kind Regards,

Tristan
 
Yeh, i've already looked around on your www.atomicrocketturtle.com site, but without any luck at finding anything.

yum doesn't appear to find any php packages matching crypt, except for mCrypt.

Does yum have to be setup to look in a specific location? or server?

Kind Regards,

Tristan
 
You can find the files at http://www.atomicrocketturtle.com/atomic/atomic/1/RPMS/

add to yum.conf

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://archive.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/art/$releasever/
 
Ah excellent. We php-mcrypt is now working!!

Thank you very much for your help.

For anyone else who is looking for a fix for this, after you've edited the yum.conf just execute
Code:
yum install php-mcrypt
and restart apache.

Thanks again.

Kind Regards,

Tristan
 
OK, my bad. So I had an older yum.conf configuration. I just edited it and it's working now.

David
 
And I spoke too soon. After a bunch of lines went scrolling by on my terminal, I ended up with this one:

Cannot find a package matching php-mcrypt

David
 
Sorry about all the posts here. I was wondering, is it possible that since I'm running RH 7.3 that I won't be able to upgrade PHP with mcrypt? Do I need a newer version?

David
 
How do we get PHP-mcrypt to work on RH 9 with PSA 7.5? I don't see the correct RPMs anywhere, not even YUM.
 
Hi all,

I run PSA 7.5.3 on RHFC1 and here's what I get

# yum install php-mcrypt
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 1 - Atomic PSA-Compatible RPMS
Server: Red Hat Linux 1 - i386 - Base
retrygrab() failed for:
http://mirror.dulug.duke.edu/pub/yum-repository/redhat/1/i386/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file http://mirror.dulug.duke.edu/pub/yum-repository/redhat/1/i386/headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found

I have confirmed that the file http://mirror.dulug.duke.edu/pub/yum-repository/redhat/1/i386/headers/header.info gives a 404 error in a browser.

Directory http://mirror.dulug.duke.edu/pub/yum-repository/redhat/ only lists "7.3", "9", and "updates", which all apply to RH distros before Fedora

And there's no php-mcrypt package in http://www.atomicrocketturtle.com/atomic/atomic/1/RPMS/
. Should I go and install the libmcrypt rpm directly? Is it safe? I have a billing system running on that machine so I can't allow anything to go wrong.

Any ideas?
 
Ok, nevermind the above post. Now I'm stuck with the same proble as DaveNET:

Cannot find a package matching php-mcrypt

Is this package available anywhere else?
 
My FC1 build environment is broken right now, and I havent had a chance to update anything for that distro. In the interim, you should be able to use the rh9 channel on FC1
 
Actually I got the php-mcrypt from rpmfind (source: sourceforge) and it worked like a charm but thanks for your quick reply.
 
Originally posted by abo0
You can find the files at http://www.atomicrocketturtle.com/atomic/atomic/1/RPMS/

add to yum.conf

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://archive.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/art/$releasever/

Hi All,

I have a client who needs php-mcrypt extension installed for their e-commerce.

I added the above to my yum.conf file. Then I got the following:

[root@plesk root]# yum install php-mcrypt
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 2 - Atomic PSA-Compatible RPMS
retrygrab() failed for:
http://www.atomicrocketturtle.com/atomic/art/2/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file http://www.atomicrocketturtle.com/atomic/art/2/headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found

http://www.atomicrocketturtle.com/atomic/atomic/1/RPMS/ does not seem to exist, and I don't know if this is a problem.

I hope that someone can help.
 
Back
Top