View Issue Details

IDProjectCategoryView StatusLast Update
0001133SOGoBackend Generalpublic2011-03-30 17:54
Reporterdjgporter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
PlatformLinuxOSDebianOS Versionsqueeze
Product Version1.3.5 
Summary0001133: Missing dependency on memcached in Debian squeeze package
Description

Installing sogo using the web site instructions on Debian squeeze does not pull in the memcached package automatically.

Steps To Reproduce

Make sure memcached is not installed already as a dependency for something else.

Add sogo repository to /etc/apt/sources.list as per instructions.

apt-get install sogo

...

dpkg -l memcached*

No packages found matching memcached*

Additional Information

Debian's libmemcached2 had a "recommends" dependency on memcached, but libmemcached5 (http://packages.debian.org/squeeze/libmemcached5) does not.

Perhaps it can be added as a direct dependency in the sogo package instead.

TagsNo tags attached.

Activities

wsourdeau

wsourdeau

2011-03-30 17:54

viewer   ~0002313

We cannot go higher than "recommend" as the memcached daemon can run on another host and we want to enable that.

Issue History

Date Modified Username Field Change
2011-02-10 20:18 djgporter New Issue
2011-03-30 17:54 wsourdeau Note Added: 0002313
2011-03-30 17:54 wsourdeau Status new => closed
2011-03-30 17:54 wsourdeau Resolution open => won't fix