Thank you very much for the help
This was what worked:
Code:
linux:/usr/bin# ln -s /usr/local/mozilla/mozilla mozilla-suite
2 things i was doing wrong, adding / to the end of where i was pointing to:
Code:
linux:/usr/bin# ln -s /usr/local/mozilla/mozilla/ mozilla-suite

and:
Code:
linux:/usr/bin# ln -s mozilla-suite /usr/local/mozilla/mozilla
dont know why i was trying to do it that way.
Thanks again.