Mon 9 Jan 2012
Could not open library ‘libgtkmm-2.4.so’: libgtkmm-2.4.so: cannot open shared object file: No such file or directory.
Posted by kosmas under linux, ruby on rails
No Comments
Problem
If you have setup guard with your Rails project and you are trying to run it in an (K)Ubuntu installation you get the following message:
Could not open library 'libgtkmm-2.4.so': libgtkmm-2.4.so: cannot open shared object file: No such file or directory.
Solution
Install the missing library with the following:
sudo apt-get install libgtkmm-2.4