Linux (Ubuntu)
./mocks: No such file or directory
by admin on Oct.31, 2014, under Linux (Ubuntu)
I have been wondering why I’d keep getting that error message when executing mocks, even though it had the ‘executable flags’:
./mocks: No such file or directory
The test server was running Debian 7.0 and the problem was related to not having the ia32-libs installed. It can be easily fixed through:
apt-get install ia32-libs
Starting ./mocks will now yield the proper result:
See ./mocks -h for help