Re: building Evolution with ssl support in garnome 2.6.2



> > I'm building Evolution with garnome 2.6.2 in a SuSE 9.1 box. I'm heving
> > problems to turn on ssl support. I've included --enable-ssl=yes in the
> > configure options but i does not work ...

I did not need to manually change anything for Evolution to compile with
SSL enabled -- this is enabled by default in GARNOME Kenny, if the libs
are found. See CONFIGURE_ARGS in evolution/Makefile.

If the libs are missing, Evo will build without SSL support nonetheless,
not aborting. A short warning and a summary is all you get.

All you need to do is installing the necessary Mozilla devel libraries:
libnss3-devel and libnspr4-devel on my system. Alternatively, you will
need to build bootstrap/mozilla.


> could you be more specific? Does it configure with/without ssl? Does it
> compile? Does it run?
> 
> In my environment (Solaris) it was more simple to use Mozilla's NSS
> libraries, on Linux openssl and openssl-devel should be enough I
> guess...

Nope. Evolution needs the Mozilla SSL libraries, OpenSSL won't do AFAIK.


> If the ssl is not picked up by configure, there should be reason
> displayed by configure script. Try to go to the Evolution directory and
> then
> 
> make clean
> make configure
> 
> This will stop after configuration, so you can look at the configure
> results, and scroll upwards.

Yeah, something like "not found" and a summary... ;)

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




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