Just installed Ubuntu 12.10 on a brand new SSD. The benchmarking program super_pi is not working, telling me that the executable pi is not found. The pi program is contained within the extracted folder of the archive. Has anyone else had this problem and been able to solve it? I've had no issue with super_pi on Linux Mint 12 and Debian Squeeze.
In general, why would linux tell me the program is not found, when it is right there?
Even trying to invoke it directly with "./pi" does not work. Any ideas?
Edit: The exact commands I have tried are:
sh superpi.sh 20./superpi.sh 20./pi 20
All with the same error: "Error executing 'pi': No such file or directory"
chmod +x pi? – Salem Nov 12 '12 at 17:28