[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: broken ssl in evolution-2.2



Same problem here :(
$ ldd `which evolution` | grep -iE "(ssl|tls)"
        libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x0000002a97ee0000)

I also get this one if I try to send mail:
/usr/bin/evolution: relocation error:
/usr/lib/evolution/2.2/components/libevolution-mail.so: undefined symbol:
camel_smime_context_new

Program exited with code 0177.

$ ldd /usr/lib/evolution/2.2/components/libevolution-mail.so | grep -i camel
        libcamel-1.2.so.0 => /usr/lib/libcamel-1.2.so.0 (0x0000002a96563000)
        libcamel-provider-1.2.so.3 => /usr/lib/libcamel-provider-1.2.so.3
(0x0000002a966b8000)

$ dpkg -l libcamel1.2-0 evolution | grep ^ii ii  libcamel1.2-0  1.2.1-1
The Evolution MIME message handling library
ii  evolution      2.2.1.1-1      The groupware suite

Quoting Andrei Mikhailovsky <andrei@arhont.com>:

> Hello.
>
> after upgrading to evolution-2.2 my imaps mailboxes stoped working with
> error: SSL unsupported. I've checked the sources and in debian/rules
> there is --without-ssl option. I've tried compiling without this option,
> the ssl unsupported is still there.
>
> in my chroot, ssl works fine.
>
> After doing ldd on evolution i get the following:
>
> chroot:
> $ which evolution-2.2 |xargs ldd |grep ssl |wc -l
> 1
> $ which evolution-2.2 |xargs ldd |grep tls |wc -l
> 8
>
>
> non-chroot:
> $ which evolution-2.2 |xargs ldd |grep ssl |wc -l
> 0
> $ which evolution-2.2 |xargs ldd |grep tls |wc -l
> 1
>
> Is there a particular reason for disabling ssl support?
>
> Many thanks,
>
> --
> Andrei
>





Reply to: