I have just tried the workaround above in gutsy. Couple of additionals:
(1) The additions to .bashrc can be summarised to:
export PATH=$HOME/opt/bin:$PATH
export LIBDIR=$HOME/opt/lib
export LD_LIBRARY_PATH=$LIBDIR:$LD_LIBRARY_PATH
export LD_RUN_PATH=$LIBDIR:$LD_RUN_PATH
which should work for everyone.
(2) Before I compiled evolution-brutus I compiled and installed
brutus-keyring-0.9.11
(3) I then compiled evolution-brutus-1.1.30.11. Compilation failed twice:
(a)
brutus_util.c:38:28: error: brutus-keyring.h: No such file or directory
brutus_util.c:39:29: error: brutus-keyringd.h: No such file or directory
I resolved this with the following as root:
rm -f /usr/local/include/brutus-keyring-1.0
ln -s $HOME/downloads/linux/brutus-keyring-0.9.11/src
/usr/local/include/brutus-keyring-1.0
where $HOME/downloads/linux/brutus-keyring-0.9.11 is the name of the
folder into which I had unpacked brutus-keyring.
(b)
In file included from e-book-backend-brutus.h:31,
from e-book-backend-brutus-factory.c:48:
/usr/include/evolution-data-server-1.12/libedata-book/e-book-backend-db-cache.h:26:16:
error: db.h: No such file or directory
I resolved this with the following as root:
apt-get install libdb4.6-dev
However, whilst this all apparently suceeded, brutus hasn't shown up as
an account type, despite brutus stuff appearing under /usr/lib
/evolution-data-server-1.2/camel-providers-1.0 and extensions, and a
restart of evoution-data-server. Still working on it.
--
--onlytop does not work
https://bugs.launchpad.net/bugs/66560
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs