Evolution on Ubuntu: Difference between revisions

(New page: This worked on Ubuntu 7.10 (Gutsy) This Howto is based on [http://www.zimbra.com/forums/evolution-connector/7800-howto-configure-connector-ubuntu.html Howto Configure Evolution Connector ...)
 
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This worked on Ubuntu 7.10 (Gutsy)
{{Archive}}This worked on Ubuntu 7.10 (Gutsy) 32-bit
 
64-bit Gusty 'configure' command gives the following error:
checking for EDS_UI... configure: error: Package requirements (libedataserverui-1.2 libglade-2.0 libgnomeui-2.0) were not met:
No package 'libedataserverui-1.2' found
 


This Howto is based on [http://www.zimbra.com/forums/evolution-connector/7800-howto-configure-connector-ubuntu.html Howto Configure Evolution Connector Ubuntu forum thread]
This Howto is based on [http://www.zimbra.com/forums/evolution-connector/7800-howto-configure-connector-ubuntu.html Howto Configure Evolution Connector Ubuntu forum thread]
Line 7: Line 12:
Install the Evolution Development Packages.
Install the Evolution Development Packages.


"sudo apt-get '''''please contribute the list here'''''"
"sudo apt-get install libedataserverui1.2-dev"
 
You will also need:
 
"sudo apt-get install libedata-book1.2-dev libedata-cal1.2-dev libcurl4-gnutls-dev"




Line 16: Line 25:
*[http://codebrowse.launchpad.net/~vcs-imports/evolution/head/download/vcs-imports%40canonical.com-20071011140313-h5uu3plt34xy0u8n/shelleshellwindow.h-20070604090201-py32gsehx9w14jai-6110/e-shell-window.h e-shell-window.h]
*[http://codebrowse.launchpad.net/~vcs-imports/evolution/head/download/vcs-imports%40canonical.com-20071011140313-h5uu3plt34xy0u8n/shelleshellwindow.h-20070604090201-py32gsehx9w14jai-6110/e-shell-window.h e-shell-window.h]
*[http://codebrowse.launchpad.net/~vcs-imports/evolution/head/download/vcs-imports%40canonical.com-20071011140313-h5uu3plt34xy0u8n/shellesidebar.h-20070604090201-py32gsehx9w14jai-6191/e-sidebar.h e-siderbar.h]
*[http://codebrowse.launchpad.net/~vcs-imports/evolution/head/download/vcs-imports%40canonical.com-20071011140313-h5uu3plt34xy0u8n/shellesidebar.h-20070604090201-py32gsehx9w14jai-6191/e-sidebar.h e-siderbar.h]
Extract the Evolution Connector
Open a Terminal
Go to the directory.
Type '''"configure"''' (press enter)
Type '''"make"''' (press enter)
Type '''"make install"'''(press enter)
[[Category:Ubuntu]]

Latest revision as of 22:52, 23 March 2015

This worked on Ubuntu 7.10 (Gutsy) 32-bit

64-bit Gusty 'configure' command gives the following error: checking for EDS_UI... configure: error: Package requirements (libedataserverui-1.2 libglade-2.0 libgnomeui-2.0) were not met: No package 'libedataserverui-1.2' found


This Howto is based on Howto Configure Evolution Connector Ubuntu forum thread

Download the Evolution Connector

Install the Evolution Development Packages.

"sudo apt-get install libedataserverui1.2-dev"

You will also need:

"sudo apt-get install libedata-book1.2-dev libedata-cal1.2-dev libcurl4-gnutls-dev"


Additional Header Files and place them here /usr/include/evolution-2.12/shell/:

Extract the Evolution Connector

Open a Terminal

Go to the directory.

Type "configure" (press enter)

Type "make" (press enter)

Type "make install"(press enter)

Jump to: navigation, search