At Wed, 13 Apr 2011 16:42:12 +0200, Anthony Milan wrote: > > Le 13/04/2011 12:01, Anthony Milan a écrit : > > Le 08/04/2011 21:30, Ludovic Marcotte a écrit : > >> === Upgrading to v1.3.6 === > >> > >> Starting from SOGo v1.3.6, SOPE's IMAP pooling has been disabled > >> (NGImap4DisableIMAP4Pooling is not set to YES) by default. You can > >> enable it back by setting the NGImap4DisableIMAP4Pooling preference to > >> NO or by simply using a caching proxy like imapproxy. > > Hi, > > > > With Debian Squeeze, my /etc/apt/sources.list contains : deb > > http://inverse.ca/debian/ squeeze squeeze, I have this error: > > > > Starting SOGo: sogo/usr/sbin/sogod: error while loading shared > > libraries: libgnustep-base.so.1.16: cannot open shared object file: No > > such file or directory > > already running. > > > > I tried apt-get -f reinstall sogo with no success. The sogo package > > depends on libgnustep-base1.20 (>= 1.20.1) that is installed. > > > > Help is welcome. > # ldd /usr/sbin/sogod | grep libgnustep > libgnustep-base.so.1.20 => /usr/lib/libgnustep-base.so.1.20 (0xb6de0000) > libgnustep-base.so.1.16 => not found
Do you have the latest version of SOPE from the squeeze repository installed? Because something is pulling in the 1.16 version. You could find out which library by calling ldd on the library, for example ldd /usr/lib/libNGMime.so.4.9 And see whether it depends on 1.20 or 1.16. Regards, Jeroen Dekkers -- [email protected] https://inverse.ca/sogo/lists
