From: <Tho...@si...> - 2005-09-21 11:43:49
|
> I have just released fetchmail 6.2.9-rc4, yet another release candidate > for 6.3.0, after minor fixes to -rc3 became necessary. > > I seek everyone to test it out, report remaining bugs, update outdated > translations or send patches for documentation or report inconsistencies > (including formatting!) in the documentation. -ldl is still missing, and actually on Linux too as I missed to report previously: gcc -I/home/thw/opt/openssl-0.9.8/include -I/usr/kerberos/include -g -O2 -L/home/thw/opt/openssl-0.9.8/lib -o fetchmail socket.o getpass.o pop2.o pop3.o imap.o etrn.o odmr.o fetchmail.o env.o idle.o options.o daemon.o driver.o transact.o sink.o smtp.o uid.o mxget.o md5ify.o cram.o kerberos.o gssapi.o opie.o rpa.o interface.o netrc.o unmime.o conf.o checkalias.o smbdes.o smbencrypt.o smbmd4.o smbutil.o lock.o rcfile_l.o rcfile_y.o norm_charmap.o getaddrinfo.o getnameinfo.o libfm.a strlcpy.o strlcat.o -lcrypt -lresolv -lssl -lcrypto /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x145): In function `dlfcn_load': : undefined reference to `dlopen' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x1a5): In function `dlfcn_load': : undefined reference to `dlclose' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x1ce): In function `dlfcn_load': : undefined reference to `dlerror' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x23b): In function `dlfcn_unload': : undefined reference to `dlclose' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x2f3): In function `dlfcn_bind_var': : undefined reference to `dlsym' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x361): In function `dlfcn_bind_var': : undefined reference to `dlerror' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x3d7): In function `dlfcn_bind_func': : undefined reference to `dlsym' /home/thw/opt/openssl-0.9.8/lib/libcrypto.a(dso_dlfcn.o)(.text+0x423): In function `dlfcn_bind_func': : undefined reference to `dlerror' collect2: ld returned 1 exit status And, to be complete, the insufficient handling of the "unknown IMAPS" situation is a remaining bug, too; it should be more user-friendly as I had argued (handling, error messages, documentation). Kind regards, Thomas Wolff |