hello all, I've finally managed to compile mozilla on linux, and everything works, including java!
except... the personal security manager: I know that the mozilla site says to --enable-crypto, but even after including that option, I still can't access my hotmail account: a dialog box says that I should install the personal security manager? what am I missing? this is my .mozconfig: # sh # Build configuration script # # See http://www.mozilla.org/build/unix.html for build instructions. # # Options for 'configure' (same as command-line options). ac_add_options --prefix=/opt/mozilla-src ac_add_options --enable-crypto ac_add_options --with-pthreads ac_add_options --enable-default-toolkit=gtk2 ac_add_options --disable-debug thanks in advance! Danny
