Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > ZCS Client Connectors > Evolution Connector

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 03-22-2007, 06:10 PM
Senior Member
 
Posts: 58
Default Connector Error

When I run the script, I get this error:

sudo ./bootstrap.sh
aclocal: configure.ac: 23: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.ac: 128: macro `AM_GLIB_GNU_GETTEXT' not found in library
./bootstrap.sh: 4: /usr/bin/libtoolize: not found
./bootstrap.sh: 5: /usr/bin/intltoolize: not found
aclocal: configure.ac: 23: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.ac: 128: macro `AM_GLIB_GNU_GETTEXT' not found in library
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
automake: configure.ac: installing `./missing'; error while making link: File exists

configure.ac: 23: installing `./ltmain.sh'; cannot run `libtoolize': No such file or directory
configure.ac: 23: installing `./config.guess'; cannot run `libtoolize': No such file or directory
configure.ac: 23: installing `./config.sub'; cannot run `libtoolize': No such file or directory
automake: configure.ac: installing `./config.guess'; cannot run `libtoolize': No such file or directory
automake: configure.ac: installing `./config.sub'; cannot run `libtoolize': No such file or directory
configure.ac: 18: required file `./config.h.in' not found
libezimbra/Makefile.am:5: variable `marshal_sources' not defined
./configure: line 1694: syntax error near unexpected token `config.h'
./configure: line 1694: `AM_CONFIG_HEADER(config.h)'

I am running Ubuntu 6.10.

Thanks,
Reply With Quote
  #2 (permalink)  
Old 03-23-2007, 09:55 AM
Contractor
 
Posts: 115
Default

Looks like you don't have the libtool and intltool packages installed. Try installing them and see if you get any farther.

Take care,

Scott
Reply With Quote
  #3 (permalink)  
Old 03-23-2007, 10:32 AM
Senior Member
 
Posts: 58
Default

Thanks,

After installing those packages, I get the following:

sudo ./bootstrap.sh
aclocal: configure.ac: 128: macro `AM_GLIB_GNU_GETTEXT' not found in library
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
aclocal: configure.ac: 128: macro `AM_GLIB_GNU_GETTEXT' not found in library
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
automake: configure.ac: installing `./missing'; error while making link: File exists

configure.ac: 18: required file `./config.h.in' not found
libezimbra/Makefile.am:5: variable `marshal_sources' not defined
./configure: line 1694: syntax error near unexpected token `config.h'
./configure: line 1694: `AM_CONFIG_HEADER(config.h)'
Reply With Quote
  #4 (permalink)  
Old 03-23-2007, 10:44 AM
Contractor
 
Posts: 115
Default

Have you compiled other programs from source on that machine? It sounds like you don't have *-devel packages. Try installing glib2-devel for starters...you might need some others as well, but we'll start there.
Reply With Quote
  #5 (permalink)  
Old 03-23-2007, 10:57 AM
Senior Member
 
Posts: 58
Default

Ok, now I get this: (There is a lot more, but saying a lot of the same thing)

make
.............
e-zimbra-connection.c: In function 'e_zimbra_connection_get_uri':
e-zimbra-connection.c:3163: error: 'EZimbraConnectionPrivate' has no member named 'uri'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_session_id':
e-zimbra-connection.c:3174: error: 'EZimbraConnectionPrivate' has no member named 'session_id'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_user_name':
e-zimbra-connection.c:3185: error: 'EZimbraConnectionPrivate' has no member named 'user_name'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_user_email':
e-zimbra-connection.c:3196: error: 'EZimbraConnectionPrivate' has no member named 'user_email'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_user_uuid':
e-zimbra-connection.c:3207: error: 'EZimbraConnectionPrivate' has no member named 'user_uuid'
e-zimbra-connection.c: In function 'e_zimbra_connection_uid_to_folder_id':
e-zimbra-connection.c:3306: error: 'EZimbraConnectionPrivate' has no member named 'cache'
e-zimbra-connection.c: In function 'e_zimbra_connection_update_source_id':
e-zimbra-connection.c:3334: error: 'EZimbraConnectionPrivate' has no member named 'account'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_page':
e-zimbra-connection.c:3674: error: 'CURL' undeclared (first use in this function)
e-zimbra-connection.c:3674: error: 'curl' undeclared (first use in this function)
e-zimbra-connection.c:3679: error: 'CURLcode' undeclared (first use in this function)
e-zimbra-connection.c:3679: error: expected ';' before 'code'
e-zimbra-connection.c:3689: error: 'EZimbraConnectionPrivate' has no member named 'send_mutex'
e-zimbra-connection.c:3695: error: 'CURLOPT_URL' undeclared (first use in this function)
e-zimbra-connection.c:3696: error: 'CURLOPT_NOPROGRESS' undeclared (first use in this function)
e-zimbra-connection.c:3697: error: 'CURLOPT_NOSIGNAL' undeclared (first use in this function)
e-zimbra-connection.c:3698: error: 'CURLOPT_WRITEFUNCTION' undeclared (first use in this function)
e-zimbra-connection.c:3699: error: 'CURLOPT_WRITEDATA' undeclared (first use in this function)
e-zimbra-connection.c:3701: error: 'code' undeclared (first use in this function)
e-zimbra-connection.c:3725: error: 'EZimbraConnectionPrivate' has no member named 'send_mutex'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_hostname':
e-zimbra-connection.c:3743: error: 'EZimbraConnectionPrivate' has no member named 'hostname'
e-zimbra-connection.c: In function 'e_zimbra_connection_use_ssl':
e-zimbra-connection.c:3762: error: 'EZimbraConnectionPrivate' has no member named 'use_ssl'
e-zimbra-connection.c: In function 'e_zimbra_connection_get_port':
e-zimbra-connection.c:3781: error: 'EZimbraConnectionPrivate' has no member named 'port'
e-zimbra-connection.c: In function 'e_zimbra_connection_zombie':
e-zimbra-connection.c:3800: error: 'EZimbraConnectionPrivate' has no member named 'zombie'
make[2]: *** [e-zimbra-connection.lo] Error 1
make[2]: Leaving directory `/home/pfefferc/evol_zimbra/libezimbra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pfefferc/evol_zimbra'
make: *** [all-recursive-am] Error 2

Last edited by pfefferc : 03-23-2007 at 11:02 AM. Reason: New error
Reply With Quote
  #6 (permalink)  
Old 03-23-2007, 11:03 AM
Contractor
 
Posts: 115
Default

You need the evolution data server devel package. You'll also need libcurl devel package...you haven't hit that problem yet, but you will.
Reply With Quote
  #7 (permalink)  
Old 03-23-2007, 11:09 AM
Senior Member
 
Posts: 58
Default

Same error as above.
Reply With Quote
  #8 (permalink)  
Old 03-23-2007, 11:25 AM
Contractor
 
Posts: 115
Default

Can you copy the output of the make command to a file, and attach it to your next reply?
Reply With Quote
  #9 (permalink)  
Old 03-23-2007, 11:39 AM
Senior Member
 
Posts: 58
Default

Attached is my log file
Attached Files
File Type: txt make.txt (25.4 KB, 186 views)
Reply With Quote
  #10 (permalink)  
Old 03-23-2007, 11:42 AM
Contractor
 
Posts: 115
Default

Are you sure you installed libcurl packages? It doesn't look like they're installed.
Reply With Quote

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0