Dear my friends...
I want to install Magento but the installer asks me several PHP Add-on: PHP Extension "pdo_mysql" must be loaded PHP Extension "mcrypt" must be loaded PHP Extension "curl" must be loaded PHP Extension "gd" must be loaded
Anybody would be so nice to tell me the way to install the PHP add-on-s?
Thank you very much.
Ricky Tompu Breaky wrote:
Dear my friends...
I want to install Magento but the installer asks me several PHP Add-on: PHP Extension "pdo_mysql" must be loaded PHP Extension "mcrypt" must be loaded PHP Extension "curl" must be loaded PHP Extension "gd" must be loaded
Anybody would be so nice to tell me the way to install the PHP add-on-s?
yum install package-name . I think these packages are in default centos repository.
-- Eero, RHCE
hey ricky
we use the term library not add-on. 'yum search mcrypt' will get you started finding the required libraries, then 'yum install php-mcrypt' to install them.
Ricky Tompu Breaky wrote:
Dear my friends...
I want to install Magento but the installer asks me several PHP Add-on: PHP Extension "pdo_mysql" must be loaded PHP Extension "mcrypt" must be loaded PHP Extension "curl" must be loaded PHP Extension "gd" must be loaded
Anybody would be so nice to tell me the way to install the PHP add-on-s?
Thank you very much. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Ricky Tompu Breaky írta:
Dear my friends...
I want to install Magento but the installer asks me several PHP Add-on: PHP Extension "pdo_mysql" must be loaded PHP Extension "mcrypt" must be loaded PHP Extension "curl" must be loaded PHP Extension "gd" must be loaded
Anybody would be so nice to tell me the way to install the PHP add-on-s?
Thank you very much.
try yum first afaik all the above has a separate php rpm
t
Ricky Tompu Breaky wrote on Mon, 16 Nov 2009 04:21:58 +0700:
I want to install Magento
Read the Magento PHP version requirements first.
Kai