Sorry Peter, That didn't change anything for me ;-((
Hope we will find something to do to make it work. Finally, why do i have this problem ? must i use another ssl tool or what ? i'm ready to change what i need to make it work with a default configuration of ssl... tell me what i must add or remove from my system to make imaps work.. thanks florent -----Message d'origine----- De : Peter Stuge [mailto:[EMAIL PROTECTED] Envoye : vendredi 31 octobre 2003 15:00 A : [EMAIL PROTECTED] Objet : Re: [binc] Problem with SSL library not found.. On Fri, Oct 31, 2003 at 12:53:49PM +0100, Florent Gilain wrote: > Andreas, > > Hee is the new output (in french, i try to translate it for you...) > > g++ -g -O2 -Wall -fno-exceptions -O2 -I/usr/local/ssl/include -o > bincimap-up arg-arg.o arg-error.o arg-parser.o authenticate.o base64.o > bincimap-up.o broker.o convert.o greeting.o imapparser.o io.o io-ssl.o > operator-authenticate.o operator-capability.o operator-noop.o > operator-login.o operator-logout.o operator-starttls.o recursivedescent.o > session.o session-initialize-bincimap-up.o status.o storage.o > storageparser.o tools.o -ldl > Symbole (symbol) premiere reference (first reference) > non defini (undefined) dans le fichier (in file) > SSL_set_wfd io-ssl.o Try adding -L/usr/local/ssl/lib -lssl -lcrypto to LDFLAGS (or wherever you find -ldl) in Makefiles and rerun make. //Peter
