|
From: Dmitrijs L. <dmi...@gm...> - 2008-02-29 03:41:41
|
On Thu, 2008-02-28 at 10:53 +0100, Simon Josefsson wrote: > Dmitrijs Ledkovs <dmi...@gm...> writes: > > > Hello everyone > > > > I'm trying to compile/install Evolution plugin, but it fails to > > configure. > > > > -- checking for one of the modules 'libedataserver-1.0' > > CMake Error: Evolution Data Server not found. > > > > Although locate does find: > > > > /usr/lib/libedataserver-1.2.so.9 > > /usr/lib/libedataserverui-1.2.so.8 > > /usr/lib/libedataserver-1.2.so.9.1.0 > > /usr/lib/libedataserverui-1.2.so.8.0.2 > > > > And all packages relating to evolution data server are installed from > > apt-get. > > Do you have the *-dev package installed? Try installing > libedataserver1.2-dev. > > /Simon Hello Simon This is output from terminal: dmitrij@linuxbook:~$ sudo apt-get install libedataserver1.2-dev [sudo] password for dmitrij: Reading package lists... Done Building dependency tree Reading state information... Done libedataserver1.2-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. dmitrij@linuxbook:~$ Version installed is 1.2.8 and 1.2.9 for gui package with similar name. Does evolution plugin searches for specific version of that package? e.g. 1.2.0? With regards, Dmitrijs. |