默认情况下,debian的GNOME来自Evolution 3.12。 我想升级到最新版本3.18。
我下载源码包并继续进行
#下载源码
wget https://download.gnome.org/sources/evolution/3.18/evolution-3.18.0.tar.xz#解压
tar xf * .tar.xz
- 如何找出为什么在Samba 4.4 / Debian上joinNAS到AD运行失败?
- Google Cloud Platform:从project_A中的VM_1 ssh到project_B中的VM_2
- 在服务器上找不到使用的inode
- redirect别名,但不是IP
- https:不工作,但:443 /工作?
#开始设置
。/configuration
它给出了一个错误信息,这表明我有一个包版本错误。
... configure: error: Package requirements (camel-1.2 >= 3.18.0 libebook-1.2 >= 3.18.0 libecal-1.2 >= 3.18.0 libedataserver-1.2 >= 3.18.0 libedataserverui-1.2 >= 3.18.0 libebackend-1.2 >= 3.18.0) were not met: Requested 'camel-1.2 >= 3.18.0' but version of camel is 3.12.9 Requested 'libebook-1.2 >= 3.18.0' but version of libebook is 3.12.9 Requested 'libecal-1.2 >= 3.18.0' but version of libecal is 3.12.9 Requested 'libedataserver-1.2 >= 3.18.0' but version of libedataserver is 3.12.9 No package 'libedataserverui-1.2' found Requested 'libebackend-1.2 >= 3.18.0' but version of libebackend is 3.12.9
我怎么能解决这个问题?