Mcrypt didn't update?!

vincenzobar

Verified User
Joined
Aug 15, 2004
Messages
89
I just spent the night updating my server with everything i could to keep current but i am running into some sort of minor problems.

as we all know GD doesn't upgrade and im having the same problem with mcrypt.

the new version doesn't show in PHPinfo

is this another addon that has to be updated within PHP

and yes i restarted everything other than a reboot of the server
 
When you upgraded the server was the newer version installed or was the old version still installed.
The latest version of mcrypt that the customapache should be installing is v2.5.7
What version is it showing in your php info page?
 
Last edited:
version >= 2.4.x

Supported ciphers
cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes

Supported modes
cbc cfb ctr ecb ncfb nofb ofb stream
 
Last edited:
What Operating System are you using?
Try this:

cd /usr/local/directadmin/customapache
./build clean
rm -f configure.*
./build update
./build all

Be sure to click yes if it asks to recompile any programs such as GD ;-)
 
i kinda did all that when i updated php.

I did
./build clean
rm -f configure.whatever it was

./build update
./build php

./build update
./build zend


maybe i forgot the update command let me try
 
no duh i did the update and it installed all the updates and every time i reran it said already found. maybe i have to delete the configure file again and re-update then possible re-Zend hmmmmmmmmmmmm

Did it work for you!?
 
Your right. This is the first time I've noticed it. It is showing >= 2.4.x for me as well and is not upgrading.
 
Maybe it's time to ask the PHP crew to give the exact version too and not only a compatibility indicator?

>= 2.4.x is nice to know when you have a script that requires features only available with 2.4 and later, but we never know which version of the modules are installed.
 
Back
Top