• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

yum install mcrypt?

clinton4

Regular Pleskian
Hi,

I'am trying to install mcrypt by using the command #yum install mcrypt

Here is my prosses log:
[root@server ~]# yum install mcrypt
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Reducing Dag ClamAV RPM to included packages only
Finished
Parsing package install arguments
No Match for argument: mcrypt
Nothing to do

Does anybody know why yum wont insall mcrypt?
 
What if I don't have yum installed?

For PHP you want:

yum install php-mcrypt

or (if you just want the library itself)

yum install libmcrypt

Hi, I'm totally a novice in Linux. I'm have this VPS with Plesk 9 and SSH access. I've Googled up lots of articles to install the mcrypt, then I found that lots of them recommend Atomic, so I did the install for fedora 11. However, when I need to proceed with #yum update and received error "yum: command not found".
Can anyone help me with this please?

Thanks in advance
 
Some VPS providers like to "help you" by removing yum from the system. There is aroutine in the atomic installer to fix that kind of "help" if you're on centos, or rhel.
 
Back
Top