Questions tagged [php-mcrypt]
21 questions
6
votes
3 answers
CentOS 5: How to resolve php53 RPM dependency conflict with php-foo and php-common?
We are running a CentOS 5.6 system, and want to install php53 with php-mcrypt.
However, this introduces a dependency conflict between php-common & php53-common. Does anyone have a good workaround for this problem?
host # yum install…

Stefan Lasiewski
- 23,667
- 41
- 132
- 186
2
votes
3 answers
php-mcrypt package missing from yum on AWS AMI
Seems like new versions of the Amazon AMI on EC2 don't have the php-mcrypt package available. How do I get it?
$ sudo yum install php-mcrypt
Loaded plugins: langpacks, priorities, update-motd
amzn2-core
No package php-mcrypt available.
Error:…

Meekohi
- 121
- 1
- 5
2
votes
2 answers
How to install mcrypt in dual PHP version CentOS 6?
I have two parallel versions of PHP installed on CentOS 6.5 via this method
[root@host ~]# php -i | grep "PHP Version"
PHP Version => 5.3.3
[root@host ~]# /opt/rh/php54/root/usr/bin/php -i | grep "PHP Version"
PHP Version => 5.4.16
The installs…

Gaia
- 1,855
- 5
- 34
- 60
2
votes
1 answer
install php-mcrypt Centos 6
I'm trying for a few days now to install php-mcrypt on Centos 6 64bit, but I get this error
[root@cimpan tmp]# yum install php-mcrypt
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mi.mirror.garr.it
* epel:…

flaviu
- 23
- 1
- 5
2
votes
3 answers
Install PHP mcrypt on Red Hat 4
I'm having a very hard time getting mcrypt for PHP installed on a Red Hat 4 server. I've downloaded the rpm but it tells me:
error: Failed dependencies:
php-common(x86-32) = 5.4.7-2.fc18 is needed by php-mcrypt-5.4.7-2.fc18.i686
…

Chris
- 195
- 3
- 8
1
vote
1 answer
PHP 5.5 on Ubuntu with php-mcrypt: Unmet dependencies
I have an ubuntu server running with PHP 5.5
$ php -v
PHP 5.5.3-1ubuntu2 (cli) (built: Oct 9 2013 14:49:12)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
with Zend OPcache v7.0.3-dev,…

tomraithel
- 111
- 2
1
vote
3 answers
How to fix php5-mcrypt on Ubuntu 13.10 install via puppet?
I'm pretty new to Puppet. So, I'm here asking for help on how the best way to fix my problem.
I'm using this puppet module to provision PHP into my Ubuntu 13.10 box. But, it seems that package php5-mcrypt is broken since, mcrypt.ini is misplaced at…

lucasvscn
- 113
- 4
1
vote
1 answer
Error after trying to install php5-mcrypt on Debian Squeeze
I want to install php5-mcrypt, but I get this error after entering a
apt-get install php5-mcrypt
Error:
php5-mcrypt : Hängt ab von: php5-common (= 5.3.3-7+squeeze15) aber 5.3.9-1~dotdeb.2 soll installiert werden
Error (translated):
php5-mcrypt :…

Mischa
- 145
- 1
- 9
1
vote
1 answer
CentOS release 6.3 (Final) php-mcrypt Install Fails
I got a clean installation of CentOS 6.3, with php 5.3.18.
I tried installing the epel-release-6-7.noarch.rpm and epel-release-6-7.noarch.rpm in order to run
# yum install php-mcrypt
However it cannot find the package. Also tried
# yum install…

Daniel Adarve
- 19
- 2
0
votes
1 answer
php-mcrypt (remi) error while upgrading from php 5.4 to 5.6 on CentOS 7
I'm trying to upgrade php on CentOS 7 from 5.4 to 5.6.
When I run
yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo
I get this dependency error. There were many others, so I removed them with yum and…

Ergec
- 608
- 1
- 9
- 25
0
votes
1 answer
linux - error while trying to install mcrypt extension centos 7
i tried to install mcrypt extension for centos 7 (64bit)
I'm going nuts, and can't seem to fix the problem, can anybody guide me what's wrong with this or tell me the specific command to fix the problem?
[root@hawk-enive-ee ~]# sudo yum install…
0
votes
1 answer
Can't Install mcrypt for CentOS 7 Using php-common-5.4.16
I've tried installing mcrypt and I'm receiving an error (below). Basically the error says I have the wrong version of PHP (as far as I can tell). I've seen a similar post here:
Can't install php-mysql module
But I'm not clear on how (if possible)…

Gedalya
- 103
- 1
- 3
0
votes
1 answer
rhel6 + php56u (from ius) + mcrypt
I'm trying to set up a new dev environment to match a production system running PHP 5.4 on RHEL 6.5. Because PHP 5.4 is EOL and because I couldn't figure out which magic combination of repos were necessary to install PHP 5.4 on my new RHEL dev…

tmountjr
- 163
- 7
0
votes
1 answer
Error occurred when installing php-mcrypt on Centos 7
I'm completely new to Linux in general and using Centos as a server. I tried to install the php-mcrypt extension through yum, but i'm only receiving errors. I have some difficulty interpreting what the problem might be in this case. What should I do…

kanarifugl
- 101
- 2
0
votes
1 answer
php mcrypt on cent os 6.5
I have a problem with my php/apache setup on Cent OS 6.5 with php 5.5
I'm using a vagrant box where I installed php-mcrypt and it seems to work on the command line
php -r 'echo extension_loaded('mcrypt'), PHP_EOL;'
returns 1 (true)
But when I try…

Quentin
- 109
- 3