[vox-tech] Howto: run Mozilla 1.3 on Debian woody

Bill Kendrick vox-tech@lists.lugod.org
Mon, 31 Mar 2003 17:51:20 -0800


On Mon, Mar 31, 2003 at 06:00:38PM -0500, Mike Simons wrote:
> 
>   Warning the 1.3 source changes browser binary name from 'mozilla'
> to 'mozilla-1.3', so you may want to create a link like:
> ===
> ln -s /usr/bin/mozilla-1.3 /usr/local/bin/mozilla
> ===

The package seemed to do this for me:

$ ls -l /usr/bin/mozilla
lrwxrwxrwx    1 ... /usr/bin/mozilla -> /etc/alternatives/mozilla

$ ls -l mozilla
lrwxrwxrwx    1 ... mozilla -> /usr/bin/mozilla-1.3


Thanks, Mike!  Melissa was just complaining about Mozilla acting odd.
Hopefully the 1.0.0 -> 1.3 upgrade will help ;)

-bill!