Hi Chmouel,
The fetchmail-5.2.6-1mdk.src.rpm didn't support ssl, I modified spec
file.
--- fetchmail.spec.orig Sun Feb 6 18:39:39 2000
+++ fetchmail.spec Tue Feb 22 01:30:37 2000
@@ -1,7 +1,7 @@
Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail
Version: 5.2.6
-Release: 1mdk
+Release: 2mdk
Requires: smtpdaemon
Source: ftp://locke.ccil.org/pub/esr/fetchmail/fetchmail-%{version}.tar.bz2
Copyright: freely redistributable
@@ -34,7 +34,7 @@
%setup -q
%build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
+CFLAGS="$RPM_OPT_FLAGS -I/usr/include/openssl" ./configure --prefix=/usr --with-ssl
make
%install
Andrew Lee <[EMAIL PROTECTED]>
MandrakeCLE ftp://mdk.linux.org.tw/pub/Mandrake-CLE/