I just installed firefox 1.0.7 in usr/lib/firefox-1.0.7, I installed the java plugin and the flash plugin. Everything works fine except that I can't start firefox from the terminal by typing 'firefox'.
If I put a symbolic link into /usr/bin I get this:
Code:
bash: /usr/bin/firefox: Too many levels of symbolic links
And if I put a hard link into /usr/bin :
Code:
Cannot find mozilla runtime directory. Exiting.
However, if I run 'firefox' from its home directory ( usr/lib/firefox-1.0.7/ ) it works...
What is wrong?