Hello,
I would like to set up the cron for a Moodle 2.5 I have installed in a cenTOS 6.3. It is the first time that I work with centOS and I am an educational technologist, so please don't take things for granted in your reply.
When I looked into the Moodle.org documentation:
/usr/bin/sudo -u apache /usr/local/zend/bin/php-cli /var/www/html/moodle/admin/cli/cron.php
Zend server is not installed in my server.
I have added the zen repo file in my /etc/yum.repos.d/
and when I run the command:
yum install zend-server-php-5.3
I get an error message I cannot understand (see below).
I cannot upgrade the OS of my server.
1) I only want to configure the cron. Is there a way of doing it without installing Zend?
2) What5 are the implications of installing Zend server? Will it affect Apache, MySQL or the Shibboleth deamon which is running in my server?
Thank you very much for your advice.
Mari Cruz
Error: Package: php-devel-5.3.3-14.el6_3.x86_64 (@centos6.3-x86_64.updates)
Requires: php = 5.3.3-14.el6_3
Removing: php-5.3.3-14.el6_3.x86_64 (@centos6.3-x86_64.updates)
php = 5.3.3-14.el6_3
Obsoleted By: mod-php-5.3-apache2-zend-server-5.3.21-9.x86_64 (Zend)
Not found
Available: php-5.3.3-3.el6_2.8.x86_64 (BaseOS)
php = 5.3.3-3.el6_2.8
Installing: php-5.3-fcgi-zend-server-5.3.21-6.x86_64 (Zend)
php = 5.3.21-6
Available: php-5.4-fcgi-zend-server-5.4.11-6.x86_64 (Zend)
php = 5.4.11-6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
___________________________________________________________________________________