Quote:
I get permission denied when I type ./protux
|
You probably need to make the binary executable. As root, try:
Code:
#chmod +x /usr/local/protux
This should work asuming that it was installed correctly. Usually you have to do more then just extract it to a folder. Most software require configure/compile first.
I'm not sure if I can help you with your MPlayer problem. It seems strange that you would have to downgrade gcc to get something to work. It's usually backwards compatible. I have no room to speak however, since I have gcc-3.3.6. I am not very familiar with SUSE's package management system but you should read up on how to install/uninstall packages in SUSE.
Here is some info on how to manage packages in SUSE:
The_package_manager_of_SuSE_Linux
You might also want to look into a SUSE package manager called 'yast'.
First, properly uninstall the unwanted version of gcc, then install the one you need. Let me know if have any further questions or do not understand something on this page.
regards,
...drkstr