I use mozilla 0.9. but I can not make it support SSL website such as
http://www.hotmail.com
I have seen NSS and NSPR build instruction. I use cvs checkout NSS_3_3 and
NSPR_4.1.2 and dbm
followed the build instruction:
cd mozilla/security/nss
gmake nss_build_all this two steps will successful.
but later I use: ./configure --enable-crypto to recompile mozilla with SSL
support, that will fail and report:
"can not find elf-gc-dynstr command "
but I find a file named "elf-dynstr-gc" in dist/bin directory. why report
this error?
1.is the mozilla version too old to use NSS?
2.who can tell me the detailed steps for compile SSL supported mozilla?
I downloaded the mozilla 0.9 binary from ftp.mozill.org ,it will support SSL
well.