In <[EMAIL PROTECTED]>, Travis Crump wrote: : Jungshik Shin wrote:
:> both under Win2k and Linux (RH 7.1). :> :> I have a patch to test for mail rendering. With the patch applied, :> I found IMAPS (secure IMAP) connection to my school IMAPS server (via :> port 993: UW IMAPd version?) didn't work. Although my patch doesn't :> Well, this doesn't solve my problem, though. How on earth do :> binaries built at netscape work fine with IMAPS and my mail server while :> my builds (with presumably identical sources) don't work ? : Not to state the obvious, but you do have the option: : ac_add_options --enable-crypto : in your .mozconfig?(and equivalent on Win2K) Thanks a lot. That solved the problem under Linux. Under Win2k, the equivalent seems to be setting the env. variable BUILD_PSM to 1. I also had to grab ml.exe (MASM binary) and put it in %MOZ_TOOLS% directory. However, I still have to figure out how to install PSM (which comes with binaries built at netscape by default) for my own build under Win2k because a built with BUILD_PSM set to 1 still refuses to make any connection involving SSL complaining that I need to install PSM. (I searched for security newsgroup, but couldn't find it out yet...) Jungshik Shin
