我们想从 Windows 迁移到 Ubuntu linux。过去,我们使用 Evolution 客户端连接我们的邮件服务器 (Novell GroupWise 2012)。此邮件服务器使用 SOAP 协议。过去,在 Evolution 中可以选择使用 SOAP (GroupWise)。这似乎被删除了。
经过一番谷歌搜索后,我遇到了这个问题: Evolution 不支持 Groupwise? 该线程有一个解决方案,可以用 SOAP (GroupWise) 修补最新的 Evolution。我在我的 Ubuntu 13.10 上试过这个,但出现错误。此解决方案是为 Ubuntu 11 制定的。
这些是步骤:
1. Install git (sudo apt-get install git)
2. git clone git://git.gnome.org/evolution-groupwise
3. cd evolution-groupwise
4. git checkout -b 3.2.0-patch EVOLUTION_GROUPWISE_3_2_0
5. git cherry-pick 3aae80f55d5fd565274f19210564e74d5350a66c # This is the patch for the SOAP port bug
6. Open configure.ac, at about line 48 add the line AC_CHECK_LIB(gthread-2.0, g_thread_init)
7. sudo …Run Code Online (Sandbox Code Playgroud)