> I kind of have the same problem, but mine is
> regardig Mozilla. I have v0.98 installed and
> running, and I downloaded version 1.0. I read
> the README and installed it, but when I launch
> Mozilla from an Xterm or from the WM menu,
> version 0.98 will launch instead of the new one. > THe only way I can get the new Mozilla to run is
> if I run it from the directory where it
> installed (/usr/local/mozilla.)
Parts may have installed in other places.
Check if you have /usr/bin/mozilla as file and if yes, check what paths it specifies.
My install is
/usr/bin/mozilla file
/usr/include/mozilla dir for supporting libraries
/usr/lib/mozilla dir for actual core install.
> The old one is in three places:
> /usr/X11R6/bin/mozilla /usr/bin/X11/mozilla and > /usr/X11/bin/mozilla. None of these are
> directories either.
Symlinks, check where they point to.
Do I have to edit a file and point it to the new version? What needs to be done?
as noted above, the /usr/bin/mozilla shell script provides paths. Your new install probably did not modify it. do 'locate mozilla' to see all possible locations.
Otherwise, you can just modify the WM menu to point it to the new version and create an alias (as root)
# alias moz1='/usr/local/mozilla/mozilla'.
Then you can just modify WM menu to point to moz1 and use that from the xterm as well.