On Wed, 2007-09-05 at 19:52 -0400, Matthew Barnes wrote: 
> On Wed, 2007-09-05 at 23:50 +0200, William Murray wrote:
> >              Hm, well I don't THINK your fixes are helping me.
> > I am using a 32 bit machine, so I ignore the 64 bit one, but the link
> > order doesn't seem to help.
> 
> In that case, maybe take the Red Hat SRPM apart.
> 
> Let me know if I can help further.
> 
> Matthew Barnes
> 
Oops! I didn't recompile EDS, just evolution-exchange. The ONLY fix I
really needed was from the redhat RPMs:

if pkg-config openssl ; then
LIBS="-lsasl2 `pkg-config --libs openssl`"
else
LIBS="-lsasl2 -lssl -lcrypto"
fi
export LIBS

  Bill

_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to