|
From: Dmitrijs L. <dmi...@gm...> - 2008-02-28 00:30:19
|
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. Please help. |
|
From: Simon J. <si...@jo...> - 2008-02-28 09:53:56
|
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 |
|
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. |
|
From: Simon J. <si...@jo...> - 2008-02-29 08:24:18
|
Dmitrijs Ledkovs <dmi...@gm...> writes: > 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? I don't know. Hm. Do you have the 'evolution-dev' package installed? /Simon |
|
From: Dmitrijs L. <dmi...@gm...> - 2008-02-29 12:05:17
|
On Fri, 2008-02-29 at 09:24 +0100, Simon Josefsson wrote: > Dmitrijs Ledkovs <dmi...@gm...> writes: > > > 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? > > I don't know. Hm. Do you have the 'evolution-dev' package installed? > > /Simon SOLVED!!!! I've installed everything that has 'evolution' in it. And I think backend libraries (+clients) for the evolution calendar, mail etc did the trick. libebook1.2-dev; libecal1.2-dev; libedata-cal1.2-dev. But I installed some other stuff as well. So can't be sure. With regards, Dmitrijs. |