Alexander Meier wrote: > I've been using mozilla for quite a while now and it seems to work quite > well except for one thing: > I can't save any preferences, and I can't use any ssl or eq. security > options. > > any ideas why? (is it as simple as just to chmod/chown the corresponding > files, or what?)
It may well be... if you built an early version as root (su rather than sudo method), it may have created a pref directory owned by root. What does 'ls -lR ~/.mozilla' give you? SSL is a matter of compiling with the '--enable-crypto' flag. (Not sure if the package supports this yet.)
