Changes

Jump to navigation Jump to search
1,097 bytes added ,  19:03, 12 November 2013
no edit summary
Line 9: Line 9:     
As reported, downloaded releases (v4.5.3 and v4.5.4) installed fine.
 
As reported, downloaded releases (v4.5.3 and v4.5.4) installed fine.
 +
 +
===webtatic-el5===
 +
 +
{{Warning box|msg= if you update php with the webtatic repository, you can experience some problems with contribs such as phpmyadmin which need php53 dependencies. see [http://bugs.contribs.org/show_bug.cgi?id=7613#c12 bug 7613c12] }}
 +
first we need to install the webtatic repository, see the relevant [[Webtatic |wiki page]]
 +
 +
/sbin/e-smith/db yum_repositories set webtatic repository \
 +
Name 'webtatic - EL5' \
 +
MirrorList 'http://mirror.webtatic.com/yum/centos/5/$basearch/mirrorlist' \
 +
EnableGroups no \
 +
GPGCheck yes \
 +
GPGKey http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy \
 +
Visible no \
 +
status disabled
 +
 +
After adding it to the database updating the configuration file is required:
 +
signal-event yum-modify
 +
 +
check your php version
 +
[root@sme8dev-3 ~]# rpm -q php
 +
php-5.3.3-13.el5.sme.2
 +
 +
upgrade your php version
 +
[root@sme8dev-3 ~]# yum update --enablerepo=webtatic php
 +
verify your php version
 +
[root@sme8dev-3 ~]# rpm -q php
 +
php-5.3.27-2.w5
 +
and reconfigure your server
 +
signal-event post-upgrade; signal-event reboot
 +
 +
After that you can continue the HowTo

Navigation menu