Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: fpausp on June 01, 2011, 01:31:23 PM

Title: How to install Magento on sme8
Post by: fpausp on June 01, 2011, 01:31:23 PM
Hi,

I try to install Magento on an up to date sme8, I still get this error when I check the requirements with magento-check.php:
Code: [Select]
Your server does not meet the following requirements in order to install Magento.
The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for Magento:

    You are missing the mcrypt extension

The following requirements were successfully met:

    You have PHP 5.2.0 (or greater)
    Safe Mode is off
    You have MySQL 4.1.20 (or greater)
    You have the curl extension
    You have the dom extension
    You have the gd extension
    You have the hash extension
    You have the iconv extension
    You have the pcre extension
    You have the pdo extension
    You have the pdo_mysql extension
    You have the simplexml extension


I have installed mcrypt:

Code: [Select]
yum install mcrypt php-mcrypt mhash php-mhash --enablerepo=*



I tried to add:

Code: [Select]
extension                              = mcrypt.so
to the php.ini but still get this error.

Can someone please explain me that ?

Best
Title: Re: How to install Magento on sme8
Post by: larieu on June 02, 2011, 04:59:24 PM
check the minimum version of mcrypt needed
you can find what version is installed on yours with

Code: [Select]
yum info *mcrypt

for me this seems to be the latest on sme

Name       : libmcrypt
Arch       : i386
Version    : 2.5.8
Release    : 4.el5.centos

and

Name       : php-mcrypt
Arch       : i386
Version    : 5.1.6
Release    : 15.el5.centos.1
Title: Re: How to install Magento on sme8
Post by: fpausp on June 03, 2011, 10:29:19 AM
Hi,

Code: [Select]
[root@sme8 ~]# yum info *mcrypt
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: mirror.de.leaseweb.net
 * smeaddons: mirror.pialasse.com
 * smeextras: mirror.pialasse.com
 * smeos: mirror.pialasse.com
 * smeupdates: mirror.pialasse.com
 * updates: distrib-coffee.ipsl.jussieu.fr
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Installed Packages
Name       : libmcrypt
Arch       : i386
Version    : 2.5.8
Release    : 4.el5.centos
Size       : 281 k
Repo       : installed
Summary    : Encryption algorithms library
URL        : http://mcrypt.sourceforge.net/
License    : LGPLv2+
Description: Libmcrypt is a thread-safe library providing a uniform interface
           : to access several block and stream encryption algorithms.

Name       : php-mcrypt
Arch       : i386
Version    : 5.1.6
Release    : 15.el5.centos.1
Size       : 32 k
Repo       : installed
Summary    : Standard PHP module provides mcrypt library support
URL        : http://www.php.net/
License    : The PHP License
Description: Standard PHP module provides mcrypt library support

checked, and now ?
Title: Re: How to install Magento on sme8
Post by: Stefano on June 03, 2011, 11:55:42 AM
checked, and now ?

and now you should check/ask mangento for the minimun version requirement.. :-)
Title: Re: How to install Magento on sme8
Post by: fpausp on June 03, 2011, 07:04:21 PM
OK, sorry for the stupid question. I understand now what you mean.

Best