Questions tagged [mcrypt]

25 questions
0
votes
2 answers

Enabling mcrypt on mac os for nginx

I'm trying to run Laravel's repository and it throws this error: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' I've googled almost every link and couldn't solve it. So as I realize I need to install mcrypt extension.…
Victor
  • 149
  • 1
  • 7
0
votes
0 answers

Mcrypt PHP extension fail on PHP 5.5 Amazon Linux

I'm installing laravel framework on my Amazon Linux Server, But once i compose and Laravel finish installing, laravel ask for Mcrypt PHP extension. then when i try to use command line to install Mcrypt (sudo yum install php-mcrypt) i get an error…
0
votes
2 answers

PHP no longer working on Centos after installing phpMyAdmin

I think I have killed my LAMP server! The server is CentOS 6.6 and has Apache 2.2 and PHP 5.4 installed. I didn't originally install anything - it was provisioned this way by my hosting provider. Everything has been working fine on the server until…
Paul Hobbs
  • 11
  • 1
  • 3
0
votes
1 answer

Resolving "php54w-common-5.4.24-1.w6.x86_64 conflicts php-common < 5.4.0"

We're running CentOS release 6.5 and PHP 5.4.24, and I'm trying to get mcrypt-php installed. When I follow the instructions at https://stackoverflow.com/questions/17109818/install-php-mcrypt-on-centos6, however, the process errors out. Setting up…
Anthony
  • 111
  • 2
  • 15
0
votes
1 answer

Centos 6, Plesk 11, EPEL 6 install problems

I'm having a real headache configuring a new server. It's a 64bit Linux box with Centos 6 and Plesk 11. This will be a Magento server, so I need mcrypt installed, which isn't available by default. I've installed EPEL 6, confirmed…
0
votes
3 answers

Why is mcrypt not included in most Linux distributions?

libmcrypt is a powerful encryption library that is very popular with PHP-based applications. However, most Linux distributions do not include it. This causes problems for many users that need to download and compile it separately. I am guessing that…
Daniel Lopez
  • 173
  • 5
0
votes
1 answer

How Do I Install LAMP on RHEL 64 bit Including Mcrypt?

Does anyone know of a good way to install LAMP on an RHEL 64 bit server which includes mcrypt? I went the manual route, and libmcrypt was not found even though it had been installed. I've tried every posted way on several forums with no success. I…
user46514
0
votes
2 answers

Enabling mcrypt on CentOS

When attempting to load a Kohana3 app onto my server, I was warned that mcrypt was not enabled. How would I go about enabling mcrypt on my CentOS server?
Sampson
  • 520
  • 2
  • 6
  • 18
-1
votes
1 answer

Installing PDO and other PHP extensions for magento

I have a server and i was using php files on it. For some reason i had to reinstall apache on it. My files and my SQL database is still there. Now after fresh installation of Apache, when i run my php website i get PDO NOT INSTALLED error. So if now…
karan
  • 13
  • 1
  • 1
-1
votes
1 answer

Trying to install mcrypt extension

I have centos 5.6, php 5.3.6 and nginx as my webserver. I'm trying to install mcrypt and I tried yum install php-mcrypt but it says no package is available. How can i fix this?
Sushi
  • 11
1
2