Queremos migrar do Windows para o Ubuntu Linux.
No passado, usamos o cliente Evolution em nosso servidor de email (Novell GroupWise 2012).
Esses servidores de email usam o protocolo SOAP. No passado, havia uma opção para usar o SOAP (GroupWise) no Evolution. Isso parece ser removido.
Depois de alguns googling eu vi isso:
O Groupwise não é suportado no Evolution?
Esse segmento tinha uma solução para corrigir o último Evolution com SOAP (GroupWise).
Eu tentei isso no meu Ubuntu 13.10, mas ocorrem erros. Esta solução foi feita para o Ubuntu 11.
Estas são as etapas:
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
No passo 8 ocorreu um erro.
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.
Depois tentei instalar a dependência ausente sem sucesso.
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
Alguém pode me ajudar com isso?
Obrigado antecipadamente.
Kr,
Joeri
Atualização pequena: Na próxima versão, o suporte a Mac será nativo, o que significa que provavelmente funcionará para clientes imap como a evolução: