Questions tagged [mcrypt]

25 questions
11
votes
5 answers

How to install mcrypt for PHP 5.3.3 on CentOS 5.7 64 bit?

I installed php 5.3 and some modules using yum install php53-{module-name} But mcrypt did not work. I searched like this: yum list php* | grep mcry The only package that came up was php-mcrypt.x86-64 5.1.6-15.e15.centos.1 extras I…
Buttle Butkus
  • 1,719
  • 8
  • 32
  • 45
4
votes
2 answers

how can i install enable mcrypt without re-installing php?

I installed php 5.3.8 from source on Ubuntu 10.10 and now i need mcrypt. I also installed mcrypt from source and restarted apache but still i am not able to see it in my php configuration. I understand i would need a mcrypt.so in my php extensions…
lovesh
  • 183
  • 1
  • 10
3
votes
2 answers

Installed php-mcrypt but it doesn't show up in phpinfo()

I'm trying to install php-mcrypt on a CentOS 5.4 but while the extensions appears to be installed, there's nothing about it when I do a phpinfo(). For example, you can see below that php-mcrypt appears to be installed properly: [root@... ~]# rpm…
Dean Harding
  • 390
  • 3
  • 9
3
votes
2 answers

How to install mcrypt on RHEL5

We have an RHEL5 server that I'm trying to install PHP-Mcrypt on and I'm stuck when I tried to run ./configure for mcrypt source files. I was using this guide: http://atlantatechpro.com/howtos/howtoslinux/howtosmhashmcrypt When I try to install…
wag2639
  • 2,115
  • 6
  • 24
  • 32
2
votes
3 answers

php5-mcrypt install errors

Running Ubuntu 9.10 and I am trying to install the php5-mcrypt module is killing me softly. I am not sure what else to try. Anyone have any idea? Here is the error i get: sudo apt-get install php5-mcrypt Reading package lists... Done Building…
NTulip
  • 123
  • 1
  • 6
2
votes
1 answer

unable to install php5-mcrypt

I'm trying to install mcrypt under php and can't. If I do php test.php | grep mcrypt (where test.php contains phpinfo()) nothing comes up so I want to install it. If I do sudo apt-get install php5-mcrypt I get this: E: Unable to locate package…
neubert
  • 287
  • 7
  • 25
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
2
votes
3 answers

install php-mcrypt on Centos 6

I'm trying to install php-mcrypt on my Centos 6.0, 64 bit, php 5.3.3. I'm using epel repo rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm, the last one. But after I run yum install php-mcrypt I'm getting an…
Vadim
  • 21
  • 1
  • 1
  • 3
2
votes
1 answer

phpMyAdmin says mcrypt is missing, but it's not; cannot log in

I've just compiled a web stack on Solaris 10. This is a fairly standard Apache 2 / MySQL 5 / PHP 5 stack with all the most recent stable versions. I dropped phpMyAdmin on the server and set up httpd.conf to get that online. When I browse to the…
GradysGhost
  • 21
  • 1
  • 2
1
vote
1 answer

Install mcrypt for php54 on centos 6.5

I'm completely new to VPS and am trying to install php54 on a centos6.5 server. I've updgraded the php version to 5.4 which appears to work. Currently using php5.4.31 However I now need to install mcrypt. I've tried: yum install php-mcrypt I have…
Ray
  • 113
  • 1
  • 6
1
vote
1 answer

ubuntu: Installed php-mcrypt but it doesn't show up in phpinfo()

A web app I'm trying to install on my ubuntu 10.04 LTS requires mcrypt, and is generating this error: Fatal error: Call to undefined function mcrypt_module_open(). I know this is the same question as this one: Installed php-mcrypt but it doesn't…
jules
  • 111
  • 1
  • 2
1
vote
2 answers

Statistics about php setups / What extensions are installed by default

I'm trying to get some statistics about how most PHP sites are configured, specifically what extensions are installed on them. I'm particularly interested in knowing if Mcrypt is installed or not. Anyone know of any sites collating such information?
siliconpi
  • 1,707
  • 6
  • 30
  • 45
1
vote
1 answer

Install php-mcrypt on CentOS 4.4

I need to get php-mcrypt running on a CentOS 4.4 box, so I can use a PHP mcrypt module (as per company policy). I have tried installing it via yum, as I did with a CentOS 5.5 box, with no luck. [root@server www]# yum install php-mcrypt Setting up…
Stephen RC
  • 621
  • 3
  • 8
  • 13
1
vote
1 answer

PHP server says it has no Supported Ciphers for mcrypt

We are configuring a PHP server currently, and when we run phpinfo(); we see that mcrypt is included in the list of available modules, but it says "NONE" for both Supported ciphers and Supported modes. A quick search in google returned little or…
1
vote
2 answers

php crashes when I try to add extensions

I am trying to install phpmyadmin on my web server with Windows 2008 and iis 7. PHP is running fine and I have several sites that rely on it. When installing phpmyadmin - it has errors at the bottom that crypt and mbstring are not properly…
Christy
1
2