sentora / sentora-installers

Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.
GNU General Public License v3.0
154 stars 148 forks source link

Mcrypt extension. #19

Closed TheNigelist closed 9 years ago

TheNigelist commented 9 years ago

Mcrypt extension is not installed.

Using @5050 installer from his site but can't report bugs there.

Caffe1neAdd1ct commented 9 years ago

I'll fix this tomorrow, I'm going to run more tests on the new installers tomorrow as well.

Feel free to report issues on the zVPS fork I think I enabled issues on it.

TheNigelist commented 9 years ago

Cheers kev.

Caffe1neAdd1ct commented 9 years ago

Lines 695 and 700: https://github.com/zVPS/sentora-installers/blob/master/sentora_install.sh

If your using either 5050's fork or mine it should be installing mcrypt :+1:

TheNigelist commented 9 years ago

Yeah it's not on Ubuntu 14.04 LTS x86 minimal, but is on CentOS 7

allebb commented 9 years ago

I can confirm that Ubuntu 14.04 LTS x64 does show MCrypt as NOT being installed in phpMyAdmin!

On 23 October 2014 11:24, Nigel Caldwell notifications@github.com wrote:

Yeah it's not on Ubuntu 14.04 LTS x86 minimal, but is on CentOS 7

— Reply to this email directly or view it on GitHub https://github.com/sentora/sentora-installers/issues/19#issuecomment-60219413 .

Caffe1neAdd1ct commented 9 years ago

Sounds like a package misnamed or a repo missing for ubuntu side of the installer... I'll give it a test

5050 commented 9 years ago

Hi, it seems there is a problem (reported here) in the package which does not register in php module list, even if installed.

I solved it on my test sever by issuing the command "php5enmod mcrypt" (+ apache restart). I added it in the installer for ubuntu 14.04.