[SOGo] sogo compile on suse 10.2
Wolfgang Sourdeau
sogo@opengroupware.org
Thu, 16 Aug 2007 10:07:39 -0400
On 2007-08-16 04:40:38 -0400 Willi Fendt <willi.fendt@gmx.de> wrote:
> Thank You, Helge !
>
> I managed to start the sogod-daemon.
> I had to make some links:
> ln -s /usr/GNUstep/System/Library/Libraries/libGDLAccess.so.4.7
> /usr/GNUstep/System/Library/Libraries/libGDLAccess.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libNGObjWeb.so.4.7
> /usr/GNUstep/System/Library/Libraries/libNGObjWeb.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libNGMime.so.4.7
> /usr/GNUstep/System/Library/Libraries/libNGMime.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libNGStreams.so.4.7
> /usr/GNUstep/System/Library/Libraries/libNGStreams.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libNGExtensions.so.4.7
> /usr/GNUstep/System/Library/Libraries/libNGExtensions.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libEOControl.so.4.7
> /usr/GNUstep/System/Library/Libraries/libEOControl.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libXmlRpc.so.4.7
> /usr/GNUstep/System/Library/Libraries/libXmlRpc.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libDOM.so.4.7
> /usr/GNUstep/System/Library/Libraries/libDOM.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libSaxObjC.so.4.7
> /usr/GNUstep/System/Library/Libraries/libSaxObjC.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libNGLdap.so.4.7
> /usr/GNUstep/System/Library/Libraries/libNGLdap.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libGDLContentStore.so.4.7
> /usr/GNUstep/System/Library/Libraries/libGDLContentStore.so.4.6
> ln -s /usr/GNUstep/System/Library/Libraries/libWOExtensions.so.4.7
> /usr/GNUstep/System/Library/Libraries/libWOExtensions.so.4.6
This is strange voodoo... Why do you need to do this?
> /var/log/sogo/sogod.log tells:
> 2007-08-16 08:37:04.809 sogod-0.9[16007] Note: fetching full mail
> header.
> 2007-08-16 08:37:04.810 sogod-0.9[16007] Note(SOGoMailObject): using
> constant
> etag for
> mail parts: '"imap4url_0_9_126"'
> 2007-08-16 08:37:04.810 sogod-0.9[16007] Note: using SOGo mail spool
> folder:
> /tmp/
> 2007-08-16 08:37:04.811 sogod-0.9[16007] Note(SOGoMailBodyPart):
> using
> constant etag f
> or mail parts: '"imap4url_0_9_126"'
> 2007-08-16 08:37:04.811 sogod-0.9[16007] Note: using shared-folders
> name:
> '(nil)'
> 2007-08-16 08:37:04.811 sogod-0.9[16007] Note: using
> other-users-folders
> name: '(nil)'
> 2007-08-16 08:37:04.811 sogod-0.9[16007] Note: using
> other-users-folders
> name: '(nil)'
> 2007-08-16 08:37:04.916 sogod-0.9[16007] No value specified for
> 'AgenorProfileURL'
You didn't configure SOGo... You should read the online tutorial:
http://www.inverse.ca/english/contributions/sogo/documentation.html#c803
This will explain how to create the initial SOGO database as well as
the configuration.
Wolfgang