Hey, On Sat, 2005-12-31 at 00:48 +0100, Terje Bråten wrote: > Hi. > > I have just upgraded my gentoo GNU/Linux distro, and I am not able to > compile evolution version 2.4.2.1, and I am not able to find out how to fix > it. [snip] > Here is the error I get: > `NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs' > collect2: ld returned 1 exit status > make[7]: *** [evolution-alarm-notify] Error 1 > make[7]: Leaving directory > `/usr/var/tmp/portage/evolution-2.4.2.1/work/evolution-2.4.2.1/calendar/gui/alarm-notify' > > Why do I get this error? The file /usr/lib/libcamel-provider-1.2.so is part > of the package gnome-extra/evolution-data-server-1.4.2.1 that I also have > updated to the latest version. You need to have libnss and libnss devel libs (from mozilla) to build evolution. These are used for the SSL/TLS stuff in Evolution. If you have them, you need to let evolution know about it with the following options to the configure script: --with-nspr-includes= --with-nss-includes= --with-nspr-libs= --with-nss-libs=
This should solve this issue. Cheers, partha _______________________________________________ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list