On Fri, 2002-08-02 at 17:01, Michael Hill wrote: > /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -Wunused > -Wmissing-prototypes -Wmissing-declarations -o test-dateedit > test-dateedit.o > ./libemiscwidgets.a ../../e-util/libeutil.la >-rdynamic -L/usr/lib > -L/usr/X11R6/lib -lbonobo_conf -lbonobo -lbonobox -lbonobo-print > -lgtkhtml -lgal -lgnomeprint -lfreetype -lgdk_pixbuf -lgnomecanvaspixbuf > -lglade-gnome -lglade -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE > -lgnome -lgnomesupport -lesd -laudiofile -ldb -lgnomevfs -lxml -lz > -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP > -lORBitutil -lgtk -lgdk -lXi -lXext -lX11 -lm -lgmodule -lgthread -lglib > -lpthread -ldl > libtool: link: cannot find the library `/usr/lib/libssl.la' >
Does /usr/lib/libssl.la exist? Is it readable by you? Does the string 'libssl.la' appear in any /usr/lib/*.la ? I think something was compiled against an openssl that you had compiled yourself, but now the libtool helper script (the .la) is gone. You might just try making clean and rebuilding if you haven't done that yet. Peter -- Peter Williams [EMAIL PROTECTED] / [EMAIL PROTECTED] "Why should I have to change my name? He's the one who sucks!" -- Michael Bolton _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
