Hi Bill, Thanks for your reply.
I found that I didn't install stunnel rpm in my SuSE pro 9.2. I then installed the rpm for it. From stunnel website, I found that the "make cert" is equivalent to (umask 077; \ /usr/bin/openssl req -new -x509 -days 365 -nodes \ -config /usr/share/doc/packages/stunnel/stunnel.cnf \ -out /etc/stunnel/stunnel.pem -keyout /etc/stunnel/stunnel.pem) So execute these commands and have the /etc/stunnel/stunnel.pem generated. But the "make tmprsadh" always failed. Got "make: *** No rule to make target `tmprsadh'. Stop. Any idea? Thanks! Tuesday, February 1, 2005, 12:49:09 AM, you wrote: Bill> YM wrote: >>Hi, >> >>I realize that the problem in my previous email may be related to TLS issue. >> >>After compiling qmail, I issue the "make cert" but I got "make: *** No rule to >>make target `cert'. Stop." error. >> >>I skip "make cert" and "make tmprsadh" part and continue with the >>installation. >> >>I check my Linux installation and find that OpenSSL is openssl-0.9.7d-25 and >>OpenSSL-devel rpm is also installed. >> >>Can someone advise? TIA >> >> Bill> Try gmake cert. Bill> Bill -- Best regards, YM