I was installing Magento (E-commerce software) and got the following errors: o PHP Extension “pdo_mysql” must be loaded o PHP Extension “mcrypt” must be loaded To add these extentions, I had to recompile php adding these two parameters to my…
I was installing Magento (E-commerce software) and got the following errors: o PHP Extension “pdo_mysql” must be loaded o PHP Extension “mcrypt” must be loaded To add these extentions, I had to recompile php adding these two parameters to my…
I got this error when trying to configure php 5.2.6: configure: error: xml2-config not found. Please check your libxml2 installation. I’m using Debian and it showed that I had libxml2 installed (and it was the latest version). It turns out…