Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I downloaded the Mupen64Plus 1.5 Binary and on their website it says to just run the install script to install it. So I ran the script and it installed. When I type mupen64plus into the terminal it says cannot execute binary file. Anyone know what I did wrong? I think it might have to do with the Mupen folder being on my desktop but I don't know.
I downloaded the Mupen64Plus 1.5 Binary and on their website it says to just run the install script to install it. So I ran the script and it installed. When I type mupen64plus into the terminal it says cannot execute binary file. Anyone know what I did wrong? I think it might have to do with the Mupen folder being on my desktop but I don't know.
First find where it installed it by running "updatedb" as root to update your search database then "locate mupen64plus". This will show you every file on your PC called mupen64plus. Remember there may be more than one instance. Find one that is (most likely) in a bin or sbin directory and run "ls -l /usr/bin/mupen64plus" (change the location as appropriate) and post the output here. This will tell us if it is executable or not.
Do you have all the dependencies installed, such as libsamplerate. Check the README for all the dependencies. Also, you might want to post more of the error next time, the first time it reports an error you should post it, not the very end of the error output because those are caused by the earlier error, probably a missing file or dependency.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.