Hi i I am trying to install owncloud on centos os 7 by using this ltitorial http://www.howtoforge.com/centos-owncloud-nginx but yum update give me this: Error: Package: php-5.6.0-0.16.RC2.el6.remi.x86_64 (remi-php56) Requires: httpd-mmn = 20051115 Installed: httpd-2.4.6-17.el7.centos.1.x86_64 (@base) httpd-mmn = 20120211 httpd-mmn = 20120211x8664 httpd-mmn = 20120211-x86-64 I try to google it but there is nothing about this error Thanks
did you install the correct remi release file for centos 7? The guide is for centos 6, so it installs: rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm but you are using centos 7, so you will have to install most likely: rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm