Error at running meteor-kitchen in Ubuntu 32 bits

    gabriel@d3tmecha:~/cookup$ curl http://www.meteorkitchen.com/install | /bin/bash  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2187    0  2187    0     0    365      0 --:--:--  0:00:05 --:--:--   631^L
Installing "Meteor Kitchen" - Meteor application code generator
Detecting OS...
Detected OS: Linux
Downloading distribution...
######################################################################## 100,0%^[[B
Unpacking...
Cleaning up...
rm: cannot remove ‘/home/gabriel/.meteor-kitchen/examples/example-*.json’: No such file or directory
Done.

"Meteor kitchen" is now installed in "/home/gabriel/.meteor-kitchen".

Creating symlink: ln -s /home/gabriel/.meteor-kitchen/bin/meteor-kitchen /usr/local/bin/meteor-kitchen
[sudo] password for gabriel: 
Done.

Now you can launch generator by typing:

    meteor-kitchen

For more info visit: www.meteorkitchen.com
Enjoy!
gabriel@d3tmecha:~/cookup$ meteor-kitchen
bash: /usr/local/bin/meteor-kitchen: cannot execute binary file: Exec format error

The installation is okay, but I can’t run it. What’s is going on?

Try running: /home/gabriel/.meteor-kitchen/bin/meteor-kitchen
If that works it means something went wrong with the sim-linking.
You will need to run:
sudo ln -s /home/gabriel/.meteor-kitchen/bin/meteor-kitchen /usr/local/bin/meteor-kitchen

Running without the sim-link give the same error :frowning:

So I just checked and the linux version of Meteor Kitchen will only work on 64bit systems. So if you are running a 32bit system reinstall with 64bit or open a pull request for 32bit support or compile it yourself.

1 Like