View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#1564
Originally Posted by aerobatawa View Post
Hi, for those using Mail For Exchange to gmail / m.google.com on their N900.

I recently started receiving the message "Error in communication with exchange server" when syncing MforE (calendar only in my case).
Originally Posted by freemangordon View Post
...install libcurl3 from extras-devel and report if it solves the problem for you.
The version of libcurl3 referred to above, 7.25.0-1maemo7, has subsequently been promoted to Extras. If you have the Extras repository enabled but still have this problem, check which version of libcurl3 you have installed:
Code:
$ dpkg -l libcurl3
If you still have the older version installed you may have dependencies which are preventing it from being upgraded.
Do the following:
Code:
$ sudo gainroot
# apt-get update
# apt-get upgrade
See if there are messages about packages being held back or not upgraded.
To force the installation of the newer version of libcurl3:
Code:
# apt-get install libcurl3
Alternatively, consider installing the CSSU which includes an updated libcurl3.

Last edited by ginggs; 2012-09-19 at 20:42.