首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >GroupWise对演化Ubuntu13.10的支持

GroupWise对演化Ubuntu13.10的支持
EN

Ask Ubuntu用户
提问于 2013-12-15 11:02:25
回答 2查看 1.2K关注 0票数 6

我们希望从Windows迁移到Ubuntu。在过去,我们使用演进客户端来处理邮件服务器(Novell GroupWise,2012年)。此邮件服务器使用SOAP协议。在过去,有一种选择是在进化中使用SOAP (GroupWise)。这个似乎被移除了。

在谷歌上搜索了一下之后,我发现:“进化”中不支持群智吗?这个线程有一个用SOAP (GroupWise)修补最新进化的解决方案。我在我的Ubuntu13.10上尝试了这个,但是会出现错误。这个解决方案是为Ubuntu 11制定的。

这些步骤如下:

代码语言:javascript
复制
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 apt-get build-dep evolution
8. ./autogen.sh
9. make            
10. sudo make install
11. Edit /etc/services like bruhein describes

在步骤8中发生错误。

代码语言:javascript
复制
configure: error: Package requirements (libedataserverui-3.0 >= 3.2.0) were not met:

No package 'libedataserverui-3.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBEDATASERVERUI_CFLAGS
and LIBEDATASERVERUI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

然后,我试图安装缺失的依赖,但没有成功。

代码语言:javascript
复制
root@ubuntu:~/evolution-groupwise# apt-get install libedataserverui-3.0-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libedataserverui-3.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  evolution-data-server-doc

E: Package 'libedataserverui-3.0-dev' has no installation candidate

有人能帮我吗?

提前谢谢。

Kr,

乔里

小更新:在下一个版本中,它们将是本地Mac支持,这意味着它可能适用于imap客户端,比如https://www.novell.com/communities/coolsolutions/groupwise-blog-native-mac-integration-groupwise-cornell/

EN

回答 2

Ask Ubuntu用户

发布于 2014-12-12 23:00:06

Ubuntu 13.10已经达到了生命的尽头(EOL),不再得到支持。

不支持的旧版本的存储库被移动到存档服务器,并且可以在old-releases.ubuntu.com而不是archive.ubuntu.com上使用,这就是为什么您无法安装软件包的原因。

有关在不受支持的版本上安装软件的步骤,请参阅页面。

但是,我建议您安装一个支持的版本,比如14.04或14.10。最好使用Ubuntu14.04,因为它是一个LTS (长期支持)版本,并且支持到2019年。

票数 3
EN

Ask Ubuntu用户

发布于 2014-12-18 17:58:08

您可以尝试下载并手动安装包文件。选择与系统类型匹配的文件:

  • amd64:http://mirrors.kernel.org/ubuntu/pool/main/e/evolution-data-server/libedataserverui-3.0-dev_3.2.3-0ubuntu7.2_amd64.deb
  • i386:http://mirrors.kernel.org/ubuntu/pool/main/e/evolution-data-server/libedataserverui-3.0-dev_3.2.3-0ubuntu7.2_i386.deb

..。他们用'dpkg -i -i‘手动安装它,其中XXXX是系统架构。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/391060

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档