Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 04-04-2007, 09:51 PM
esoleyman esoleyman is offline
Member
 
Join Date: Apr 2007
Location: San Jose, CA
ZCS Version: Release 5.0.2_GA_1975.DEBIAN4.0 DEBIAN4.0 FOSS edition
Posts: 16
esoleyman is on a distinguished road
Default Ubuntu 7.04 (Feisty) Package

Hello All,

I've built the most recent svn checkout on Ubuntu Feisty and it works as expected when compiled against Novell Evolution 2.10.

You can grab the source and binary packages on my blog post at http://www.nishra.com/2007/05/zimbra...novell_ev.html

OR

* Evolution Zimbra Connection (deb) - download this!

Last edited by esoleyman : 05-16-2007 at 10:26 AM.
Reply With Quote
  #2 (permalink)  
Old 04-05-2007, 08:12 PM
jholder's Avatar
jholder jholder is offline
Zimbra Employee
 
Join Date: Oct 2005
Location: San Mateo, CA
ZCS Version: 5.0.5 RHEL4 64-bit GA
Posts: 5,409
jholder is on a distinguished road
Send a message via Yahoo to jholder
Default

Esloyman,
Would you be willing to upload that into our new Zimbra Gallery?

See the announcements forum on how.

jh
__________________
Reply With Quote
  #3 (permalink)  
Old 04-05-2007, 08:44 PM
esoleyman esoleyman is offline
Member
 
Join Date: Apr 2007
Location: San Jose, CA
ZCS Version: Release 5.0.2_GA_1975.DEBIAN4.0 DEBIAN4.0 FOSS edition
Posts: 16
esoleyman is on a distinguished road
Default

Quote:
Originally Posted by jholder View Post
Esloyman,
Would you be willing to upload that into our new Zimbra Gallery?

See the announcements forum on how.

jh
Jholder,

I'd be happy to upload that into the Zimbra gallery. I've run into a few bugs while using the plugin and was wondering if you want them filed into bugzilla and/or listed in this thread?
Reply With Quote
  #4 (permalink)  
Old 04-05-2007, 08:54 PM
sam sam is offline
Zimbra Employee
 
Join Date: Aug 2005
Posts: 759
sam is on a distinguished road
Default

please do file any bugs you find in bugzilla. Make sure to include as much detail as possible, including server version, evo version, client os version, server version, etc
__________________
:: :: [ Zimbra ] :: :: [ Bugzilla ] :: :: [ Product Portal ] :: :: [ Wiki ] :: :: [ Downloads ] :: ::
Reply With Quote
  #5 (permalink)  
Old 05-08-2007, 07:08 AM
inigoml's Avatar
inigoml inigoml is offline
Contributor
 
Join Date: Aug 2006
Location: Madrid, Spain
ZCS Version: 5.0.5 NE
Posts: 99
inigoml is on a distinguished road
Default

Quote:
Originally Posted by esoleyman View Post
Hello All,
I've built the most recent svn checkout on Ubuntu Feisty and it works as expected when compiled against Novell Evolution 2.10.
I've tried to compile your source code under Ubuntu 7.04 (Feisty) AMD64 but I have a problem when configure runs.

It doesn't found libedataserverui-1.2, but it's installed. ¿?
---
checking for EDS_UI... configure: error: Package requirements (libedataserverui-1.2 libglade-2.0 libgnomeui-2.0
---

Removing this line from configure.ac does solve the problem, but of course, it fails in make.

Have you compiled for AMD64?

Thanks!
Reply With Quote
  #6 (permalink)  
Old 05-08-2007, 08:54 AM
jpcaldwell jpcaldwell is offline
Senior Member
 
Join Date: Sep 2006
Location: Seattle, WA
ZCS Version: Release 5.0.0_RC2_1745.RHEL4_20071120124154 UNKNOWN FOSS edition
Posts: 45
jpcaldwell is on a distinguished road
Default

I just went through compiling this on Feisty AMD64 the other day so I'll see if I can help. What you really need is libdataserverui-dev (along with a lot of other dev packages). I just kept running the config and adding required packages as they came (adding -dev), but eventually I got it running.
Reply With Quote
  #7 (permalink)  
Old 05-08-2007, 01:09 PM
inigoml's Avatar
inigoml inigoml is offline
Contributor
 
Join Date: Aug 2006
Location: Madrid, Spain
ZCS Version: 5.0.5 NE
Posts: 99
inigoml is on a distinguished road
Default

Quote:
Originally Posted by jpcaldwell View Post
I just went through compiling this on Feisty AMD64 the other day so I'll see if I can help. What you really need is libdataserverui-dev (along with a lot of other dev packages). I just kept running the config and adding required packages as they came (adding -dev), but eventually I got it running.
Great
I will test it ASAP.
Reply With Quote
  #8 (permalink)  
Old 05-08-2007, 01:40 PM
inigoml's Avatar
inigoml inigoml is offline
Contributor
 
Join Date: Aug 2006
Location: Madrid, Spain
ZCS Version: 5.0.5 NE
Posts: 99
inigoml is on a distinguished road
Default

Quote:
Originally Posted by jpcaldwell View Post
I just went through compiling this on Feisty AMD64 the other day so I'll see if I can help. What you really need is libdataserverui-dev (along with a lot of other dev packages). I just kept running the config and adding required packages as they came (adding -dev), but eventually I got it running.
Everything now compiles and install. However, starting Evo finish with an immediate core dump. I had to delete all zimbra files but libcom-zimbra.so (installation by defaults put files .eplug, .a and .la in same folder).

OK, it works for email right now... but... what about calendar / contacts?? Using SOAP for accesing mail is not very useful if you have IMAP access... ¿?

Well, after some testing, without eplug file there is no calendar, but with eplug file evolution is broken...

Last edited by inigoml : 05-08-2007 at 01:47 PM.
Reply With Quote
  #9 (permalink)  
Old 05-13-2007, 12:08 PM
esoleyman esoleyman is offline
Member
 
Join Date: Apr 2007
Location: San Jose, CA
ZCS Version: Release 5.0.2_GA_1975.DEBIAN4.0 DEBIAN4.0 FOSS edition
Posts: 16
esoleyman is on a distinguished road
Default New Evolution Connector Packages! Fixes Authentication Problem

Hi everyone,

I had a chance today to debug the connector and find out why the authentication problem is occurring. I found the answer I was looking for and created a patch against the codebase. I have also created a new package that will work for everyone as I have first tested it on my own desktop.

Please download the new Ubuntu Feisty 7.04 package.
Reply With Quote
  #10 (permalink)  
Old 05-14-2007, 09:43 AM
thewump thewump is offline
Junior Member
 
Join Date: May 2007
Posts: 3
thewump is on a distinguished road
Default

Thanks.. seems to work great.

Can I suggest that you point the link in the first post to the latest version? It points to a page on your site that seems to have a dead deb link..

Keith
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.zimbra.com/forums/evolution-connector/8063-ubuntu-7-04-feisty-package.html
Posted By For Type Date
Evolution Connector [Archive] - Zimbra - Forums This thread Refback 10-25-2007 04:07 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 7.04 Mike Oliveri Installation 10 08-04-2007 04:19 PM
Unable to install on Ubuntu 7.04 64 bit geekneck Installation 5 07-16-2007 07:52 PM
Ubuntu 7.04 Feisty Fawn Guide Dijital Installation 6 06-09-2007 10:05 AM
Zimbra on Ubuntu Feisty Fawn 7.04? SnowPunk98 Installation 11 04-19-2007 07:14 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0