When I try to start the application on Ubuntu Server 12.04.1 LTS, I get the following error:
/var/lib/gems/1.9.1/gems/ffi-1.7.0/lib/ffi/library.rb:123:in `block in ffi_lib': Could not open library 'kernel32': kernel32: cannot open shared object file: No such file or directory. (LoadError)
Could not open library 'libkernel32.so': libkernel32.so: cannot open shared object file: No such file or directory
When I try to start the application on Ubuntu Server 12.04.1 LTS, I get the following error:
/var/lib/gems/1.9.1/gems/ffi-1.7.0/lib/ffi/library.rb:123:in `block in ffi_lib': Could not open library 'kernel32': kernel32: cannot open shared object file: No such file or directory. (LoadError) Could not open library 'libkernel32.so': libkernel32.so: cannot open shared object file: No such file or directory
Maybe because of the change made in #59?