Changes

From SME Server
Jump to navigationJump to search
1,063 bytes added ,  05:01, 1 June 2014
Line 60: Line 60:  
  yum update --disablerepo=* --enablerepo=sogo
 
  yum update --disablerepo=* --enablerepo=sogo
 
  /etc/rc7.d/S85sogod restart
 
  /etc/rc7.d/S85sogod restart
 +
 +
=== memcached - libevent ===
 +
{{Note box|take extreme caution here are extra repos are enabled - if you get the error memcached is required (perhaps an older version is installed), you will need to install manually from the epel repo.}}
 +
Many users have experienced the following dependencies errors (or some kind of them) while trying to install/update SOGo or simply trying to update SME with yum update:
 +
memcached-1.4.2-1.el5.i386 from sogo has depsolving problems
 +
  --> Missing Dependency: libevent-1.1a.so.1 is needed by package memcached-1.4.2-1.el5.i386 (sogo)
 +
Error: Missing Dependency: libevent-1.1a.so.1 is needed by package memcached-1.4.2-1.el5.i386 (sogo)
 +
 +
To solve this issue you need to install memcached form Epel; the repository can be activated according to wiki http://wiki.contribs.org/Epel .
 +
Once configured the repository you can install memcached (The current release available is memcached-1.4.5-1.el5.i386.rpm - may 2012):
 +
yum --enablerepo=epel install memcached
 +
Now you will be able to install/update SOGo and run yum update fine too.
    
=== Usage ===
 
=== Usage ===
88

edits

Navigation menu