Subject: Re: Mozilla M17?
To: None <l.raiser@deathsdoor.com, torellip@arena.sci.univr.it>
From: Shin'ichiro TAYA <taya@sm.sony.co.jp>
List: netbsd-users
Date: 08/18/2000 22:59:31
From: Technolord <torellip@arena.sci.univr.it>
Subject: Mozilla M17?
Date: Fri, 18 Aug 2000 15:24:38 +0200 (CEST)

> Hi to all.
> At last, mozilla compiled on 1.5A :)
> And, it works pretty well too!!
> BUT.... there is not the mail/news support???  The sources are there,in
> the mailnews directory. How do I enable their build too?
> 
> Thank you for the support.

Current pkgsrc have some problem.
(I found this yesterday)

1) Maybe regchrome should be invoked while do-install as well as
regxpcom.

2)regchrome makes some files and directories under
${PREFIX}/lib/mozilla/chrome/overlayinfo. But those files and
directories can be read by root only.

This will cause the problem.
So, you can fix this problems following ways.

1)setenv MOZILLA_FIVE_HOME /usr/X11R6/lib/mozilla & run regchrome and
make files and directories under
/usr/X11R6/lib/mozilla/chrome/overlayinfo readable by anyone.

or
2)run mozilla as root

or
3)run mozilla with argument '-mail'

I will fix pkgsrc soon.