While migrating from Heroku Bamboo to Cedar stack, some native libraries are missing! How to fix it?
I am migrating a production app from bamboo stack to cedar, I successfully pushed the app on cedar but resulting in error like LoadError: Could not open library 'lib.so': lib.so: cannot open shared object file: No such file or directory from /app/vendor/bundle/ruby/1.9.1/gems/ffi-1.0.9/lib/ffi/library.rb:75:in `block in ffi_lib' from /app/vendor/bundle/ruby/1.9.1/gems/ffi-1.0.9/lib/ffi/library.rb:54:in `map' from /app/vendor/bundle/ruby/1.9.1/gems/ffi-1.0.9/lib/ffi/library.rb:54:in `ffi_lib' 0.1.3/lib/tidy_ffi/interface.rb:5:in `' Looks like some native libs are missing on Cedar stack which