Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’m getting errors, do you have any ideas what I can do?
Error: Package: php-tcpdf-6.0.089-1.el6.noarch (epel)
Requires: php-tidy
Error: Package: php-mbstring-5.4.16-23.el7_0.x86_64 (updates)
Requires: php-common(x86-64) = 5.4.16-23.el7_0
Installed: php-common-5.5.15-1.el7.remi.x86_64 (@remi-php55)
php-common(x86-64) = 5.5.15-1.el7.remi
Available: php-common-5.4.16-21.el7.x86_64 (base)
php-common(x86-64) = 5.4.16-21.el7
Available: php-common-5.4.16-23.el7_0.x86_64 (updates)
php-common(x86-64) = 5.4.16-23.el7_0
Error: Package: php-mcrypt-5.3.3-3.el6.x86_64 (epel)
Requires: php(api) = 20090626
Installed: php-common-5.5.15-1.el7.remi.x86_64 (@remi-php55)
php(api) = 20121113-64
Available: php-common-5.4.16-21.el7.x86_64 (base)
php(api) = 20100412-64
Available: php-common-5.4.16-23.el7_0.x86_64 (updates)
php(api) = 20100412-64
Error: Package: php-bcmath-5.4.16-23.el7_0.x86_64 (updates)
Requires: php-common(x86-64) = 5.4.16-23.el7_0
Installed: php-common-5.5.15-1.el7.remi.x86_64 (@remi-php55)
php-common(x86-64) = 5.5.15-1.el7.remi
Available: php-common-5.4.16-21.el7.x86_64 (base)
php-common(x86-64) = 5.4.16-21.el7
Available: php-common-5.4.16-23.el7_0.x86_64 (updates)
php-common(x86-64) = 5.4.16-23.el7_0
Error: Package: php-pdo-5.4.16-23.el7_0.x86_64 (updates)
Requires: php-common(x86-64) = 5.4.16-23.el7_0
Installed: php-common-5.5.15-1.el7.remi.x86_64 (@remi-php55)
php-common(x86-64) = 5.5.15-1.el7.remi
Available: php-common-5.4.16-21.el7.x86_64 (base)
php-common(x86-64) = 5.4.16-21.el7
Available: php-common-5.4.16-23.el7_0.x86_64 (updates)
php-common(x86-64) = 5.4.16-23.el7_0
Error: Package: php-mcrypt-5.3.3-3.el6.x86_64 (epel)
Requires: php(zend-abi) = 20090626
Installed: php-common-5.5.15-1.el7.remi.x86_64 (@remi-php55)
php(zend-abi) = 20121212-64
Available: php-common-5.4.16-21.el7.x86_64 (base)
php(zend-abi) = 20100525-64
Available: php-common-5.4.16-23.el7_0.x86_64 (updates)
php(zend-abi) = 20100525-64
Error: Package: php-gd-5.4.16-23.el7_0.x86_64 (updates)
Requires: php-common(x86-64) = 5.4.16-23.el7_0
Installed: php-common-5.5.15-1.el7.remi.x86_64 (@remi-php55)
php-common(x86-64) = 5.5.15-1.el7.remi
Available: php-common-5.4.16-21.el7.x86_64 (base)
php-common(x86-64) = 5.4.16-21.el7
Available: php-common-5.4.16-23.el7_0.x86_64 (updates)
php-common(x86-64) = 5.4.16-23.el7_0
Install all the package where you see “Requires”
Then you should not have any more errors :)
The problem is php 5.5, you should downgrade to php 5.4 and then it will work
Hi, The Alias directive does not work for me. Mod_alias does exist in my /usr/lib/modules directory and is called out in the Apache config file in the LoadModules directive. Any ideas ? Ralper3
When I type yum install phpmyadmin its says “No package phpmyadmin available. Error: Nothing to do” and I did install EPEL 7-1.
any ideas?
I am running 5.4 and still get php-tidy required. I run yum install php-tidy and I get package not available.
Hi, thanks for the nice how-to. Only one thing:
http://download.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
is not available any more as it looks like (Error 404). You should change it to:
wget http://download.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpm
Then the installation of phpMyAdmin works fine.
Hello I installed phpmyadmin as indicated, no problems at all. However I have tried installing todoyu (a projectmanagement and CRM php script) and found out I could not access the application through the browser to proceed with the install. Also found out, I can not access myphpadmin with any computer other than with the Centos Lamp server itself. I get a page with Forbidden (you don’t have permission to access /todoyu/ or the /“phpmyadmin” on this server). Any help is appreciated.