Quote:<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentcommentid="9558" data-ipsquote-username="nperito" data-cite="nperito" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="2609" data-ipsquote-contentclass="forums_Topic"><div>UPDATE:
I removed the old FF (yum remove firefox) and moved the FF 2.0 folder to usr/lib where the old folder was.
Now, I can get FF 2.0 to run from the menu or by ./firefox in the terminal. But now trying to run 'firefox' from the terminal gets me "bash: firefox: command not found"
This has to be something simple, but I can't figure it out.
Try doing this from a terminal:
Code:
$ su -
[[enter your root password when prompted]]
# ln -s /usr/lib/firefox-xxx/firefox /usr/bin/firefox
Change
firefox-xxx for the folder where you put Firefox, and don't type the $ or # signs in front of the commands.
With a bit of luck, typing
firefox should then work!
W00t - 200th post!
</div></blockquote>
Thanks Hybrid,
I ran it, and created the file in usr/bin, but it still didn't work. Check it out:
[root@nlap-012eba56c6 ~]# ln -s /usr/lib/firefox/firefox/ /usr/bin/firefox
ln: `/usr/bin/firefox': File exists
[root@nlap-012eba56c6 ~]# firefox
bash: firefox: command not found
[root@nlap-012eba56c6 ~]# cd /usr/lib/firefox
[root@nlap-012eba56c6 firefox]# ./firefox
And then FF 2.0 works fine, but why do I have to ./firefox it?
Cheers,
Nic